/**
 * @file
 * Subtheme specific CSS.
 */

img {
	max-width: 100%;
	height: auto;
}
html {
  	scroll-behavior: smooth;
}

 /* - - - - - BARRIO OVERRIDE - - - - - */
 #page,
 .mm-page,
 .mm-wrapper_background body,
 #main-wrapper {
 	background: transparent !important;
 	background-color: transparent !important;
 }
 .site-footer__bottom {
 	margin: 0;
 	border: none;
 }
 .site-footer__bottom .region {
 	margin: 0;
 }
 .nav-item a {
 	color: #2688c4;
 }

 /* - - - - - PAGES WITHOUT SIDEBARS - - - - - */
 body.page-node-9 .sidebar_second,
 body.page-node-12 .sidebar_second,
 body.page-node-92 .sidebar_second,
 body.path-webform .sidebar_second,
 body.node--type-promotion .sidebar_second {
 	display: none;
 }
  /* - - - - - PAGES WITHOUT SIDEBARS - - - - - */

 /* - - - - - - - - - - - - - - - - - - - - ALL - - - - - - - - - - - - - - - - - - - - */

@media all and (min-width: 0px) {

	/* - - - ACCORDION START - - - */
		.accordion {
			margin: 0 5%;
			width: 90%;
		}
		.accordion-1:before {
			background-image: url("/themes/riverbend/images/accordion-hotel.jpg");
		}
		.accordion-2:before {
			background-image: url("/themes/riverbend/images/accordion-casino.jpg");
		}
		.accordion-3:before {
			background-image: url("/themes/riverbend/images/accordion-dining.jpg");
		}
		.accordion-4:before {
			background-image: url("/themes/riverbend/images/accordion-entertainment.jpg");
		}
		.accordion-box {
			margin: 0 0 5% 0;
			position: relative;
		}
		.accordion-box:before {
			content: '';
			background-size: cover;
			display: block;
			position: relative;
			width: 100%;
			height: 300px;
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-webkit-transition: all 0.25s ease;
			-ms-transition: all 0.25s ease;
		}
		.accordion-box .text {
			background-color: rgba(0,0,0,0.75);
			bottom: 0;
			padding: 5%;
			position: absolute;
			width: 100%;
			z-index: 2;
		}
		.accordion-box .text h2 {
			color: #ae852d;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 20px;
			text-transform: uppercase;
		}
		.accordion-box .text p {
			color: #fff;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			margin: 0;
		}
		.accordion-box .text p a {
			background-color: #ae852d;
			color: #fff;
			display: inline-block;
			font-weight: bold;
			padding: 10px 20px;
			text-decoration: none;
			text-transform: uppercase;
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-webkit-transition: all 0.25s ease;
			-ms-transition: all 0.25s ease;
		}
		.accordion-btn {
			position: absolute;
			top: 15%;
			right: 5%;
		}
	/* - - - ACCORDION END - - - */

	/* - - - BODY START - - - */
		.container-fluid {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
	/* - - - BODY END - - - */


	/* - - - CLASSES START - - - */
		a.anchor {
		    display: block;
		    position: relative;
		    top: -150px;
		    visibility: hidden;
		}

		.callout-box {
			background-color: #f2f2f2;
			border-right: solid 4px #ae852d;
			border-left: solid 4px #ae852d;
			margin: 0 auto 25px auto !important;
			padding: 25px;
			width: 75%;
			text-align: center;
		}
		.center {
			text-align: center;
		}
		.copyright {
			text-align: center;
		}
		.copyright p {
			color: #fff;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-weight: 400;
			font-size: 10px;
			margin: 0;
			text-align: center;
		}
		.disclaimer {
			font-size: 75% !important;
		}
		a.gold-btn,
		input.gold-btn,
		.stay-play-packages .views-field-field-package-link a {
			background-color: #ae852d;
			border: none;
			color: #fff;
			display: inline-block;
			font-family: "Montserrat", Arial, Helvetica, sans-serif;
			font-weight: 600;
			padding: 7px 15px;
			text-decoration: none;
			text-transform: uppercase;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		a.gold-btn-wide,
		input.gold-btn-wide {
			background-color: #ae852d;
			border: none;
			color: #fff;
			display: inline-block;
			font-family: "Montserrat", Arial, Helvetica, sans-serif;
			font-weight: 600;
			padding: 7px 55px;
			text-decoration: none;
			text-transform: uppercase;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		a.gold-btn-inline {
			background-color: #ae852d;
			border: none;
			color: #fff;
			display: inline-block;
			font-family: "Montserrat", Arial, Helvetica, sans-serif;
			font-weight: 600;
			margin: 0 5px;
			padding: 5px 10px;
			text-decoration: none;
			text-transform: uppercase;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		a.gold-btn:hover,
		input.gold-btn:hover,
		a.gold-btn-wide:hover,
		input.gold-btn-wide:hover,
		a.gold-btn-inline:hover,
		.stay-play-packages .views-field-field-package-link a:hover {
			background-color: #000;
			color: #fff;
			transform: scale(1.1);
		}
		.mobile-only {
			display: block;
		}
		a.phone-number {
			text-decoration: none !important; 
		}
	/* - - - CLASSES END - - - */


	/* - - - CONTENT START - - - */
		.main-content .section {
			/* padding: 2.5%; */
		}
		.main-content h2 {
			color: #ae852d;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 26px;
			margin: 0 0 10px 0;
		}
		.main-content h2 a {
			color: #ae852d;
		}
		.main-content h3 {
			color: #000;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 22px;
			margin: 0 0 10px 0;
			text-transform: uppercase;
		}
		.main-content h3 a {
			color: #ae852d;
		}
		.main-content h4 {
			color: #000;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 18px;
			margin: 0 0 10px 0;
		}
		.main-content h5 {
			color: #000;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 14px;
			margin: 0 0 5px 0;
			text-transform: uppercase;
		}
		.main-content p,
		.main-content ul,
		.main-content ol {
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 14px;
			margin: 0 0 20px 0;
		}
		.main-content p + ul {
			margin-top: -15px;
		}
		.main-content h2 + ul,
		.main-content h3 + ul,
		.main-content h4 + ul,
		.main-content h5 + ul {
			margin-top: -5px;
		}
		.row-offcanvas {
			padding: 3% 5%;
		}
		body.path-frontpage .row-offcanvas {
			padding: 0;
		}
	/* - - - CONTENT END - - - */


	/* - - - ELEMENTS START - - - */
		strong {
			font-weight: 600;
		}
		.field--name-body hr {
			margin: 4% 0 3% 0;
		}
	/* - - - ELEMENTS END - - - */


	/* - - - FEATURED EVENTS START - - - */
		.region-featured-top .featured-events {
			display: none;
		}
		.region-postscript .featured-events {
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			padding: 3% 7%;
		}
		.featured-events .slick--thumbnail .slick-slide {
			margin: 0 0 5% 0;
			padding: 0 0 0 13%;
		}
		.featured-events .slick--optionset--featured-events-list {
			width: 100%;
		}
		.featured-events .slick--optionset--featured-events-hero {
			display: none;
		}
		.featured-events .slick--thumbnail .slick-slide {
			display: block;
			margin: 0 0 3% 0;
			text-align: left;
			width: 100% !important;
			position: relative;
		}
		.featured-events .slick--thumbnail .slick-slide:before {
			content: '';
	       	display: inline-block;
	       	width: 20px;
	       	height: 20px;
	       	-moz-border-radius: 10px;
	       	-webkit-border-radius: 10px;
	       	border-radius: 10px;
	       	background-color: #000;
	       	position: absolute;
	       	left: 3%;
	       	top: 20%;
	       	transition: all 0.1s linear;
			-moz-transition: all 0.1s linear;
		    -webkit-transition: all 0.1s linear;
		    -ms-transition: all 0.1s linear;
		}
		.featured-events .slick--thumbnail .slick-slide:hover:before,
		.featured-events .slick--thumbnail .slick-current:before {
			background-color: #ae852d;
			transform: scale(1.5);
		}
		.featured-events .slide__caption {
			text-align: left;
		}
		.featured-events .slide__caption h3 {
			display: inline-block;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 22px;
			margin: 0 0 1% 0;
			text-transform: uppercase;
		}
		.featured-events .slide__caption h3 a {
			color: #000;
			text-decoration: none;
		}
		.featured-events .slide__caption h4 {
			color: #ae852d;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 18px;
		}
		.featured-events .slide__caption p {
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 14px;
			margin: 0 0 1% 0;
		}
		.featured-events .slick-list:before {
			content: "";
			border-left: solid 3px #ccc;
			height: 66%;
			position: absolute;
			top: 8%;
			left: 5%;
		}
	/* - - - FEATURED EVENTS END - - - */
	

	/* - - - FEATURED TOP START - - - */
		
	/* - - - FEATURED TOP END - - - */


	/* - - - FOOD MENU START - - - */
		.food-menu .views-field-field-left-column {
			display: inline-block;
			float: left;
			width: 100%;
		}
		.food-menu .views-field-field-right-column {
			display: inline-block;
			float: left;
			width: 100%;
		}
		.food-menu .views-field-nothing {
			padding-top: 15px;
			text-align: center;
		}
		.food-menu .views-row {
			border-bottom: solid 1px #ccc;
			padding: 2% 0;
		}
		.food-menu .views-row:last-child {
			border-bottom: none;
		}
		.main-content .food-menu h2 {
			color: #000;
			font-weight: 700;
			text-align: center;
			text-transform: uppercase;
		}
		.main-content .food-menu h3 {
			font-size: 20px;
			text-align: center;
			text-transform: unset;
		}
		.main-content .food-menu .views-field-field-left-column h3,
		.main-content .food-menu .views-field-field-right-column h3 {
			border-top: solid 1px #ccc;
			margin-top: 15px;
			padding-top: 15px;
		}
		.main-content .food-menu .views-field-field-left-column h3:first-child,
		.main-content .food-menu .views-field-field-right-column h3:first-child {
			border-top: none;
		}
		.main-content .food-menu h4 {
			color: #ae852d;
			font-size: 18px;
			margin: 15px 0 0 0;
		}
		.main-content .food-menu h5 {
			font-size: 14px;
			text-transform: unset;
		}
		.main-content .food-menu h6 {
			font-size: 12px;
			text-align: center;
		}
		.main-content .food-menu p {
			margin: 0 0 15px 0;
		}
	/* - - - FOOD MENU END - - - */


	/* - - - FOOTER START - - - */
		.footer-wrapper {
			padding-right: 0;
			padding-left: 0;
		}
		.region-footer-fifth .footer-logo {
			display: block;
			text-align: center;
		}
		.footer-logo img {
			width: 200px;
			margin: 0;
			padding: 0;
		}
	/* - - - FOOTER END - - - */


	/* - - - FOOTER MENU START - - - */
		.footer-menu {
			display: block;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			text-align: center;
			width: auto;
		}
		.footer-menu a {
			color: #ae852d;
			display: inline-block;
			margin: 0;
			padding: 5px 10px;
		}
		.footer-menu a:hover {
			color: #fff;
		}
		.navbar-nav a.nav-link {
			font-size: 14px;
			padding: 5px 15px;
		}
	/* - - - FOOTER MENU END - - - */


	/* - - - FLEXSLIDER START - - - */
		
	/* - - - FLEXSLIDER END - - - */


	/* - - - GLOBAL MENU START - - - */
		#block-globalmenu {
			background-color: #ae852d;
			clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
			display: table-cell;
			margin: 0 auto;
			padding: 0 0 0 3%;
			text-align: center;
			width: 35%;
			vertical-align: middle;
		}
		#block-globalmenu ul.nav {
			display: inline-block;
			margin: 0;
			padding: 0;
			text-align: center;
			width: auto;
			float: none;
		}
		#block-globalmenu ul.nav li {
			display: inline-block;
			list-style: none;
			margin: 0 !important;
			overflow: visible;
			padding: 0;
			text-align: center;
		}
		#block-globalmenu ul.nav li a {
			background-size: 100% 100%;
			display: inline-block;
			width: 30px;
			height: 30px;
			margin: 0;
			padding: 0;
			text-align: center;
			text-indent: -6000px;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		#block-globalmenu ul.nav li a#hotel {
			background-image: url(../images/hotel-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		#block-globalmenu ul.nav li a#directions {
			background-image: url(../images/directions-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		#block-globalmenu ul.nav li a#phone {
			background-image: url(../images/phone-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		#block-globalmenu ul.nav li a:hover {
			transform: scale(1.25) rotate(10deg);
		}
	/* - - - GLOBAL MENU END - - - */


	/* - - - GOOGLE MAP START - - - */
		.google-map iframe {
			display: none;
		}
		#map-contact-box {
			background-color: rgba(0,0,0,0.05);
			padding: 5% 5% 7% 5%;
			text-align: center;
		}
		#map-contact-box h3 {
			font-size: 32px;
			margin: 0 0 10px 0;
			text-transform: uppercase;
		}
		#map-contact-box p {
			font-size: 24px;
			line-height: 150%;
			margin: 0 0 25px 0;
		}
		#map-contact-box p a.gold-btn {
			display: inline-block;
			margin: 0 0 15px 0;
		}
	/* - - - GOOGLE MAP END - - - */


	/* - - - HEADER START - - - */
		#navbar-main,
		.navbar {
			padding: 0;
		}
		#header #navbar-main {
			background-color: rgba(0,0,0,1.0);
			background-position: center center;
			background-repeat: repeat-y;
			background-size: 100% 100%;
			display: table;
			padding-top: 0 !important;
			padding-bottom: 0 !important;
			text-align: center;
		}
		#navbar-main .navbar-brand {
			display: table-cell;
			width: 52%;
			height: auto;
			margin: 0;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		    vertical-align: middle;
		}
		#navbar-main .navbar-brand img {
			width: 70%;
			height: auto;
			margin: 5px auto;
		}
		#navbar-top {
			display: inline-block;
			width: 100%;
			height: auto;
			margin: 0;
			padding: 10px 30px;
			text-align: center;
		}
	/* - - - HEADER END - - - */


	/* - - - HEADER VIDEO START - - - */
		.header-image-video-block video {
			width: 100%;
			height: auto;
			margin: 0 0 -6px 0;
			padding: 0;
		}
		.header-image-video-block video::-webkit-media-controls {
  			display:none !important;
		}
		.header-image-video-block video::-webkit-media-controls-start-playback-button {
    		display: none;
		}
		.header-image-video-block video::-webkit-media-controls-panel {
			display: none !important;
			opacity: 1 !important;
		}
		.header-image-video-block .content div {
			border: none;
			margin: 0 !important;
			padding: 0 !important;
		}
	/* - - - HEADER VIDEO END - - - */


	/* - - - HEADER VIDEO START - - - */
		.header-video {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0 !important;
		}
		.header-video video {
			width: 100%;
			height: auto;
			margin: 0 0 -6px 0;
			padding: 0;
		}
		.header-video .content div {
			margin: 0 !important;
			padding: 0 !important;
		}
	/* - - - HEADER VIDEO END - - - */


	/* - - - HERO START - - - */
		.region-hero .header-image-video-block {
			display: none;
		}
	/* - - - HERO END - - - */


	/* - - - HOTEL BOOKING START - - - */
		.bookingfield {
			margin: 10px 0;
		}
	/* - - - HOTEL BOOKING END - - - */


	/* - - - HOTEL PHOTOS START - - - */
		#hotelphotos p {
			display: inline-block;
			width: 46%;
			margin: 0 2% 20px 0 !important;
		}
		#hotelphotos p img {
			display: inline-block;
			width: 100%;
			height: auto;
		}
	/* - - - HOTEL PHOTOS END - - - */


	/* - - - JOB LISTINGS START - - - */
		.job-openings h4 {
			color: #ae852d;
			display: inline-block;
			font-size: 22px;
			font-weight: 400;
		}
		.job-openings h5 {
			color: #000;
			display: inline-block;
			font-size: 16px;
			font-weight: 600;
		}
		.job-openings h6 {
			color: #000;
			font-size: 16px;
			font-weight: 500;
		}
		.job-openings p {
			font-size: 14px;
		}
		.job-openings .view-content {
			margin-right: 0;
			margin-left: 0;
		}
		.job-openings .views-row {
			margin-bottom: 30px;
			padding-bottom: 10px;
			border-bottom: solid 1px #ae852d;
		}
		.job-openings .views-row:last-child {
			border-bottom: none;
		}
		.job-openings .col-1 {
			width: 48% !important;
			margin-right: 2%;
		}
		.job-openings .col-2 {
			width: 48% !important;
			margin-left: 2%;
		}
	/* - - - JOB LISTINGS END - - - */


	/* - - - MENU IMAGES START - - - */
		ul.menu-images {
			display: inline-block;
			margin: 4% 0 3% 0 !important;
			padding: 0 !important;
			position: relative;
			text-align: center;
		}
		.menu-images li {
			display: inline-block;
			list-style: none;
			width: 47%;
			margin: 0 1% 2% 1%;
			position: relative;
		}
		.menu-images li img {
			width: 100%;
			height: auto;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		.menu-images li a {
			display: inline-block;
			overflow: hidden;
			position: relative;
			text-decoration: none;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		.menu-images li h3 {
			background-color: rgba(174, 133, 45, 0.85);
			color: #fff;
			display: inline-block;
			font-family: "Teko", Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: 400;
			line-height: 100%;
			padding: 8px 0 4px 0;
			position: absolute;
			top: 38%;
			left: 0;
			right: 0;
			text-align: center;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		    pointer-events: none;
		}
		.menu-images li a:hover + h3 {
			background-color: rgba(255, 255, 255, 0.85);
			color: #000;
		}
		.menu-images li a:hover img {
			transform: scale(1.25);
		}

		ul.dining-menu-images {
			display: inline-block;
			margin: 4% 0 3% 0 !important;
			padding: 0 !important;
			position: relative;
			text-align: center;
		}
		.dining-menu-images li {
			display: inline-block;
			list-style: none;
			width: 47%;
			margin: 0 1% 2% 1%;
			position: relative;
		}
		.dining-menu-images li img {
			width: 100%;
			height: auto;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		.dining-menu-images li a {
			display: inline-block;
			overflow: hidden;
			position: relative;
			text-decoration: none;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		.dining-menu-images li h3 {
			background-color: rgba(174, 133, 45, 0.85);
			color: #fff;
			display: inline-block;
			font-family: "Teko", Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: 400;
			line-height: 100%;
			padding: 8px 0 4px 0;
			position: absolute;
			top: 38%;
			left: 0;
			right: 0;
			text-align: center;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		    pointer-events: none;
		}
		.dining-menu-images li a:hover + h3 {
			background-color: rgba(255, 255, 255, 0.85);
			color: #000;
		}
		.dining-menu-images li a:hover img {
			transform: scale(1.25);
		}
	/* - - - MENU IMAGES END - - - */


	/* - - - NEW GAMES START - - - */
		.new-games {
			width: 100%;
			margin: 0 auto;
		}
		.new-games .views-row {
			text-align: center;
		}
		.new-games .views-row h4 {
			margin: 10px 0;
		}
		.new-games .view-content {
			border: solid 3px #ae852d;
			padding: 20px 10px;
		}
		.new-games .view-header {
			text-align: center;
		}
	/* - - - NEW GAMES END - - - */


	/* - - - PAGE TITLE START - - - */
		h1.title {
			background-color: #f2f2f2;
			display: inline-block;
			font-family: "Montserrat", Arial, Helvetica, sans-serif;
			font-size: 32px;
			font-weight: 500;
			width: 100%;
			margin: 0;
			padding: 2% 0;
			text-align: center;
			text-transform: uppercase;
		}
		.region-hero .block-page-title-block {
			width: 100%;
			margin: 0;
			padding: 0;
		}
	/* - - - PAGE TITLE END - - - */


	/* - - - PHOTO SLIDER START - - - */
		.photo-slider .flex-direction-nav a  {
			overflow: visible;
		}
	/* - - - PHOTO SLIDER END - - - */


	/* - - - PROMOTIONS CALENDAR START - - - */
		.views-field-field-promotions-calendar-image {
			text-align: center;
		}
	/* - - - PROMOTIONS CALENDAR END - - - */


	/* - - - PROMOTIONS LISTING START - - - */
		.region-postscript .promotions-listing {
			width: 100%;
			height: auto;
			margin: 0 0 3% 0;
			padding: 0;
		}
		.promotions-listing .disclaimer p {
			font-size: 75%;
		}
		.promotions-listing h2 {
			color: #1b449c;
			font-size: 24px;
			font-weight: 600;
			text-transform: uppercase;
		}
		.promotions-listing h3 {
			color: #b89031;
			font-size: 16px;
			font-weight: 600;
			text-transform: uppercase;
		}
		.promotions-listing h4 {
			color: #000;
			font-size: 16px;
			font-weight: 600;
			text-transform: uppercase;
		}
		.promotions-listing p {
			color: #000;
			font-size: 14px;
			font-weight: 300;
		}
		.promotions-listing .views-row {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			float: left;
		}
		.promotions-listing .views-field-field-promotion-image {
			width: 100%;
			float: left;
		}
		.promotions-listing .views-field-field-promotion-image img {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
		}
		.promotions-listing .views-field-title {
			width: 100%;
			margin: 0 0 3% 0;
			padding: 3% 10%;
			float: left;
		}
		.block-views-blockpromotions-listing-block-1 {
			display: block;
		}
		.block-views-blockduplicate-of-promotions-listing-mobile-block-1 {
			display: none;
		}
		.promo-anchor {
			scroll-margin-top: 2em;
		}
		.promo-anchor:target:before {
			content: "";
			display: block;
			height: 200px;
			margin: -200px 0 0;
		}
		.promotions-listing .view-footer {
			background-color: #f2f2f2;
			padding: 3%;
			text-align: center;
		}
	/* - - - PROMOTIONS LISTING END - - - */


	/* - - - PROMOTIONS PAGE START - - - */
		.region-postscript .promotions-page {
			width: 100%;
			height: auto;
			margin: 0 0 3% 0;
			padding: 0;
		}
		.promotions-page .disclaimer p {
			font-size: 75%;
		}
		.promotions-page h2 {
			color: #1b449c;
			font-size: 24px;
			font-weight: 600;
			text-transform: uppercase;
		}
		.promotions-page h3 {
			color: #b89031;
			font-size: 16px;
			font-weight: 600;
			text-transform: uppercase;
		}
		.promotions-page h4 {
			color: #000;
			font-size: 16px;
			font-weight: 600;
			text-transform: uppercase;
		}
		.promotions-page p {
			color: #000;
			font-size: 14px;
			font-weight: 300;
		}
		.promotions-page .views-row {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			float: left;
		}
		.promotions-page .views-field-field-promotion-image {
			width: 100%;
			float: left;
		}
		.promotions-page .views-field-field-promotion-image img {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
		}
		.promotions-page .views-field-title {
			width: 100%;
			margin: 0 0 3% 0;
			padding: 3% 10%;
			float: left;
		}
		.block-views-blockpromotions-page-block-1 {
			display: block;
		}
		.block-views-blockduplicate-of-promotions-page-mobile-block-1 {
			display: none;
		}
		.promotions-page .view-footer {
			background-color: #f2f2f2;
			padding: 3%;
			text-align: center;
		}
	/* - - - PROMOTIONS PAGE END - - - */


	/* - - - RESPONSIVE MENU START - - - */
		#block-responsivemenumobileicon {
			display: table-cell;
			vertical-align: middle;
			width: 10%;
		}
		.responsive-menu-toggle-icon {
			width: 50px;
			height: 32px;
		}
		.responsive-menu-toggle-icon::before,
		.responsive-menu-toggle-icon::after,
		.responsive-menu-toggle-icon span.icon {
			background: #ae852d;
		}
		.responsive-menu-toggle-icon span.label {
			display: none;
		}
		.mm-panel {
			background: #000;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
		}
		.mm-navbar {
			background: #000;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
		}
		.mm-navbar__title {
			color: #ae852d;
		}
		.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
			color: #ae852d;
		}
		#off-canvas .nav > li {
			display: flex;
		}
		#off-canvas .nav > li > a {
			padding-left: 20px;
			padding-right: 10px;
		}
		#off-canvas .navbar-nav {
			margin: 0;
		}
		#off-canvas .mm-listitem__btn,
		#off-canvas .mm-listitem__text {
			padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
		}
		.responsive-menu-toggle-icon:before,
		.responsive-menu-toggle-icon:after,
		.responsive-menu-toggle-icon span.icon {
			width: 25px;
		}
		.responsive-menu-toggle-icon span.icon {
			top: 15px;
		}
		.responsive-menu-toggle-icon:after {
			top: 22px;
		}
		.mm-navbar__title {
			font-family: "Teko", Arial, Helvetica, sans-serif;
		}
		.mm-listitem:after {
			border-bottom: solid 1px #555;
			right: 10px;
			left: 10px;
		}
	/* - - - RESPONSIVE MENU END - - - */


	/* - - - SIDEBAR START - - - */
		.sidebar h2 {
			border-bottom: solid 1px #ae852d;
		}
		.sidebar-menu {
			background-color: #;
		}
		.sidebar h2 {
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-weight: 300;
			font-size: 20px;
			text-transform: uppercase;
		}
		.sidebar-menu .navbar-nav a.nav-link {
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 16px;
		}
		.sidebar-menu .nav a {
			border-left: solid 2px #ae852d;
			color: #000;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.sidebar nav .nav {
			margin: 0;
		}
		.sidebar-menu .nav .nav-item {
			margin: 0 0 2% 0;
		}
		.sidebar-menu .nav a:hover {
			border-left: solid 6px #ae852d;
			color: #000;
			padding-left: 20px;
		}
		.sidebar-menu .nav a.active {
			border-left: solid 6px #ae852d;
			color: #ae852d;
			font-weight: 500;
			padding-left: 20px;
		}
		.sidebar-menu .dropdown-menu {
			display: block;
			border: none;
		}
		.sidebar-menu .dropdown-menu a {
			border-left: none;
			color: #000;
			text-decoration: none;
		}
		.sidebar-menu .dropdown-menu a:hover {
			border-left: none;
			color: #ae852d !important;
			padding-left: 20px;
		}
		.sidebar-menu .dropdown-menu a.active {
			border-left: none;
			color: #000;
			font-weight: 500;
			padding-left: 20px;
		}
		.sidebar-menu .dropdown-menu .dropdown-item.active,
		.sidebar-menu .dropdown-menu .dropdown-item:active {
			background-color: transparent;
			color: #000;
		}
		.sidebar-photos img {
			margin-bottom: 20px;
		}
		.hours-block {
			
		}
		.hours-block h2 {
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-weight: 300;
			font-size: 20px;
			text-transform: uppercase;
		}
		.hours-block p {
			font-size: 14px;
			margin: 0 0 10px 0;
		}
	/* - - - SIDEBAR END - - - */


	/* - - - SLICK CAROUSEL START - - - */
		.region-featured-top .promotions-carousel {
			margin-top: 4%;
		}
		.slide__caption {
			margin: 3% 0 0 0;
			text-align: center;
		}
		.slide__caption h2 {
			color: #ae852d;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 24px;
			line-height: 125%;
			margin: 0 3% 1% 3%;
			text-transform: uppercase;
		}
		.slide__caption p {
			color: #000;
			display: block;
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 20px;
			line-height: 125%;
			margin: 0 10% 1% 10%;
		}
		.slick-slide {
			margin: 0 10px;
		}
		.slick-wrapper .slick__arrow {
			display: none;
		}
	/* - - - SLICK CAROUSEL END - - - */


	/* - - - SLOT LOGOS START - - - */
		.slot-logos {
			width: 100%;
			margin: 0 auto;
		}
		.slot-logos .view-header {
			text-align: center;
		}
	/* - - - SLOT LOGOS END - - - */


	/* - - - SOCIAL MEDIA START - - - */
		.social-media-menu {
			display: inline-block;
			margin: 0 auto;
			text-align: center;
		}
		.social-media-menu ul.nav {
			display: inline-block;
			margin: 0;
			padding: 0;
			text-align: center;
			width: auto;
			float: none;
		}
		.social-media-menu ul.nav li {
			display: inline-block;
			list-style: none;
			margin: 0 !important;
			overflow: visible;
			padding: 0;
			text-align: center;
		}
		.social-media-menu ul.nav li a {
			background-size: 100% 100%;
			display: inline-block;
			width: 20px;
			height: 20px;
			margin: 0 3px;
			padding: 0;
			text-align: center;
			text-indent: -6000px;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		.social-media-menu ul.nav li a.facebook {
			background-image: url(../images/facebook-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		.social-media-menu ul.nav li a.twitter {
			background-image: url(../images/twitter-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		.social-media-menu ul.nav li a.instagram {
			background-image: url(../images/instagram-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		.social-media-menu ul.nav li a.linkedin {
			background-image: url(../images/linkedin-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		.social-media-menu ul.nav li a.youtube {
			background-image: url(../images/youtube-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		.social-media-menu ul.nav li a.yelp {
			background-image: url(../images/yelp-icon.png);
			background-repeat: no-repeat;
			background-position: center center;
		}
		.social-media-menu ul.nav li a:hover {
			background-size: 120% 120%;
			transform: rotate(-15deg);
		}
	/* - - - SOCIAL MEDIA END - - - */


	/* - - - SOCIAL MEDIA BLOCKS START - - - */
		.social-media-blocks {
			display: none;
		}
	/* - - - SOCIAL MEDIA BLOCKS END - - - */


	/* - - - STAY & PLAY PACKAGES START - - - */
		.stay-play-packages {

		}
		.stay-play-packages .view-content {
			display: inline-block;
			width: 100%;
			margin: 0;
			padding: 0;
		}
		.stay-play-packages .views-row {
			border-bottom: solid 1px #ccc;
			margin: 0 0 15px 0;
			padding: 0 0 15px 0;
		}
		.stay-play-packages h3 {
			color: #ae852d;
			font-size: 24px;
			font-weight: 600;
			text-transform: uppercase;
		}
		.stay-play-packages h4 {
			color: #000;
			font-size: 18px;
			font-weight: 300;
		}
		.stay-play-packages p,
		.stay-play-packages ul,
		.stay-play-packages ol {
			font-size: 14px;
		}
	/* - - - STAY & PLAY PACKAGES END - - - */


	/* - - - SUPERFISH START - - - */
		.block-superfish {
			display: none;
		}
		ul.sf-menu li a.header-btn {
			background-color: #8a2332;
			border-radius: 5px;
			color: #fff;
			margin: 0;
			padding: 10px 20px;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
	/* - - - SUPERFISH END - - - */


	/* - - - WEBFORM START - - - */
		.btn-primary {
			background-color: #ae852d !important;
		}
		.form-actions {
			margin-top: 3%;
		}
		.form-actions button {
			border: none;
			border-radius: 0;
			border-color: transparent;
			transition: all 0.15s linear;
			-moz-transition: all 0.15s linear;
		    -webkit-transition: all 0.15s linear;
		    -ms-transition: all 0.15s linear;
		}
		.form-actions button:hover {
			background-color: #000 !important;
			color: #fff;
			transform: scale(1.1);
		}
		.js-form-item legend {
			font-size: 16px;
			font-weight: 600;
			margin-top: 0.5em;
		}
		.webform-progress-tracker .progress-step.is-active .progress-marker, .webform-progress-tracker .progress-step.is-active:hover .progress-marker {
			background-color: #ae852d;
		}
	/* - - - WEBFORM END - - - */


	/* - - - WIDGET START - - - */
		----------------------------------*/
		.ui-widget {
			font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
			font-size: 1em/*{fsDefault}*/;
		}
		.ui-widget .ui-widget {
			font-size: 1em;
		}
		.ui-widget input,
		.ui-widget select,
		.ui-widget textarea,
		.ui-widget button {
			font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
			font-size: 1em;
		}
		.ui-widget.ui-widget-content {
			border: 1px solid #c5c5c5/*{borderColorDefault}*/;
		}
		.ui-widget-content {
			border: 1px solid #dddddd/*{borderColorContent}*/;
			background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
			color: #333333/*{fcContent}*/;
		}
		.ui-widget-content a {
			color: #333333/*{fcContent}*/;
		}
		.ui-widget-header {
			border: 1px solid #dddddd/*{borderColorHeader}*/;
			background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
			color: #333333/*{fcHeader}*/;
			font-weight: bold;
		}
		.ui-widget-header a {
			color: #333333/*{fcHeader}*/;
		}
		.ui-datepicker-append {
			display: none;
			font-size: 75%;
		}
	/* - - - WIDGET END - - - */


	/* - - - WINNERS START - - - */
		.winners-gallery {
			font-family: "Montserrat", Arial, Helvetica, sans-serif;
			margin: 3% 0;
		}
		.winners-gallery .views-row {
			display: inline-block;
			float: left;
			width: 48%;
			margin: 0 1% 2% 1%;
			padding: 0;
		}
		.winners-gallery .views-field-nothing {
			background-color: #ae852d;
			clip-path: polygon(-50% 0, 150% 0, 50% 100%, 50% 100%);
			padding: 2% 2% 8% 2%;
			text-align: center;
		}
		.winners-gallery .views-field-nothing h2 {
			color: #000;
			font-size: 14px;
			font-weight: 500;
			margin: 0;
			text-align: center;
		}
		.winners-gallery .views-field-nothing h3 {
			color: #fff;
			font-size: 24px;
			font-weight: 600;
			margin: 0 0 1% 0;
			text-align: center;
		}
		.winners-gallery .views-field-nothing h3 sup {
			font-size: 65%;
			top: -0.4em;
		}
	/* - - - WINNERS END - - - */
}


/* - - - - - - - - - - - - - - - - - - - - NARROW - - - - - - - - - - - - - - - - - - - - */

@media all and (min-width: 768px) {

	/* - - - ACCORDION START - - - */
		.accordion {
			background: rgba(0, 0, 0, 1.0);
			height: 300px;
			margin: 0 auto;
			display: flex;
			flex-direction: row;
			width: 100%;
		}
		.accordion-box {
			background-position: left;
			background-size: cover;
			position: relative;
			height: 100%;
			flex: 1;
			margin: 0;
			transition: .5s;
			text-align: center;
		}
		.accordion-box:hover{
			flex: 2;
		}
		.accordion-box:before {
			content: '';
			background-size: cover;
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-webkit-transition: all 0.25s ease;
			-ms-transition: all 0.25s ease;
		}
		.accordion-box:hover:before {
			opacity: 0.25;
		}
		.accordion-box .text {
			background-color: transparent;
			position: absolute;
			top: 30%;
			right: 0;
			bottom: unset;
			left: 0;
			opacity: 0;
			margin: 0 auto;
			padding: 0%;
			width: 60%;
			white-space: nowrap;
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-webkit-transition: all 0.25s ease;
			-ms-transition: all 0.25s ease;
		}
		.accordion-box .text h2 {
			color: #fff;
			font-size: 24px;
		}
		.accordion-box .text p {
			color: #fff;
			font-size: 10px;
			margin-bottom: 1rem;
		}
		.accordion-box .text p a {
			font-size: 14px;
		}
		.accordion-box .text p a:hover {
			background-color: #fff;
			color: #ae852d;
			transform: scale(1.1);
		}
		.accordion-box:hover .text{
			opacity:1;
		}
		.accordion-btn {
			position: relative;
			right: unset;
		}
	/* - - - ACCORDION END - - - */


	/* - - - CLASSES START - - - */
		.mobile-only {
			display: none;
		}
	/* - - - CLASSES END - - - */


	/* - - - CONTENT START - - - */
		.main-content h2 {
			font-size: 26px;
		}
		.main-content h3 {
			font-size: 22px;
		}
		.main-content h4 {
			font-size: 18px;
		}
		.main-content h5 {
			font-size: 14px;
		}
		.main-content p,
		.main-content ul,
		.main-content ol {
			font-size: 12px;
			margin: 0 0 15px 0;
		}
		.main-content p + ul {
			margin-top: -10px;
		}
		.main-content h2 + ul,
		.main-content h3 + ul,
		.main-content h4 + ul,
		.main-content h5 + ul {
			margin-top: -5px;
		}
	/* - - - CONTENT END - - - */


	/* - - - FEATURED EVENTS START - - - */
		.region-featured-top .featured-events {
			padding: 3% 7% 0 7%;
			display: block;
		}
		.region-postscript .featured-events {
			display: none;
		}
		.featured-events .slick--thumbnail .slick-slide {
			margin: 0 0 5% 0;
			padding: 0 0 0 13%;
		}
		.featured-events .slick--thumbnail .slick-slide:before {
			top: 20%;
		}
		.featured-events .slick--optionset--featured-events-hero {
			display: inline-block;
			float: right;
			margin: 0 0 0 1%;
			width: 54%;
		}
		.featured-events .slick--optionset--featured-events-list {
			display: inline-block;
			float: left;
			margin: 0 5% 0 0;
			width: 40%;
		}
		.featured-events .slide__caption {
			text-align: left;
		}
		.featured-events .slide__caption h3 {
			font-size: 22px;
		}
		.featured-events .slide__caption h4 {
			font-size: 18px;
		}
		.featured-events .slide__caption p {
			font-size: 14px;
		}
		.featured-events .slick-list .slick-track {
			margin: 0;
			padding: 0;
			width: auto;
		}
	/* - - - FEATURED EVENTS END - - - */


	/* - - - FEATURED START - - - */
		
	/* - - - FEATURED END - - - */


	/* - - - FOOD MENU START - - - */
		.food-menu .views-field-field-left-column {
			border-right: solid 1px #ccc;
			display: inline-block;
			float: left;
			padding-right: 2%;
			width: 50%;
		}
		.food-menu .views-field-field-right-column {
			display: inline-block;
			float: left;
			padding-left: 2%;
			width: 50%;
		}
		.food-menu .views-field-nothing {
			display: inline-block;
			float: left;
			text-align: center;
			width: 100%;
		}
		.main-content .food-menu h3 {
			font-size: 18px;
		}
		.main-content .food-menu h4 {
			font-size: 16px;
		}
		.main-content .food-menu h5 {
			font-size: 12px;
		}
		.main-content .food-menu h6 {
			font-size: 10px;
		}
	/* - - - FOOD MENU END - - - */


	/* - - - FOOTER START - - - */
		.site-footer__bottom .region-footer-fifth {
			display: block;
			text-align: center;
		}
		.region-footer .footer-logo {
			display: inline-block;
		}
		.site-footer__bottom .footer-logo {
			display: inline-block;
			margin: 0 15px 0 0;
			width: auto;
		}
		.footer-logo a {
			display: inline-block;
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
		    -webkit-transition: all 0.25s ease;
		    -ms-transition: all 0.25s ease;
		}
		.footer-logo a:hover {
			transform: scale(1.1);
		}
		.footer-logo img {
			width: 100px;
		}
	/* - - - FOOTER END - - - */


	/* - - - FOOTER START - - - */
		
	/* - - - FOOTER END - - - */


	/* - - - FOOTER ADDRESS START - - - */
		
	/* - - - FOOTER ADDRESS END - - - */


	/* - - - FOOTER HOURS START - - - */
		
	/* - - - FOOTER HOURS END - - - */


	/* - - - FOOTER MENU START - - - */
		.site-footer__top .block-menu, .site-footer__bottom .footer-menu {
			display: inline-block;
			width: auto;
		}
		.footer-menu ul.navbar-nav {
			display: inline-block;
		}
		.footer-menu ul.navbar-nav li {
			display: inline-block;	
		}
		.navbar-nav a.nav-link {
			padding: 5px 15px;
		}
		.navbar-nav a.nav-link {
			font-size: 11px;
		}
	/* - - - FOOTER MENU END - - - */


	/* - - - GLOBAL MENU START - - - */
		#block-globalmenu {
			margin: 0 auto;
			padding: 0 0 0 1%;
			width: 14%;
		}
		#block-globalmenu ul.nav li a {
			width: 25px;
			height: 25px;
		}
	/* - - - GLOBAL MENU END - - - */


	/* - - - GOOGLE MAP START - - - */
		.google-map {
			display: block;
			width: 100%;
			height: auto;
			margin : 3% 0 3% 0 !important;
			padding: 0;
		}
		.google-map div {
			margin: 0;
			padding: 0;
		}
		.google-map .field--name-body {
			position: relative;
		}
		.google-map iframe {
			display: block;
			width: 100%;
			height: 225px;
			margin: 0;
			padding: 0;
		}
		.google-map p {
			margin-bottom: 0;
		}
		.gm-style .place-card-medium {
			display: none !important;
		}
		#map-contact-box {
			background-color: #fff;
			box-sizing: border-box;
			display: block;
			position: absolute;
			top: 0;
			left: 10%;
			padding: 3%;
			text-align: left;
		}
		#map-contact-box h3 {
			font-size: 18px;
		}
		#map-contact-box p {
			font-size: 12px;
			text-transform: uppercase;
			margin: 0 0 20px 0;
		}
		#map-contact-box p.gold-btn {
			display: block;
			margin: 0 0 15px 0;
		}
	/* - - - GOOGLE MAP END - - - */


	/* - - - HEADER START - - - */
		#header #navbar-main {
			background-color: rgba(0,0,0,0.75);
		}
		#navbar-main .navbar-brand {
			width: 20%;
			height: auto;
			margin: 0 auto;
			padding: 0 0 0 3%;
			vertical-align: middle;
		}
		#navbar-main .navbar-brand:hover {
			transform: scale(0.9);
		}
		#navbar-main .navbar-brand img {
			margin: 10px 0;
		}
		#navbar-top {
			text-align: right;
		}
	/* - - - HEADER END - - - */


	/* - - - HERO START - - - */
		.header-image-video-block {
			width: 100% !important;
			height: auto;
			margin: 0;
			padding: 0 !important;
		}
		.header-image-video-block .slides li {
			position: relative;
			text-align: center;
		}
		.header-image-video-block .flex-active-slide {
			position: relative;
		}
		.header-image-video-block .views-row {
			width: 100% !important;
			height: auto;
			margin: 0;
			padding: 0 !important;
		}
		.region-hero .header-image-video-block {
			display: block;
			width: 100%;
			height: auto;
			margin: -60px 0 0 0;
			padding: 0;
			z-index: -1;
		}
		.header-image-video-block img {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
		}
		.homepage-slider .views-field-field-header-image img {
			width: 100%;
			height: auto;
		}
		.region-hero {
			width: 100%;
			max-width: none;
			margin: 0;
			padding: 0;
		}
		.region-hero .row {
			width: 100%;
			max-width: 100%;
			margin: 0;
			padding: 0;
		}
	/* - - - HERO END - - - */


	/* - - - MENU IMAGES START - - - */
		.menu-images li {
			width: 30%;
		}
		.menu-images li h3 {
			font-size: 20px;
		}
		.dining-menu-images li {
			width: 47%;
		}
		.dining-menu-images li h3 {
			font-size: 24px;
		}
	/* - - - MENU IMAGES END - - - */


	/* - - - NEW GAMES START - - - */
		.new-games {
			width: 75%;
		}
	/* - - - NEW GAMES END - - - */


	/* - - - PAGE TITLE START - - - */
		h1.title {
			font-size: 36px;
		}
	/* - - - PAGE TITLE END - - - */


	/* - - - PROMOTIONS LISTING START - - - */
		.promotions-listing h2 {
			font-size: 26px;
		}
		.promotions-listing h3 {
			font-size: 18px;
		}
		.promotions-listing h4 {
			font-size: 18px;
		}
		.promotions-listing p {
			font-size: 14px;
		}
		.promotions-listing .views-row {
			background-color: #fff;
			border-bottom: solid 1px #ccc;
			/* display: table; */
		}
		.promotions-listing .views-row:last-child {
			border-bottom: none;
		}
		.promotions-listing .views-field-field-promotion-image {
			display: inline-block;
			width: 50%;
		}
		.promotions-listing .views-field-title {
			background-color: #fff;
			display: inline-block;
			margin: 0;
			padding: 3% 4%;
			width: 50%;
		}
		.promotions-listing .views-row:nth-child(odd) .views-field-field-promotion-image {
			float: right;
		}
		.promotions-listing .views-row:nth-child(odd) .views-field-title {
			float: right;
			width: 50%;
		}
		.block-views-blockpromotions-listing-block-1 {
			display: block;
		}
		.block-views-blockduplicate-of-promotions-listing-mobile-block-1 {
			display: none;
		}
	/* - - - PROMOTIONS LISTING END - - - */


	/* - - - RESPONSIVE MENU START - - - */
		#block-responsivemenumobileicon {
			display: none;
		}
	/* - - - RESPONSIVE MENU END - - - */


	/* - - - SIDEBAR START - - - */
		.sidebar h2 {
			font-size: 20px;
		}
		.sidebar_second.col-md-3 {
			margin-left: 5%;
			width: 30%;
		}
		.sidebar-menu .navbar-nav a.nav-link {
			font-size: 14px;
		}
		.sidebar-menu .nav a {
			color: #000;
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
		    -webkit-transition: all 0.25s ease;
		    -ms-transition: all 0.25s ease;
		}
		.hours-block h2 {
			font-size: 20px;
		}
		.hours-block p {
			font-size: 12px;
		}
	/* - - - SIDEBAR END - - - */


	/* - - - SLICK CAROUSEL START - - - */
		.region-featured-top .promotions-carousel {
			margin-top: 3%;
		}
		.promotions-carousel .slide__caption {
			display: none;
		}
		.slick-slide {
			margin: 0 7px;
		}
	/* - - - SLICK CAROUSEL END - - - */


	/* - - - SLOT LOGOS START - - - */
		.slot-logos {
			
		}
	/* - - - SLOT LOGOS END - - - */


	/* - - - SOCIAL MEDIA START - - - */
		.social-media-menu ul.nav {
			text-align: right;
			float: right;
		}
		.social-media-menu ul.nav li a {
			width: 22px;
			height: 22px;
		}
	/* - - - SOCIAL MEDIA END - - - */


	/* - - - SOCIAL MEDIA BLOCKS START - - - */
		.social-media-blocks {
			background-color: #000;
			display: block;
			margin-bottom: 3%;
		}
		.social-block {
			background-color: #000;
			display: inline-block;
			float: left;
			margin: 0;
			overflow: hidden;
			padding: 0;
			position: relative;
			text-align: center;
			width: 33.33%;
		}
		.social-block h4 {
			color: #fff;
			font-size: 20px;
			font-weight: 900;
			position: absolute;
			top: 36%;
			right: 0;
			bottom: 0;
			left: 0;
			pointer-events: none;
			text-align: center;
		}
		.social-block svg {
			width: 15%;
			height: auto;
		}
		.social-media-block-image {
			opacity: 0.50;
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
		    -webkit-transition: all 0.25s ease;
		    -ms-transition: all 0.25s ease;
		}
		.social-media-block-image:hover {
			opacity: 1.0;
			transform: scale(1.1);
		}
	/* - - - SOCIAL MEDIA BLOCKS END - - - */


	/* - - - STAY & PLAY PACKAGES START - - - */
		.stay-play-packages .views-row {
			margin: 0 0 10px 0;
			padding: 0 0 10px 0;
		}
		.stay-play-packages h3 {
			font-size: 22px;
		}
		.stay-play-packages h4 {
			font-size: 16px;
		}
		.stay-play-packages p,
		.stay-play-packages ul,
		.stay-play-packages ol {
			font-size: 13px;
		}
	/* - - - STAY & PLAY PACKAGES END - - - */


	/* - - - SUPERFISH START - - - */
		.block-superfish {
			display: table-cell;
			text-align: right;
			vertical-align: middle;
			width: 67%;
			padding-right: 1%;
		}
		#superfish-main {
			font-family: "Teko", Arial, Helvetica, sans-serif;
		}
		#superfish-main .navbar-nav {
			float: none;
		}
		#superfish-main .navbar-nav > li {
			float: none;
		}
		#superfish-main .nav > li > a {
			display: inline-block;
		}
		ul.sf-menu li {
			float: none;
			display: inline-block;
		}
		ul.sf-menu li a,
		ul.sf-menu li span.nolink {
			background-color: transparent;
			border: none;
			color: #fff;
			font-size: 14px;
			font-weight: 500;
			line-height: 100%;
			margin: 0 5px;
			padding: 5px 8px 2px 8px;
			text-decoration: none;
			text-transform: uppercase;
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
		    -webkit-transition: all 0.25s ease;
		    -ms-transition: all 0.25s ease;
		}
		ul.sf-menu li a:hover,
		ul.sf-menu li a.is-active,
		ul.sf-menu li span:hover,
		ul.sf-menu li span.is-active,
		/* ul.sf-menu li.sfHover, */
		ul.sf-menu li.sfHover > a,
		ul.sf-menu li.active-trail a,
		ul.sf-menu li.sfHover > span,
		ul.sf-menu li.active-trail span {
			background-color: #ae852d;
			color: #fff;
		}
		ul.sf-menu.menu ul {
			background-color: #fff;
			text-align: left;
		}
		ul.sf-menu li li {
			margin: 0;
		}
		ul.sf-menu li li a,
		ul.sf-menu li.sfHover li > a,
		ul.sf-menu li.active-trail li a {
			background-color: #fff;
			color: #000;
			font-weight: 300;
			margin: 0;
			padding: 10px 15px 6px 15px;
		}
		ul.sf-menu li li a:hover,
		ul.sf-menu li.sfHover li > a:hover,
		ul.sf-menu li.active-trail li a:hover {
			background-color: #ae852d;
			border-bottom: none;
			color: #fff;
		}
		ul.sf-menu li:hover > ul,
		ul.sf-menu li.sfHover > ul {
			top: auto;
		}
		ul.sf-menu li a.header-btn {
			margin: 0 30px 0 0;
		}
		ul.sf-menu li a.header-btn {
			background-color: #8a2332;
			border-radius: 5px;
			color: #fff;
			margin: 0 20px 0 0;
			padding: 10px 20px;
		}
		ul.sf-menu li a.header-btn:hover {
			background-color: #000;
			color: #fff;
			transform: scale(1.1);
		}
	/* - - - SUPERFISH END - - - */


	/* - - - WEBFORM START - - - */
		.form-item-years-requesting {
			display: inline-block;
			float: left;
			margin-right: 1%;
			width: 49%;
		}
		.form-item-print-full-name {
			display: inline-block;
			float: left;
			margin-right: 1%;
			width: 49%;
		}
		.form-wrapper {
			display: block;
			width: 100%;
		}
		.form-item-address-city {
			display: inline-block;
			float: left;
			margin-right: 1%;
			width: 49%;
		}
		.form-item-address-state-province {
			display: inline-block;
			float: left;
			margin-right: 1%;
			margin-left: 1%;
			width: 28%;
		}
		.form-item-address-postal-code {
			display: inline-block;
			float: left;
			margin-left: 1%;
			width: 19%;
		}
		.form-item-last-4-digits-of-ss- {
			display: inline-block;
			float: left;
			margin-right: 1%;
			width: 32%;
		}
		.form-item-phone- {
			display: inline-block;
			float: left;
			margin-right: 1%;
			margin-left: 1%;
			width: 32%;
		}
		.form-item-players-card- {
			display: inline-block;
			float: left;
			margin-left: 1%;
			width: 32%;
		}
		.form-type-processed-text {
			display: block;
			width: 100%;
		}
		.js-form-item legend {
			font-size: 14px;
		}
		#edit-requesting-please-check-all-that-apply--wrapper {
			display: inline-block;
			margin-right: 0.5%;
			width: 50%;
		}
		.form-item-please-select-a-delivery-option {
			display: inline-block;
			margin-left: 1%;
			width: 49%;
		}
		.webform-submission-win-loss-request-form-form .js-form-item-email-address {
			width: 100%;
		}
		.js-form-item-years-requesting-from {
			display: inline-block;
			margin-right: 1%;
			width: 23%;
		}
		.js-form-item-years-requesting-to {
			display: inline-block;
			margin-left: 1%;
			width: 23%;
		}
	/* - - - WEBFORM END - - - */


	/* - - - WINNERS START - - - */
		.winners-gallery {

		}
		.winners-gallery .views-row {
			width: 31%;
			margin: 0 1% 2% 1%;
		}
		.winners-gallery .views-row .views-field-nothing {
			transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-webkit-transition: all 0.25s ease;
			-ms-transition: all 0.25s ease;
		}
		.winners-gallery .views-row:hover .views-field-nothing {
			transform: translateY(-20px);
		}
		.views-field-nothing h2 {
			font-size: 14px;
		}
		.views-field-nothing h3 {
			font-size: 24px;
		}
	/* - - - WINNERS END - - - */
}



/* - - - - - - - - - - - - - - - - - - - - NORMAL - - - - - - - - - - - - - - - - - - - - */
@media all and (min-width: 1024px) {

	/* - - - ACCORDION START - - - */
		.accordion {
			height: 350px;
		}
		.accordion-box .text h2 {
			color: #fff;
			font-size: 26px;
		}
		.accordion-box .text p {
			color: #fff;
			font-size: 12px;
		}
	/* - - - ACCORDION END - - - */


	/* - - - CONTENT START - - - */
		.main-content h2 {
			font-size: 28px;
		}
		.main-content h3 {
			font-size: 24px;
		}
		.main-content h4 {
			font-size: 20px;
		}
		.main-content h5 {
			font-size: 16px;
		}
		.main-content p,
		.main-content ul,
		.main-content ol {
			font-size: 14px;
			margin: 0 0 20px 0;
		}
		.main-content p + ul {
			margin-top: -15px;
		}
		.main-content h2 + ul,
		.main-content h3 + ul,
		.main-content h4 + ul,
		.main-content h5 + ul {
			margin-top: -5px;
		}
	/* - - - CONTENT END - - - */


	/* - - - FEATURED EVENTS START - - - */
		.featured-events .slide__caption h3 {
			font-size: 22px;
		}
		.featured-events .slide__caption h4 {
			font-size: 18px;
		}
		.featured-events .slide__caption p {
			font-size: 14px;
		}
		.featured-events .slick--thumbnail .slick-slide:before {
			top: 20%;
		}
	/* - - - FEATURED EVENTS END - - - */


	/* - - - FEATURED START - - - */
		
	/* - - - FEATURED END - - - */


	/* - - - FOOD MENU START - - - */
		.main-content .food-menu h3 {
			font-size: 20px;
		}
		.main-content .food-menu h4 {
			font-size: 18px;
		}
		.main-content .food-menu h5 {
			font-size: 14px;
		}
		.main-content .food-menu h6 {
			font-size: 12px;
		}
	/* - - - FOOD MENU END - - - */


	/* - - - FOOTER START - - - */
		.footer-logo img {
			width: 115px;
		}
	/* - - - FOOTER END - - - */


	/* - - - FOOTER ADDRESS START - - - */
		
	/* - - - FOOTER ADDRESS END - - - */


	/* - - - FOOTER HOURS START - - - */
		
	/* - - - FOOTER HOURS END - - - */


	/* - - - FOOTER MENU START - - - */
		.navbar-nav a.nav-link {
			font-size: 12px;
		}
	/* - - - FOOTER MENU END - - - */


	/* - - - GLOBAL MENU START - - - */
		#block-globalmenu {
			padding: 0 0 0 1%;
			width: 14%;
		}
		#block-globalmenu ul.nav li a {
			width: 30px;
			height: 30px;
		}
	/* - - - GLOBAL MENU END - - - */


	/* - - - GOOGLE MAP START - - - */
		.google-map iframe {
			height: 250px;
		}
		#map-contact-box {
			
		}
		#map-contact-box h3 {
			font-size: 20px;
		}
		#map-contact-box p {
			font-size: 14px;
		}
	/* - - - GOOGLE MAP END - - - */


	/* - - - HEADER START - - - */
		#navbar-main .navbar-brand {
			width: 20%;
		}
		#navbar-main .navbar-brand img {
			margin: 15px 0;
		}
	/* - - - HEADER END - - - */


	/* - - - HERO START - - - */
		.region-hero .header-image-video-block {
			margin-top: -65px;
		}
	/* - - - HERO END - - - */


	/* - - - MENU IMAGES START - - - */
		.menu-images li h3 {
			font-size: 22px;
		}
		.dining-menu-images li h3 {
			font-size: 26px;
		}
	/* - - - MENU IMAGES END - - - */


	/* - - - PAGE TITLE START - - - */
		h1.title {
			font-size: 40px;
		}
	/* - - - PAGE TITLE END - - - */


	/* - - - PROMOTIONS LISTING START - - - */
		.promotions-listing h2 {
			font-size: 28px;
		}
		.promotions-listing h3 {
			font-size: 20px;
		}
		.promotions-listing h4 {
			font-size: 20px;
		}
		.promotions-listing p {
			font-size: 16px;
		}
	/* - - - PROMOTIONS LISTING END - - - */


	/* - - - SIDEBAR START - - - */
		.sidebar h2 {
			font-size: 22px;
		}
		.sidebar-menu .navbar-nav a.nav-link {
			font-size: 16px;
		}
		.hours-block h2 {
			font-size: 22px;
		}
		.hours-block p {
			font-size: 14px;
		}
	/* - - - SIDEBAR END - - - */


	/* - - - SOCIAL MEDIA START - - - */
		.social-media-menu ul.nav li a {
			width: 24px;
			height: 24px;
		}
	/* - - - SOCIAL MEDIA END - - - */


	/* - - - STAY & PLAY PACKAGES START - - - */
		.stay-play-packages .views-row {
			margin: 0 0 15px 0;
			padding: 0 0 15px 0;
		}
		.stay-play-packages h3 {
			font-size: 24px;
		}
		.stay-play-packages h4 {
			font-size: 18px;
		}
		.stay-play-packages p,
		.stay-play-packages ul,
		.stay-play-packages ol {
			font-size: 14px;
		}
	/* - - - STAY & PLAY PACKAGES END - - - */


	/* - - - SUPERFISH START - - - */
		.block-superfish {
			width: 64%;
			padding-right: 1%;
		}
		ul.sf-menu li a,
		ul.sf-menu li span.nolink {
			
		}
		ul.sf-menu li a,
		ul.sf-menu li span.nolink {
			font-size: 17px;
		}
		ul.sf-menu li li a {
			font-size: 17px;
		}
		ul.sf-menu li a.header-btn {
			margin: 0 20px 0 0;
		}
	/* - - - SUPERFISH END - - - */


	/* - - - WEBFORM START - - - */
	.js-form-item legend {
			font-size: 16px;
		}
	/* - - - WEBFORM END - - - */


	/* - - - WINNERS START - - - */
		.views-field-nothing h2 {
			font-size: 16px;
		}
		.views-field-nothing h3 {
			font-size: 28px;
		}
	/* - - - WINNERS END - - - */
}



/* - - - - - - - - - - - - - - - - - - - - WIDE - - - - - - - - - - - - - - - - - - - - */
@media all and (min-width: 1220px) {

	/* - - - ACCORDION START - - - */
		.accordion {
			height: 400px;
		}
		.accordion-box .text h2 {
			font-size: 28px;
		}
		.accordion-box .text p {
			font-size: 14px;
		}
	/* - - - ACCORDION END - - - */


	/* - - - CONTENT START - - - */
		.main-content h2 {
			font-size: 30px;
		}
		.main-content h3 {
			font-size: 26px;
		}
		.main-content h4 {
			font-size: 22px;
		}
		.main-content h5 {
			font-size: 18px;
		}
		.main-content p,
		.main-content ul,
		.main-content ol {
			font-size: 15px;
			margin: 0 0 25px 0;
		}
		.main-content p + ul {
			margin-top: -20px;
		}
		.main-content h2 + ul,
		.main-content h3 + ul,
		.main-content h4 + ul,
		.main-content h5 + ul {
			margin-top: -5px;
		}
	/* - - - CONTENT END - - - */


	/* - - - FEATURED EVENTS START - - - */
		.featured-events .slide__caption h3 {
			font-size: 26px;
		}
		.featured-events .slide__caption h4 {
			font-size: 22px;
		}
		.featured-events .slide__caption p {
			font-size: 18px;
		}
		.featured-events .slick--thumbnail .slick-slide:before {
			top: 20%;
		}
	/* - - - FEATURED EVENTS END - - - */


	/* - - - FEATURED START - - - */
		
	/* - - - FEATURED END - - - */


	/* - - - FOOD MENU START - - - */
		.main-content .food-menu h3 {
			font-size: 22px;
		}
		.main-content .food-menu h4 {
			font-size: 20px;
		}
		.main-content .food-menu h5 {
			font-size: 16px;
		}
		.main-content .food-menu h6 {
			font-size: 14px;
		}
	/* - - - FOOD MENU END - - - */


	/* - - - FOOTER START - - - */
		.footer-logo img {
			width: 135px;
		}
	/* - - - FOOTER END - - - */


	/* - - - FOOTER ADDRESS START - - - */
		
	/* - - - FOOTER ADDRESS END - - - */


	/* - - - FOOTER MENU START - - - */
		.navbar-nav a.nav-link {
			font-size: 13px;
		}
	/* - - - FOOTER MENU END - - - */


	/* - - - GLOBAL MENU START - - - */
		#block-globalmenu {
			padding: 0 0 0 1%;
			width: 14%;
		}
		#block-globalmenu ul.nav li a {
			width: 35px;
			height: 35px;
		}
	/* - - - GLOBAL MENU END - - - */


	/* - - - GOOGLE MAP START - - - */
		.google-map iframe {
			height: 275px;
		}
		#map-contact-box h3 {
			font-size: 22px;
		}
		#map-contact-box p {
			font-size: 16px;
		}
	/* - - - GOOGLE MAP END - - - */


	/* - - - HEADER START - - - */
		#navbar-main .navbar-brand {
			width: 20%;
		}
		#navbar-main .navbar-brand img {
			margin: 20px 0;
		}
	/* - - - HEADER END - - - */


	/* - - - HERO START - - - */
		.region-hero .header-image-video-block {
			margin-top: -85px;
		}
	/* - - - HERO END - - - */


	/* - - - MENU IMAGES START - - - */
		.menu-images li h3 {
			font-size: 24px;
		}
		.dining-menu-images li h3 {
			font-size: 28px;
		}
	/* - - - MENU IMAGES END - - - */


	/* - - - PROMOTIONS LISTING START - - - */
		.promotions-listing h2 {
			font-size: 30px;
		}
		.promotions-listing h3 {
			font-size: 22px;
		}
		.promotions-listing h4 {
			font-size: 22px;
		}
		.promotions-listing p {
			font-size: 18px;
		}
	/* - - - PROMOTIONS LISTING END - - - */


	/* - - - PAGE TITLE START - - - */
		h1.title {
			font-size: 44px;
		}
	/* - - - PAGE TITLE END - - - */


	/* - - - SIDEBAR START - - - */
		.sidebar h2 {
			font-size: 24px;
		}
		.sidebar-menu .navbar-nav a.nav-link {
			font-size: 18px;
		}
		.hours-block h2 {
			font-size: 24px;
		}
		.hours-block p {
			font-size: 16px;
		}
	/* - - - SIDEBAR END - - - */


	/* - - - SOCIAL MEDIA START - - - */
		.social-media-menu ul.nav li a {
			width: 26px;
			height: 26px;
		}
	/* - - - SOCIAL MEDIA END - - - */


	/* - - - STAY & PLAY PACKAGES START - - - */
		.stay-play-packages .views-row {
			margin: 0 0 20px 0;
			padding: 0 0 20px 0;
		}
		.stay-play-packages h3 {
			font-size: 26px;
		}
		.stay-play-packages h4 {
			font-size: 20px;
		}
		.stay-play-packages p,
		.stay-play-packages ul,
		.stay-play-packages ol {
			font-size: 15px;
		}
	/* - - - STAY & PLAY PACKAGES END - - - */


	/* - - - SUPERFISH START - - - */
		.block-superfish {
			width: 65%;
			padding-right: 1%;
		}
		ul.sf-menu li a,
		ul.sf-menu li span.nolink {
			font-size: 20px;
		}
		ul.sf-menu li li a {
			font-size: 20px;
		}
		ul.sf-menu li a.header-btn {
			margin: 0 30px 0 0;
		}
	/* - - - SUPERFISH END - - - */


	/* - - - WEBFORM START - - - */
	.js-form-item legend {
			font-size: 18px;
		}
	/* - - - WEBFORM END - - - */


	/* - - - WINNERS START - - - */
		.views-field-nothing h2 {
			font-size: 18px;
		}
		.views-field-nothing h3 {
			font-size: 32px;
		}
	/* - - - WINNERS END - - - */
}



/* - - - - - - - - - - - - - - - - - - - - WIDER - - - - - - - - - - - - - - - - - - - - */
@media all and (min-width: 1440px) {

	/* - - - ACCORDION START - - - */
		.accordion {
			
		}
		.accordion-box .text h2 {
			font-size: 30px;
		}
		.accordion-box .text p {
			font-size: 16px;
		}
	/* - - - ACCORDION END - - - */


	/* - - - CONTENT START - - - */
		.main-content h2 {
			font-size: 32px;
		}
		.main-content h3 {
			font-size: 28px;
		}
		.main-content h4 {
			font-size: 24px;
		}
		.main-content h5 {
			font-size: 20px;
		}
		.main-content p,
		.main-content ul,
		.main-content ol {
			font-size: 16px;
			margin: 0 0 30px 0;
		}
		.main-content p + ul {
			margin-top: -25px;
		}
		.main-content h2 + ul,
		.main-content h3 + ul,
		.main-content h4 + ul,
		.main-content h5 + ul {
			margin-top: -5px;
		}
	/* - - - CONTENT END - - - */


	/* - - - FEATURED EVENTS START - - - */
		.featured-events .slide__caption h3 {
			font-size: 28px;
		}
		.featured-events .slide__caption h4 {
			font-size: 24px;
		}
		.featured-events .slide__caption p {
			font-size: 20px;
		}
		.featured-events .slick--thumbnail .slick-slide:before {
			top: 20%;
		}
	/* - - - FEATURED EVENTS END - - - */


	/* - - - FEATURED START - - - */
		
	/* - - - FEATURED END - - - */


	/* - - - FOOD MENU START - - - */
		.main-content .food-menu h3 {
			font-size: 24px;
		}
		.main-content .food-menu h4 {
			font-size: 22px;
		}
		.main-content .food-menu h5 {
			font-size: 18px;
		}
		.main-content .food-menu h6 {
			font-size: 16px;
		}
	/* - - - FOOD MENU END - - - */


	/* - - - FOOTER START - - - */
		.footer-logo img {
			width: 150px;
		}
	/* - - - FOOTER END - - - */


	/* - - - FOOTER ADDRESS START - - - */
		
	/* - - - FOOTER ADDRESS END - - - */


	/* - - - FOOTER HOURS START - - - */
		
	/* - - - FOOTER HOURS END - - - */


	/* - - - FOOTER MENU START - - - */
		.navbar-nav a.nav-link {
			font-size: 14px;
		}
	/* - - - FOOTER MENU END - - - */


	/* - - - GLOBAL MENU START - - - */
		#block-globalmenu {
			padding: 0 0 0 1%;
			width: 12%;
		}
		#block-globalmenu ul.nav li a {
			width: 40px;
			height: 40px;
		}
	/* - - - GLOBAL MENU END - - - */


	/* - - - GOOGLE MAP START - - - */
		.google-map iframe {
			height: 300px;
		}
		#map-contact-box h3 {
			font-size: 24px;
		}
		#map-contact-box p {
			font-size: 18px;
		}
	/* - - - GOOGLE MAP END - - - */


	/* - - - HEADER START - - - */
		#navbar-main .navbar-brand {
			width: 20%;
		}
	/* - - - HEADER END - - - */


	/* - - - HERO START - - - */
		.region-hero .header-image-video-block {
			margin-top: -90px;
		}
	/* - - - HERO END - - - */


	/* - - - MENU IMAGES START - - - */
		.menu-images li h3 {
			font-size: 26px;
		}
		.dining-menu-images li h3 {
			font-size: 30px;
		}
	/* - - - MENU IMAGES END - - - */


	/* - - - PAGE TITLE START - - - */
		h1.title {
			font-size: 48px;
		}
	/* - - - PAGE TITLE END - - - */


	/* - - - PROMOTIONS LISTING START - - - */
		.promotions-listing h2 {
			font-size: 32px;
		}
		.promotions-listing h3 {
			font-size: 24px;
		}
		.promotions-listing h4 {
			font-size: 24px;
		}
		.promotions-listing p {
			font-size: 20px;
		}
	/* - - - PROMOTIONS LISTING END - - - */


	/* - - - SIDEBAR START - - - */
		.sidebar h2 {
			font-size: 26px;
		}
		.sidebar-menu .navbar-nav a.nav-link {
			font-size: 20px;
		}
		.hours-block h2 {
			font-size: 26px;
		}
		.hours-block p {
			font-size: 18px;
		}
	/* - - - SIDEBAR END - - - */


	/* - - - SOCIAL MEDIA START - - - */
		.social-media-menu ul.nav li a {
			width: 28px;
			height: 28px;
		}
	/* - - - SOCIAL MEDIA END - - - */


	/* - - - STAY & PLAY PACKAGES START - - - */
		.stay-play-packages .views-row {
			margin: 0 0 25px 0;
			padding: 0 0 25px 0;
		}
		.stay-play-packages h3 {
			font-size: 28px;
		}
		.stay-play-packages h4 {
			font-size: 22px;
		}
		.stay-play-packages p,
		.stay-play-packages ul,
		.stay-play-packages ol {
			font-size: 16px;
		}
	/* - - - STAY & PLAY PACKAGES END - - - */


	/* - - - SUPERFISH START - - - */
		.block-superfish {
			width: 66%;
			padding-right: 1%;
		}
		ul.sf-menu li a,
		ul.sf-menu li span.nolink {
			font-size: 22px;
		}
		ul.sf-menu li li a {
			font-size: 22px;
		}
		ul.sf-menu li a.header-btn {
			margin: 0 40px 0 0;
		}
	/* - - - SUPERFISH END - - - */


	/* - - - WEBFORM START - - - */
	.js-form-item legend {
			font-size: 20px;
		}
	/* - - - WEBFORM END - - - */


	/* - - - WINNERS START - - - */
		.views-field-nothing h2 {
			font-size: 20px;
		}
		.views-field-nothing h3 {
			font-size: 36px;
		}
	/* - - - WINNERS END - - - */
}
