/*
Theme Name: Osage Theme
Theme URI: http://www.osagecasinos.com
Description: Theme built for the osagecasinos.com site
Author: Barnes
Author URI: http://www.barn3s.com
Version: 1
** Fonts
font-family: 'Roboto Slab', serif; font-weight:400 dining/ 700;
font-family: 'Montserrat', sans-serif; font-weight:400 / 700;
*/
* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

body {
  background: white;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
}

@media (max-width: 1150px) {
  body {
    font-size: 14px;
  }
}

section {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

section.smaller {
  max-width: 1200px;
  width: 80%;
}

section.elementor-section {
  width: 100%;
  max-width: none;
}

header section {
  max-width: none;
  width: 95%;
}

/*-----------------------------------*/
/*           TYPOGRAPHICAL           */
/*-----------------------------------*/

.roboto {
  font-family: "Roboto Slab", serif;
}

#page-wrap h1,
#page-wrap h2,
#page-wrap h3 {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  line-height: 1.5;
  text-transform: uppercase;
}

#page-wrap h1 {
  font-size: 200%;
  margin: 0 0 20px 0;
}

#page-wrap h2 {
  font-size: 180%;
  margin: 0 0 15px 0;
}

#page-wrap h3 {
  font-size: 120%;
  margin: 0 0 10px 0;
}

#page-wrap h4 {
  font-size: 120%;
  margin: 0 0 5px;
  font-weight: 700;
}

#page-wrap h1.page-title {
  color: #f47423;
  font-weight: 500;
  font-size: 250%;
}

#page-wrap p {
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.elementor p {
  margin-bottom: 15px;
}

#page-wrap p strong {
  font-weight: 700;
}

.the-content a {
  color: #f47423;
  text-decoration: none;
}

a:hover {
}

ul,
ol {
  margin: 0 0 10px 0;
}

.content ul,
.elementor-widget-text-editor ul {
  margin-left: 20px;
}

.content li,
.elementor-widget-text-editor li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.content ul li,
.elementor-widget-text-editor ul li {
  list-style: disc;
}

.content ul ul,
.elementor-widget-text-editor ul ul {
  margin-top: 10px;
}

.content ul ul li,
.elementor-widget-text-editor ul ul li {
  list-style: circle;
}

.content ol li,
.elementor-widget-text-editor ol li {
  list-style: decimal;
}

.logo {
  display: block;
  width: 250px;
}

.logo img {
  width: 100%;
}

.more-link,
.title-arrow h2 a {
  display: inline-block;
  color: #333;
  position: relative;
  text-decoration: none;
}

.more-link.box {
  padding: 7px 15px;
  border: solid thin #333;
  text-transform: capitalize;
}

.more-link span {
  font-size: 120%;
  padding-left: 5px;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}

.more-link:after,
.title-arrow h2 a:after {
  content: "";
  width: 21px;
  height: 100%;
  background-image: url(images/skinny-arrow.png);
  background-image: url(images/skinny-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  margin-left: 15px;
  vertical-align: top;
}

.title-arrow h2 a:after {
  width: 30px;
  height: 40px;
}

.more-link.wht:after {
  background-image: url(images/skinny-arrow-wht.png);
  background-image: url(images/skinny-arrow-wht.svg);
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1025px) {
  a[href^="tel:"] {
    color: white;
    text-decoration: underline;
  }
}

.page-id-19 h1.page-title {
  display: none;
}

hr {
  margin: 30px 0;
  border-style: dashed;
  color: #f0f0f0;
}

/*-----------------------------------*/
/*               FORMS               */
/*-----------------------------------*/
form {
}

input[type="text"]:focus,
select:focus {
  outline: none;
}

input[type="text"] {
  padding: 5px 10px;
  border: none;
  font-weight: 500;
  color: #000;
  font-size: 90%;
  width: calc(100% - 20px);
  text-transform: uppercase;
}

textarea {
}

select {
  border-radius: 0;
  font-weight: 500;
  border: none;
  border-bottom: solid thin #333;
  padding: 5px 45px 5px 0px;
  font-size: 60%;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
  background-color: #333333;
  display: inline-block;
  color: white;
  position: relative;
  border-radius: 5px;
  width: auto;
  margin: 0;
}

.select-wrapper:after {
  content: url(images/down-arrow-light-medium.png);
  position: absolute;
  top: -1px;
  right: 3px;
  z-index: 5;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

select.location-dropdown {
  padding: 10px 60px 10px 15px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-size: 100%;
  border-radius: 5px;
  font-weight: 200;
}

select::-ms-expand {
  display: none;
}

select.location-dropdown option {
  color: #333333;
}

/*-----------------------------------*/
/*               HEADER              */
/*-----------------------------------*/

body > header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  padding-bottom: 25px;
}

header section {
  padding: 45px 0 30px 0;
  position: relative;
}

@media (max-width: 1025px) {
  header section {
    padding: 30px 0;
    position: relative;
  }
}

header .logo {
  float: left;
}

header .logo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  z-index: 1001;
}

header .header-buttons {
  float: left;
  display: flex;
  margin-left: 30px;
}

header .header-buttons a {
  width: 49px;
  display: inline-block;
  margin-left: 25px;
}

header .header-buttons a:first-child {
  /*width:49px;*/
}

header .header-buttons a:last-child {
  width: 45px;
}

header .header-buttons a img {
  width: 100%;
}

@media (max-width: 950px) {
  header .header-buttons a {
    width: 41px;
    margin-left: 15px;
  }

  header .header-buttons a:first-child {
    width: 57px;
  }

  header .header-buttons a:last-child {
    width: 37px;
  }
}

/*
header .games {
  float: left;
  margin-left: 0;
}

header .games img {
  width: auto;
  height: 90px;
  z-index: 1001;
  left: 75px;
  position: relative;
  top: -10px;
}

a.play4fun-button {
  display: none;
}

.play4fun-container {
  position: absolute;
  right: -125px;
}

@media (max-width: 1150px) {
  header .games img {
    width: 85px;
  }

  .play4fun-container {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1400px) {
  a.play4fun-button {
    position: absolute;
    display: block;
    margin-top: -10px;
    text-align: center;
    font-weight: 800;
    width: 100%;
    width: 180px;
    font-size: 115%;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    margin-left: -45px;
  }

  a.play4fun-button:hover {
    color: #ff6b00;
  }

  header .games {
    float: left;
    margin-left: 0;
    margin-top: 20px;
  }

  header .games.two {
    margin-left: 30px;
  }

  .play4fun-container {
    position: absolute;
    right: -175px;
  }
}*/

#header-left {
  float: left;
  position: relative;
  z-index: 1001;
}

.mobile-menu,
#hamburger {
  display: none;
}

.main-menu {
  float: right;
  padding-top: 35px;
}

.main-menu ul ul {
  display: none;
}

.menu-icon {
  display: none;
}

.main-menu .menu-icon {
  display: block;
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.main-menu .menu-icon img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.main-menu .menu-icon img.reg {
  display: block;
}

.main-menu ul {
  text-align: right;
}

.main-menu li {
  display: inline-block;
  text-align: center;
  width: 110px;
  position: relative;
  padding: 0 5px;
}

.main-menu li:last-child {
  padding-right: 0;
}

.main-menu li:after {
  content: "";
  display: block;
  background-color: #c0c0c0;
  height: 30px;
  width: 1px;
  position: absolute;
  top: 0;
  right: -2px;
}

.main-menu li:last-child:after {
  display: none;
}

.main-menu a {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-size: 75%;
}

.main-menu li:hover a,
.main-menu li.current_page_item a,
.main-menu li.current-page-ancestor a {
  color: #f47423;
}

.main-menu li:hover img.reg,
.main-menu li.current_page_item img.reg,
.main-menu li.current-page-ancestor img.reg {
  display: none;
}

.main-menu li:hover img.hover,
.main-menu li.current_page_item img.hover,
.main-menu li.current-page-ancestor img.hover {
  display: block;
}

.top-menu {
  /* position: absolute; */
  /* top: 0; */
  /* right: 145px; */
  float: left;
}

.top-menu ul {
  text-align: right;
}

.top-menu li {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.top-menu a {
  display: block;
  background-color: #f47423;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 70%;
  padding: 10px 40px 10px 20px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-menu a:hover {
  background-color: #042a49;
}

.top-menu a:after {
  content: "\2192";
  font-size: 90%;
  display: block;
  width: 10px;
  position: absolute;
  top: 10px;
  right: 18px;
  color: #fff;
}

@media (max-width: 1555px) {
  .main-menu li {
    width: 115px;
  }
}

@media (max-width: 1455px) {
  header .logo {
    width: 220px;
  }

  header .games img {
    width: 85px;
  }

  header .games.mobile img {
    width: 105px;
  }

  .main-menu li {
    width: 100px;
  }

  .main-menu a {
    font-size: 70%;
  }
}

@media (max-width: 1300px) {
  header .logo {
    width: 195px;
    max-width: 100%;
  }

  .main-menu {
    padding-top: 20px;
  }

  .main-menu .menu-icon {
    height: 25px;
  }

  .main-menu li {
    width: 90px;
  }

  .main-menu a {
    font-size: 65%;
  }
}

@media (max-width: 1150px) {
  header .logo {
    width: 175px;
    max-width: 45vw;
  }

  .main-menu li {
    width: 80px;
  }

  header .games {
    margin-left: 10px;
    padding-top: 5px;
    position: absolute;
    right: -100px;
  }

  header .games img {
    width: 70px;
  }

  header .games.mobile img {
    width: 85px;
    max-width: 25vw;
  }
}

/*
@media (min-width: 1600px) {
	header .games img {
    width: 85px;
}
header .games {
    margin-left: 90px !important;
}
a.play4fun-button {
    margin-left: 50px;
}
}
*/
/*-----------------------------------*/
/*               CONTENT             */
/*-----------------------------------*/
#page-wrap {
  padding: 215px 0 520px;
  position: relative;
  min-height: calc(100% - 692px);
}

#page-wrap.elementor {
  width: 100%;
}

@media (max-width: 1150px) {
  #page-wrap {
    padding-top: 150px;
  }
}

/*.home #page-wrap {padding-top:0;}*/
#page-content {
  position: relative;
  padding-bottom: 40px;
}

#page-content .banner {
  width: 100%;
  -webkit-box-shadow: 0px 10px 50px -15px #000;
  -moz-box-shadow: 0px 10px 50px -15px #000;
  box-shadow: 0px 10px 50px -15px #000;
  overflow: hidden;
  position: relative;
}

#page-content .banner img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 500;
}

#page-content .banner .the-o {
  z-index: 600;
  width: 100%;
  height: 130%;
  top: -5%;
  position: absolute;
  right: 3%;
  background-image: url(images/osage-o.png);
  background-position: right center;
  background-repeat: no-repeat;
}

@media (max-width: 1500px) {
  #page-content .banner .the-o {
  }
}

#page-content .banner .the-o.svg {
  background-image: url(images/osage-o.svg);
  opacity: 0.5;
}

#page-content .page-content {
  padding: 40px 0 140px;
}

@media (max-width: 768px) {
  #page-content .page-content {
    padding: 40px 0 40px;
  }
}

#page-content .page-content .the-content {
  width: 50%;
  float: right;
  position: relative;
  z-index: 900;
}

.personality-image {
  position: absolute;
  top: 5%;
  left: 4%;
  z-index: 700;
  width: 40%;
  max-width: 1300px;
}

.wufoo .info h2 {
  display: none !important;
}

.gaming-info:first-child p.gaming-icon.table-games-icon {
  margin-bottom: 60px !important;
}

#page-content p {
  line-height: 1.7;
}

.mobile-only {
  display: none;
}

.not-mobile-only {
  display: block;
}

.modal-window {
  visibility: hidden;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.modal-window div {
  left: 0% !important;
  margin-top: 0 !important;
  top: 25% !important;
  position: relative !important;
  margin: 0 auto !important;
}

.modal-window div .select {
  margin: inherit !important;
}

.modal-close {
  color: white;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 50px;
  text-align: center;
  top: 5%;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

a.close:before {
  background-image: none !important;
}

a.close {
  width: auto;
  position: absolute !important;
  float: right;
  right: -50px;
  top: -50px;
}

@media (max-width: 875px) {
  .modal-window div {
    width: 80% !important;
  }

  a.close {
    width: auto;
    position: absolute !important;
    float: right;
    right: 20px;
    top: 5px;
  }
}

ul#sitemap {
  /* -webkit-column-count: 2; */
  /* column-count: 2; */
  /* line-height: 1.75; */
}

/*-----------------------------------*/
/*             FRONT PAGE            */
/*-----------------------------------*/
/*#page-wrap.front {padding-top:0; min-height:calc(100% - 520px);}*/
#brand-window {
  width: 100%;
  position: relative;
  z-index: 500;
  max-height: 700px;
  overflow: hidden;
}

#brand-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  height: 100%;
  width: 100%;
}

#brand-window .brand-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

#brand-window .brand-image.active {
  display: block;
}

#brand-video {
  width: 100%;
  overflow: hidden;
}

#brand-video #videos {
  position: relative;
}

#brand-video video {
  width: 102%;
  margin-right: -1%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#brand-video video.active {
  display: block !important;
  position: relative;
}

div.mobile-video {
  /* display:none; */
}

@media (max-width: 1200px) and (min-width: 875px) {
  #brand-window {
    height: 550px;
  }

  #brand-video {
    height: 100%;
  }

  #brand-video #videos {
    width: 100%;
    height: 100%;
  }

  #brand-video video {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 875px) {
  div#videos {
    /* display:none; */
    height: 400px;
  }

  #brand-video video {
    height: 100%;
    width: auto;
    margin-right: 0;
    margin-top: 0;
  }

  div.mobile-video {
    display: block;
    margin-bottom: -3px;
  }
}

@media (max-width: 501px) {
  div#videos {
    height: 300px;
  }
}

#testing-vid {
  position: absolute;
  z-index: 700;
  bottom: 30px;
  text-align: center;
  background: #00000045;
  padding: 15px 30px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
}

#testing-vid span {
  display: inline-block;
  width: 10px;
  cursor: pointer;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 10px;
}

#testing-vid span.active {
  background-color: #fff;
}

@media (max-width: 1365px) {
  /*#brand-window {height:750px}*/
}

@media (min-width: 1700px) {
  #brand-window {
    max-height: 900px;
  }
}

input.form-submit {
  width: 100%;
  height: auto;
  max-width: 140px;
  margin: 0 auto;
  display: block;
}

#brand-window section {
  position: relative;
  height: 0;
}

#front-booking {
  width: 375px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  position: absolute;
  top: 45%;
  margin-top: -225px;
  left: 5%;
  z-index: 600;
}

#front-booking h3 {
  background: #333;
  color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 0;
  text-align: center;
  font-size: 160%;
}

#front-booking .links {
  padding: 30px 40px;
}

#front-booking a {
  margin: 10px 0;
  display: block;
  text-transform: uppercase;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

/*#front-booking a:after,*/
#front-booking a:before {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(images/skinny-arrow.png);
  background-image: url(images/skinny-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

#front-booking a:before {
  /*right:30px;*/
}

#front-booking a.location:before {
  background-image: url(images/location-pin.png);
  background-image: url(images/location-pin.svg);
  /*right:35px;*/
  right: 5px;
}

#front-booking a.calendar:before {
  background-image: url(images/calendar-icon.png);
  background-image: url(images/calendar-icon.svg);
  width: 30px;
  top: 5px;
}

#front-booking .border {
  border-top: solid thin #333;
  padding-top: 20px;
}

#front-booking .links .call {
  text-align: center;
}

#front-booking .links .call p {
  margin: 0;
  font-size: 100%;
  line-height: 1;
  text-transform: uppercase;
}

#front-booking .links .call h2 {
  margin: 0;
  line-height: 1.4;
}

#front-booking input[type="text"] {
  background: transparent;
  padding: 5px 5px 5px 0;
  border-bottom: solid thin #000;
  font-size: 70%;
  width: 70%;
  text-transform: none;
}

#front-booking .select {
  position: relative;
  width: 71%;
}

#front-booking select {
  background: transparent;
  font-size: 70%;
  width: 100%;
  position: relative;
  z-index: 1;
}

#front-booking .select:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #000;
}

#front-booking input[type="submit"]:after {
}

#front-booking .button {
  text-align: center;
  padding-top: 15px;
}

#front-booking .button input[type="submit"] {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
  border: none;
  font-size: 160%;
  padding: 5px 50px 5px 5px;
  color: #f47424;
  background-image: url(images/orange-arrow.png);
  background-image: url(images/orange-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto 50%;
}

#front-booking .error {
  text-align: center;
  color: red;
  font-size: 12px;
  margin-bottom: 0;
}

#front-club-osage {
  height: 0px;
  width: 100%;
  position: relative;
  z-index: 600;
}

.fco-container {
  float: right;
  margin-top: -190px;
}

.fco-container > * {
}

#front-club-osage img {
  width: 240px;
  height: auto;
}

#front-club-osage .fco-text {
  padding-top: 50px;
}

#front-club-osage h3 {
  margin-bottom: 0;
}

#front-club-osage h3,
#front-club-osage p,
#front-club-osage a {
  color: #fff;
  text-align: center;
}

#front-club-osage p {
  font-size: 85%;
}

#front-band-one {
  padding: 75px 0 350px;
}

#front-band-one h2,
#front-band-one h3,
#front-band-one p,
#front-band-one a {
  color: #fff;
}

#front-band-one .fbo-video {
  float: left;
  padding-right: 40px;
}

#front-band-one .fbo-video img {
  width: 200px;
  -webkit-box-shadow: 3px 7px 20px 4px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 7px 20px 4px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 7px 20px 4px rgba(51, 51, 51, 0.5);
}

#front-band-one .fbo-text {
  float: left;
  padding-top: 15px;
}

@media (max-width: 1150px) {
  #front-band-one {
    padding: 75px 0 200px;
  }
}

#front-band-two {
}

#front-band-two section {
  position: relative;
}

#front-band-two .fb-two-image {
  display: block;
  height: 575px;
  width: auto;
}

#front-band-two .fb-two-text {
  width: 35%;
  position: absolute;
  bottom: 50px;
  right: 0;
}

@media (max-width: 1500px) {
  #front-band-two .fb-two-image {
    height: 440px;
  }
}

@media (max-width: 1200px) {
  #front-band-two .fb-two-image {
    height: 360px;
  }
}

#front-band-three {
  position: relative;
  padding-top: 80px;
}

.fb-three-content,
.fb-three-social {
  float: left;
  width: 45%;
  position: relative;
  z-index: 600;
}

.fb-three-social {
  float: right;
}

.fb-three-content {
  padding-right: 5%;
}

.fb-three-content img {
  display: block;
  width: 100%;
  margin: 50px 0;
}

.fb-three-social {
  padding-left: 5%;
}

.fb-three-social .facebook-post {
  padding-left: 60px;
  margin-bottom: 35px;
  background: url(images/fb-post-icon.jpg) top 5px left no-repeat;
  background-size: 30px 30px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.fb-three-social .facebook-post p {
  margin-bottom: 5px;
}

.fb-three-social .facebook-post .title a {
  color: #f47423;
  text-decoration: none;
}

/*-----------------------------------*/
/*              PARTIALS             */
/*-----------------------------------*/
.page-nav {
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 850px) {
  .page-nav {
    text-align: center;
  }

  .page-nav li {
    margin-bottom: 20px;
  }
}

.page-nav li {
  display: inline;
  display: inline-block;
  padding-right: 22px;
  margin-right: 20px;
  margin-bottom: 10px;
  border-right: solid 2px #000;
  margin-bottom: 20px;
}

.page-nav li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.page-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}

.page-nav li.current_page_item a,
.page-nav li.current_page_parent a {
  color: #f47423;
}

/*-----------------------------------*/
/*               FOOTER              */
/*-----------------------------------*/
footer {
  background: url(images/footer-bg2.jpg) center no-repeat;
  height: 490px;
  background-size: cover;
  padding: 30px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer.elementor {
  position: relative;
  bottom: auto;
  left: auto;
}

footer p {
  color: #fff;
  font-size: 75%;
}

footer .right {
  text-align: right;
}

footer .logo {
  margin-bottom: 20px;
}

#footer-social {
  float: left;
  padding-right: 40px;
  margin-bottom: 20px;
}

#footer-social ul {
  text-align: left;
}

#footer-social li {
  display: inline-block;
  margin-right: 7px;
  width: 40px;
}

#footer-social img {
  width: 100%;
}

#searchform {
  float: left;
  width: 230px;
  margin-top: 5px;
}

#s {
  background: #fff url(images/search-arrow.jpg) center right 10px no-repeat;
  background-size: auto 100%;
}

#searchsubmit {
  display: none;
}

.footer-primary-menu {
  padding: 20px 0 20px;
}

.footer-primary-menu ul {
}

.footer-primary-menu li {
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-primary-menu a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

/*.footer-primary-menu li.menu-item-60 a {color:#e78d22;}*/
.payout {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  width: 85%;
  margin-left: 15%;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.payout .money {
  position: absolute;
  left: -86px;
  top: 60%;
  transform: translateY(-50%);
  width: 200px;
}

@media (max-width: 1350px) {
  .payout .money {
    width: 150px;
  }
}

@media (max-width: 1000px) {
  .payout .money {
    display: none;
  }
}

.payout .monthly-payouts {
  margin-bottom: 30px;
}

#page-wrap .payout p {
  color: #fff;
  margin-bottom: 5px;
  line-height: 1;
}

#page-wrap .payout h2 {
  font-family: "Roboto Slab", serif;
  color: #e78d22;
  font-size: 300%;
  font-weight: 700;
  line-height: 1;
}

.money-info {
  margin-bottom: 25px;
}

.tax-info {
  color: #e78d22;
  font-size: 125%;
  display: block;
  margin-bottom: 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

.copyright {
  margin-bottom: 0;
  font-size: 75%;
}

.footer-secondary-menu {
}

.footer-secondary-menu ul {
  text-align: right;
}

.footer-secondary-menu li {
  display: inline-block;
  border-left: solid thin #fff;
  padding-left: 5px;
  margin-left: 3px;
}

.footer-secondary-menu li:first-child {
  border-left: none;
}

.footer-secondary-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 75%;
}

@media (max-width: 1220px) {
  .footer-primary-menu {
    padding-bottom: 10px;
  }
}

.book-your-band {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}

.book-your-band p {
  font-size: 14px;
}

.page-id-607 .book-your-band {
  display: block;
}

.page-id-499 .book-your-band {
  display: block;
}

.page-id-19 .book-your-band {
  display: block;
}

/*-----------------------------------*/
/*             JQUERY UI             */
/*-----------------------------------*/
.ui-widget {
  font-family: "Montserrat", sans-serif;
}

.ui-widget.ui-widget-content {
  z-index: 100000 !important;
}

.ui-widget #the-content {
  float: none;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-dialog .ui-dialog-content {
  padding: 0px;
}

.ui-dialog {
  padding: 0;
}

.ui-dialog .ui-button:focus {
  outline: none;
}

.ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
}

.ui-dialog .ui-dialog-title {
  font-weight: normal;
  font-size: 120%;
}

.ui-widget-header {
  background-color: #f47423;
  color: #fff;
  background-image: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: none;
  background-color: transparent;
  text-indent: 0;
  margin-top: -25px;
  margin-left: -20px;
  border: none;
  overflow: visible;
}

.ui-dialog .ui-button {
  background-color: transparent;
  background-image: none;
  margin: 0;
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon:before {
  content: "X";
  color: #fff;
  display: block;
  font-size: 28px;
  font-family: Arial;
}

.ui-widget-overlay {
  background-color: rgb(51, 51, 51);
  opacity: 0.7;
}

/*-----------------------------------*/
/*             Shadowbox             */
/*-----------------------------------*/
#sb-title-inner {
  font-size: 26px;
  margin-left: 10px;
  margin-top: 3px !important;
}

.page-template-template-gaming #sb-title-inner {
  display: none;
}

div#sb-title-close {
  position: absolute;
  top: 5px;
  right: 0;
}

/*-----------------------------------*/
/*               Tower               */
/*-----------------------------------*/
div#hotel-tower {
  background-size: cover;
  background-position: 50% 50%;
  color: white;
  padding: 100px 0;
  display: flex;
  width: 100%;
}

div#hotel-tower a.tower-link {
  color: white;
  text-decoration: none;
  font-weight: 700;
  position: absolute;
  width: 210px;
}

div#hotel-tower a.tower-link:after {
  content: "\2192";
  display: block;
  width: 10px;
  position: relative;
  color: #fff;
  float: right;
  text-align: right;
}

.tower-video {
  width: 100%;
  align-items: center;
  display: flex;
}

.tower-video video {
  width: 35%;
  max-width: 500px;
  height: auto;
  float: left;
}

.tower-video img {
  width: 35%;
  max-width: 500px;
  height: auto;
  float: left;
}

.tower-description {
  width: 37.5%;
  float: left;
  margin-left: 75px;
}

@media (max-width: 1000px) {
  div#hotel-tower {
    padding: 50px 0 65px;
  }

  .tower-video {
    width: 100%;
    align-items: none;
    display: inline-block;
  }

  .tower-video video {
    width: 100%;
    max-width: none;
    height: auto;
    float: left;
    margin-bottom: 30px;
  }

  .tower-description {
    width: 100%;
    float: left;
    margin-left: 0;
  }

  div#hotel-tower a {
    width: 185px !important;
  }

  .tower-video img {
    margin-bottom: 30px;
  }
}

@media (max-width: 875px) {
  div#hotel-tower section {
    width: 70%;
  }
}

div#player {
  width: 35%;
  height: auto;
  float: left;
}

.plyr--full-ui input[type="range"] {
  color: #ed3625 !important;
}

.plyr__control--overlaid {
  background: rgba(237, 54, 37, 0.8) !important;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px #ed362580 !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #ed3625 !important;
}

.ytp-chrome-top.ytp-show-watch-later-title.ytp-show-share-title.ytp-show-cards-title {
  display: none !important;
}

a.ytp-watermark.yt-uix-sessionlink.ytp-watermark-small {
  display: none !important;
}

@media (max-width: 875px) {
  div#player {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
  }

  div#hotel-tower a.tower-link {
    display: none;
  }
}

div#weather-tab.top-menu a:after {
  display: none;
}

div#weather-tab.top-menu div {
  display: block;
  background-color: #f47423;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 70%;
  padding: 10px 40px 10px 20px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div#weather-tab.top-menu div {
  padding: 10px 20px 10px 15px;
  border-radius: 0;
  background-color: #0c626d;
}

div#weather-tab {
  float: right;
  margin-left: 15px;
  display: block;
}

div#tabs-container {
  position: absolute;
  top: 0;
  right: 0;
}

div#weather-tab p {
  margin-bottom: 0;
  line-height: 1;
  /* float: left; */
  display: flex;
}

img.weather-icon {
  width: 19px;
  height: auto;
  float: left;
  margin-right: 8px;
  margin-top: -3px;
}

@media (max-width: 1000px) {
  div#weather-tab {
    /* font-size: 90%; */
    /* display: none; */
  }

  img.weather-icon {
    width: 17px;
    height: auto;
    float: left;
    margin-right: 8px;
    margin-top: -3px;
  }

  div#weather-tab.top-menu div {
    padding: 7.5px 17.5px 10px 10px;
  }
}

.halloween {
  position: absolute;
  right: 0;
  top: 0;
  width: 750px;
  max-width: 100%;
  display: block !important;
  z-index: 1;
}

.girls-night {
  position: absolute;
  right: 50px;
  top: 120px;
  max-width: 100%;
  display: block !important;
  z-index: 800;
}

.girls-night img {
  width: 200px !important;
}

@media (max-width: 1087px) {
  .girls-night {
    right: 0;
    top: 10px;
    max-width: 100%;
    display: block !important;
    z-index: 800;
  }

  .girls-night img {
    width: 100px !important;
  }
}

.halloween-links {
  position: absolute;
  right: 0;
  top: 225px;
  background: black;
  color: white;
  padding: 15px 7.5% 15px 30px;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (max-width: 700px) {
  .halloween-links {
    top: 30vw;
    font-size: 60%;
    padding: 10px 7.5% 10px 20px;
  }
}

.halloween-links p {
  margin-bottom: 0;
}

.halloween-links a {
  margin-bottom: 0;
  color: white;
  text-decoration: none;
}

.girls-night-out-properties a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  /* float: left; */
  margin-right: 7.5px;
  text-align: center;
  font-weight: 900;
}

.girls-night-out-properties a:after {
  content: "\2192";
  /* font-size: 90%; */
  /* display: block; */
  /* width: 10px; */
  position: relative;
  top: 0;
  right: -3px;
  color: #fff;
}

.girls-night-out-properties a:hover {
  font-weight: 900;
  transition: 0.2s ease;
}

.girls-night-out-properties a:last-child {
  margin-right: 0;
}

.girls-night-out-properties {
  width: calc(100% + 100px);
  text-align: center;
  line-height: 40px;
  margin-left: -50px;
}

@media (max-width: 850px) {
  .events-button.mobile-only {
    display: block !important;
    color: black;
    margin-top: 30px;
  }

  .girls-night-out-properties {
    width: calc(100% - 120px);
    text-align: center;
    line-height: 26px;
    margin-left: 60px;
  }

  .events-button.mobile-only .girls-night-out-properties a {
    width: 100%;
    float: left;
  }
}

.events-button.mobile-only img {
  width: 150px;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}

.events-button.mobile-only .girls-night-out-properties a {
  color: black;
  text-decoration: none;
  font-size: 12px !important;
  /* float: left; */
  margin-right: 15px;
  text-align: center;
  font-weight: 900;
  /* width: 100%; */
  /* float: left; */
}

.girls-night-out-properties a:after {
  content: "\2192";
  /* font-size: 90%; */
  /* display: block; */
  /* width: 10px; */
  position: relative;
  top: 0;
  right: -3px;
  color: #fff;
}

.events-button.mobile-only .girls-night-out-properties a:after {
  content: "\2192";
  /* font-size: 90%; */
  /* display: block; */
  /* width: 10px; */
  position: relative;
  top: 0;
  right: -3px;
  color: #000;
}

body.page-id-2789 img.personality-image {
  width: 375px;
  max-width: 28vw;
  left: 10%;
  top: 15%;
}

@media (max-width: 1455px) {
  header .logo {
    width: 220px;
  }

  header section {
    width: 95%;
  }

  header .games img {
    width: 85px;
  }

  header .games.mobile img {
    height: auto;
    width: 55px;
    /* position: relative; */
    /* left: 40px; */
    /* top: 0; */
  }

  header .games.mobile.two img {
    width: 50px;
  }

  .main-menu li {
    width: 100px;
  }

  .main-menu a {
    font-size: 70%;
  }
}

@media (max-width: 1300px) {
  header .logo {
    width: 195px;
    max-width: 100%;
  }

  .main-menu {
    padding-top: 20px;
  }

  .main-menu .menu-icon {
    height: 25px;
  }

  .main-menu li {
    width: 90px;
  }

  .main-menu a {
    font-size: 65%;
  }
}
header .games.two {
  margin-left: 30px;
}

@media (max-width: 1150px) {
  header .logo {
    width: 175px;
    max-width: 45vw;
  }

  .main-menu li {
    width: 80px;
  }

  /*
  header .games {
    margin-left: 10px;
    padding-top: 5px;
    position: absolute;
    right: -65px;
  }

  header .games.two {
    right: -130px;
  }

  header .games img {
    width: 70px;
  }

  header .games.mobile img {
    width: auto;
    height: 70px;
    left: 0;
    top: 0;
  }*/
}

@media (max-width: 850px) {
  /*header .games.mobile img {
    width: auto;
    height: 65px;
    /*left: -32.5px;*
    top: 0;
  }*/
}

.valentines {
  position: absolute;
  right: 0;
  top: 0;
  width: 750px;
  max-width: 100%;
  display: block !important;
  z-index: 1;
}

.valentines-links {
  position: absolute;
  right: 0;
  top: 240px;
  background: #ec1c24;
  color: white;
  padding: 15px 7.5% 15px 50px;
  font-size: 75%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.valentines-links a:before {
  content: "\2192";
  font-size: 150%;
  display: block;
  width: 10px;
  position: absolute;
  top: 12px;
  left: 20px;
  color: #fff;
}

img.valentines-graphic {
  width: 42.5%;
  height: auto;
  max-width: 390px;
  position: relative;
  float: right;
  margin-right: 10%;
  top: 55px;
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black);
}

@media (max-width: 700px) {
  .valentines-links {
    top: 125px;
    font-size: 50%;
    padding: 10px 5% 10px 30px;
  }

  img.valentines-graphic {
    width: 100%;
    height: auto;
    max-width: 185px;
    position: relative;
    float: right;
    margin-right: 20px;
    top: 15px;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
  }

  .valentines-links a:before {
    content: "\2192";
    font-size: 150%;
    display: block;
    width: 10px;
    position: absolute;
    top: 8px;
    left: 13px;
    color: #fff;
  }
}

.valentines-links p {
  margin-bottom: 0;
}

.valentines-links a {
  margin-bottom: 0;
  color: white;
  text-decoration: none;
}

img.hearts-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  opacity: 0.6;
  z-index: 0;
}

img.hearts-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  opacity: 0.75;
  z-index: 0;
  display: none;
}

#front-club-osage .fco-container {
  float: right;
  margin-top: -340px;
  position: absolute;
  right: 5%;
}

@media (max-width: 768px) {
  #front-club-osage .fco-container {
    margin-top: -190px;
  }

  #front-club-osage .fco-text {
    max-width: 230px !important;
    padding-top: 70px !important;
  }
}

#sgpb-popup-dialog-main-div {
  overflow: hidden !important;
}

.sidebar-image {
  /*float:left;*/
  width: 40%;
  padding-top: 80px;
}
@media (max-width: 850px) {
  .sidebar-image {
    float: none;
    width: 90%;
    padding-top: 0;
  }
}

/* Creates Dining Link with No Arrow */

a.no-arrow {
  color: #000;
  text-decoration: none;
  background: transparent !important;
  padding-right: 0;
  /* background-size: auto 100%; */
  display: inline-block;
  height: 25px;
}

/* Multiple front-page popups spacing */

.sgpb-content-4503 {
  margin-left: 30px;
}

.sgpb-content-3702 {
  margin-left: -10px;
}

.front-band-four {
  position: relative;
}

/* Home Flex Boxes */
.flex-boxes {
  display: flex;
  align-items: stretch;
  align-content: center;
  position: relative;
}
.flex-boxes > div {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.flex-boxes > div > div {
  padding: 50px;
}
.flex-boxes img {
  width: 100%;
}

@media (max-width: 900px) {
  .flex-boxes {
    display: block;
  }
  .flex-boxes > div {
    width: 100%;
  }
  .front-band-four .divider {
    display: none;
  }
}

body > img[src*="jelly.mdhv.io"] {
  display: none;
}

#page-wrap.no-min-height {
  min-height: auto;
}
#page-wrap.no-min-height #page-content .page-content,
#page-wrap.no-min-height #page-content {
  padding: 0;
}

.eps {
  float: left;
  margin-top: 45px;
  position: absolute;
  left: 6%;
  width: 500px;
}

@media (max-width: 767px) {
  .eps {
    width: 270px !important;
    margin-top: 15px !important;
  }
}

#pool-rules {
  position: relative;
  margin-bottom: 30px;
  display: none;
}
#pool-rules h3 {
  font-size: 2rem;
}
#pool-rules .pool-rules-close {
  position: absolute;
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 1;
}
.pool-rules-button {
  width: 250px;
  height: auto;
  cursor: pointer;
  margin: 20px auto;
  display: block;
}

@media (min-width: 849px) {
  .pool-rules-button {
    bottom: 70px;
    left: 22%;
    transform: translateX(-50%);
    position: absolute;
    width: 360px;
  }
  body.page-id-18 .pool-rules-button {
    bottom: 160px;
  }
  #pool-rules h3 {
    font-size: 2.8rem;
  }
}

body.page-template-template-elementor-empty header {
  padding-bottom: 0;
}

.button-100 .elementor-button {
  width: 100%;
}
.button-100 .elementor-button .elementor-button-text {
  text-align: left;
}

body:not(.elementor-editor-active) .elementor-section.drop-content,
body:not(.elementor-editor-active) .elementor-section .drop-content {
  display: none;
}
.elementor-section.drop-content.open,
.elementor-section .drop-content.open {
  display: block;
}
body.elementor-editor-active .elementor-section.drop-content,
body.elementor-editor-active .elementor-section .drop-content {
  background-color: grey;
}

.close-section {
  cursor: pointer;
}

#elementor-add-new-section {
  padding-top: 250px;
}

.elementor-section.cols-w-auto > .elementor-container > .elementor-column {
  width: auto !important;
}

#the-form {
  display: none;
}

body.page-id-57 footer .careers-link,
body.page-id-57 footer .disclaimer {
  display: none;
}
body.page-id-57 footer {
  height: auto;
  padding: 0 0 125px;
}
footer .careers-button {
  max-width: 500px;
}

@media (max-width: 450px) {
  header .header-buttons {
    /*display:none;*/
  }
}

/**
 *  June 2023 edits
 */

footer {
  padding: 0;
  height: 520px;
}

footer .right {
  padding-top: 70px;
}

footer a.careerslink {
  display: inline-block;
  background-color: #f47423;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-size: 120%;
  padding: 20px 80px 20px 20px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 50px;
}

footer a.careerslink:after {
  content: "\2192";
  font-size: 150%;
  display: block;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #fff;
}

#home-promos img {
  width: 100%;
  display: none;
}

header .header-buttons .mobile-only {
  display: none;
}

@media (min-width: 767px) {
  #home-promos .desktop {
    display: block;
  }
}

.header-buttons .app {
  width: 55px;
}

@media (max-width: 768px) {
  header .header-buttons a {
    display: none;
  }
  #home-promos .mobile,
  header .header-buttons .mobile,
  header .header-buttons .mobile-only {
    display: block;
  }

  .header-buttons .app {
    width: 37px;
  }

  #weather-tab {
    display: none !important;
  }
}

/** ---------------------
    New Book */

#front-booking.new-look .links p {
  text-transform: uppercase;
  color: #f47423;
  font-weight: bold;
  font-size: 19px;
  margin: 0 !important;
}

#front-booking.new-look .links a {
  font-weight: 500;
  font-size: 18px;
}

#front-booking.new-look .call {
  text-align: center;
}

#front-booking.new-look .call p {
  margin: 0 !important;
}

#front-booking.new-look .call h2 {
  margin-top: -10px !important;
  padding-bottom: 10px;
}

#front-booking h1,
#front-booking h2,
#front-booking h3 {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 28px;
}

#page-content .page-content {
  position: relative;
}

.page-template-template-dining #page-content .page-content {
  padding: 40px 0 10vw;
  /* BELOW - When dining-extra-images are active. ABOVE - When inactive.*/
  /* padding: 40px 0 46vw; */
  position: relative;
}

.dining-extra-image {
  /* joseph commented out values and replaced them for Feb Val 2024 Promo images */
  position: absolute;
  /*
  left:50%;
  transform:translateX(-50%);
  width: 60%;
 */
  transform: none;
  width: 43%;
  left: 4%;
  /* bottom: 50px; */
  bottom: -80px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.dining-extra-image-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* width: 60%; */

  bottom: 0px;
  display: flex;
  /* gap:10px; */
  justify-content: center;
  align-items: flex-start;
}

.dining-extra-image img {
  width: 50%;
  height: auto;
}
.events-button-header img {
  margin-top: 1px;
  width: 100px;
  height: auto;
  margin-left: 20px;
}

.events-button-header.bottom img {
  width: 125px;
  height: auto;
  margin-left: 0px;
}
@media (min-width: 1500px) {
  .page-template-template-dining #page-content .page-content {
    padding: 40px 0 100px;
    /* BELOW - When dining-extra-images are active. ABOVE - When inactive.*/
    /* padding: 40px 0 300px; */
  }

  .dining-extra-image {
    /*
    transform: none;
    width: 43%;
    left:4%;
	*/
  }

  .dining-extra-image-text {
    transform: none;
    width: 43%;
    left: 4%;
  }
}

@media (max-width: 1500px) {
  header .header-buttons {
    margin-left: 10px;
  }
  header .header-buttons a:first-child {
    width: 35px;
  }
  header .header-buttons a {
    width: 35px;
    display: inline-block;
    margin-left: 15px;
  }
  .header-buttons .app {
    width: 40px;
  }
}

@media (max-width: 1000px) {
  .page-template-template-dining #page-content .page-content {
    /* padding-bottom: 50vw;  */
  }

  .dining-extra-image {
    width: 85%;
  }
  .dining-extra-image-text {
    width: 85%;
  }
}

/* dining-promo-section used for Feb Promo section on Dining Page */

.dining-promo-caption {
  text-align: center;
  padding-top: 18px;
}

@media (max-width: 1542px) {
  .dining-promo-section-inner-top {
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;
  }

  .dining-promo-section-inner-bottom {
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
  }

  .dining-promo-section-inner-top img {
    height: 320px;
  }

  .dining-promo-section-inner-bottom img {
    height: 222px;
  }
}

@media (max-width: 1000px) {
  .dining-promo-section {
    /* margin-top: -300px; Commented out for Dining Promo Images */
    margin-top: 60px;
  }
}

@media (max-width: 800px) {
  .dining-promo-section-inner-top {
    flex-direction: column;
    align-items: center;
  }

  .dining-promo-section-inner-bottom {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 420px) {
  .dining-promo-section {
    /* margin-top: -185px; Commented out for Dining Promo Images */
    margin-top: 100px;
  }

  .dining-promo-section-inner-top img {
    height: 160px;
  }

  .dining-promo-section-inner-bottom img {
    height: 155px;
  }
}

.dining-full-width {
  width: 100% !important;
}

#gfield_description_1_11 {
  color: #fff !important;
}
#gform_fields_6 legend, #gform_fields_6 label, #gform_fields_8 legend, #gform_fields_8 label {
	color: #fff !important;
}