:root {
	--pageFrame: 1315px;
	--maxWidth: 2000px;
	--padLess: 3.75rem;
	--padNorm: 5em;
	--padMore: 6.25rem;
}
/* ACCESSIBILITY */
.js-focus-visible .projects-grid-block .grid-item .focus-visible,
.js-focus-visible .project-category-container .focus-visible,
.js-focus-visible .service-category-container .focus-visible {
	/* border: 2px solid red; */
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
/* PADDING */
.block.padding-top__none,
.block.banner-padding-top__none {
	padding-top: 0;
}
.block.padding-bottom__none,
.block.banner-padding-bottom__none {
	padding-bottom: 0;
}
.block.padding-top__less,
.block.banner-padding-top__less {
	padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.banner-padding-top__normal,
.block.hero-padding-top__less,
.block--hero.padding-top__less {
	padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.banner-padding-top__more,
.block.hero-padding-top__normal,
.block--hero.padding-top__normal {
	padding-top: var(--padMore);
}
.block.hero-padding-top__more,
.block.block--hero.padding-top__more {
	padding-top: 7.5rem;
}
.block.padding-bottom__less,
.block.banner-padding-bottom__less {
	padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.banner-padding-bottom__normal,
.block.hero-padding-bottom__less,
.block--hero.padding-bottom__less {
	padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.banner-padding-bottom__more,
.block.hero-padding-bottom__normal,
.block--hero.padding-bottom__normal {
	padding-bottom: var(--padMore);
}
.block.hero-padding-bottom__more,
.block.block--hero.padding-bottom__more {
	padding-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
	.block {
		--padLess: 2.5rem;
		--padNorm: 3.5rem;
		--padMore: 5rem;
	}
	.block.padding-top__less,
	.block.hero-padding-top__less,
	.block--hero.padding-top__less {
		padding-top: 1.5rem;
	}
	.block.padding-top__normal,
	.block.hero-padding-top__less,
	.block--hero.padding-top__less {
		padding-top: 2em;
	}
	.block.padding-top__more,
	.block.hero-padding-top__normal,
	.block--hero.padding-top__normal {
		padding-top: 2.5em;
	}
	.block.hero-padding-top__more {
		padding-top: 3rem;
	}
	.block.padding-bottom__less {
		padding-bottom: 1.5rem;
	}
	.block.padding-bottom__normal,
	.block.hero-padding-bottom__less,
	.block--hero.padding-bottom__less {
		padding-bottom: 2em;
	}
	.block.padding-bottom__more,
	.block.hero-padding-bottom__normal,
	.block--hero.padding-bottom__normal {
		padding-bottom: 2.5em;
	}
	.block.hero-padding-bottom__more,
	.block--hero.padding-bottom__more {
		padding-bottom: 3rem;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.button-bg-color__black .faq-dropdown__button,
.block.parallax__yes.bg-color__black .block__bg-img,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
	background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
	border-color: #000;
}
.block.bg-color__white,
.button-bg-color__white .faq-dropdown__button,
.block.parallax__yes.bg-color__white .block__bg-img,
.text-area-bg-color__white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
	background-color: #fff;
}
.story_panel.text-area-bg-color__white.box-style__outline .col-2 {
	border-color: #fff;
}
.block.bg-color__dark-gold,
.button-bg-color__dark-gold .faq-dropdown__button,
.block.parallax__yes.bg-color__dark-gold .block__bg-img,
.text-area-bg-color__dark-gold .pop-box,
.story_block_full.block-style__split.text-area-bg-color__dark-gold,
.story_panel.text-area-bg-color__dark-gold:not(.box-style__outline) .col-2 {
	background-color: var(--gold);
}
.story_panel.text-area-bg-color__dark-gold.box-style__outline .col-2 {
	border-color: var(--gold);
}
.light-bg .text,
.light-button-bg .faq-dropdown__button,
.story_panel.block.light-text-area:not(.box-style__outline) .col-2 .text,
.block.light-text-area .pop-box .text,
.light-bg .text .btn-style__blank {
	color: var(--textDark);
}
.dark-bg .text,
.dark-button-bg .faq-dropdown__button,
.story_panel.block.dark-text-area:not(.box-style__outline) .col-2 .text,
.block.dark-text-area .pop-box .text,
.dark-bg .text .btn-style__blank {
	color: var(--textLight);
}
.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
	display: none;
}
@media only screen and (max-width: 768px) {
	.block.mobile-bg-color__black {
		background-color: #000;
	}
	.block.mobile-bg-color__white {
		background-color: #fff;
	}
	.block.mobile-bg-color__dark-gold {
		background-color: var(--gold);
	}
	.block.mobile-light-bg .text {
		color: var(--textDark);
	}
	.block.mobile-dark-bg .text {
		color: var(--textLight);
	}
	.block.mobile-background-image-opacity__light > .block__bg-img {
		opacity: 0.3;
	}
	.block.mobile-background-image-opacity__medium > .block__bg-img {
		opacity: 0.5;
	}
	.block.mobile-background-image-opacity__strong > .block__bg-img {
		opacity: 0.7;
	}
	.block.mobile-background-image-opacity__full > .block__bg-img {
		opacity: 1;
	}
	.block.mobile-background-position__top > .block__bg-img img {
		-o-object-position: top;
		object-position: top;
	}
	.block.mobile-background-position__middle > .block__bg-img img {
		-o-object-position: center;
		object-position: center;
	}
	.block.mobile-background-position__bottom > .block__bg-img img {
		-o-object-position: bottom;
		object-position: bottom;
	}
	.block.has-mobile-bg {
		background-image: none !important;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:first-child {
		display: none;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
		display: block;
	}
}
/* @media only screen and (max-width: 1000px) {
	.block.parallax__yes {
		background-image: none !important;
	}
	.block.has-video .vid-bg-player .player {
		display: none;
	}
}
/* @media only screen and (min-width: 1000px) {
	.block.has-video > .block__bg-img .img-frame:first-child {
		display: none;
	}
} */
*/
/*---------------OVERLAYS---------------*/
:not(.parallax__yes) .block__bg-img.olay-before,
:not(.parallax__yes) .block__bg-img.olay-after,
.block.olay-img-before:not(.parallax__yes) .block__bg-img,
.block.olay-img-after:not(.parallax__yes) .block__bg-img {
	overflow: hidden;
}
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
	content: "";
	height: calc(100% + 1px);
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}
.olay--featured-hero:after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))),
		-webkit-gradient(linear, left top, left bottom, color-stop(4.74%, rgba(0, 0, 0, 0.8)), color-stop(23.22%, rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.8) 4.74%, rgba(0, 0, 0, 0) 23.22%);
}
.olay--interior-hero:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(63.99%, rgba(0, 0, 0, 0)), color-stop(88.05%, rgba(0, 0, 0, 0.4))),
		-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))),
		-webkit-gradient(linear, left top, left bottom, color-stop(4.74%, rgba(0, 0, 0, 0.8)), color-stop(23.22%, rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.99%, rgba(0, 0, 0, 0.4) 88.05%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.8) 4.74%, rgba(0, 0, 0, 0) 23.22%);
}
.olay--featured-box:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40.74%, rgba(0, 0, 0, 0)), color-stop(81.25%, rgba(0, 0, 0, 0.6)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.74%, rgba(0, 0, 0, 0.6) 81.25%);
}
.olay--review-slide:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40.05%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.14)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.05%, rgba(0, 0, 0, 0.14) 100%);
	opacity: 0.14;
}
/*-----------------------BLOCKS---------------------*/
.block div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block.two_col_content img {
	margin-bottom: 20px;
}
.full-img img,
.full-video video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.full-video iframe {
	height: 105%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 225%;
}
.flex-wrap,
.flex-wrap-mobile {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#main_content {
	overflow: hidden;
}
.header-flair:before {
	background-image: url(/wp-content/themes/casino_parties/assets/images/flair_header.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 14px;
	margin: 0 auto 20px auto;
	opacity: 0.5;
	position: relative;
	width: 175px;
}
.block.background-pattern__true {
	background-color: transparent;
}
.block.background-pattern__true .block__bg-img {
	background-color: transparent;
	height: 150%;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)),
		url(/wp-content/themes/casino_parties/assets/images/mask_pattern.png);
	-webkit-mask-image: linear-gradient(to bottom, #000, #000), url(/wp-content/themes/casino_parties/assets/images/mask_pattern.png);
	mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(/wp-content/themes/casino_parties/assets/images/mask_pattern.png);
	mask-image: linear-gradient(to bottom, #000, #000), url(/wp-content/themes/casino_parties/assets/images/mask_pattern.png);
	-webkit-mask-composite: source-out;
	mask-composite: exclude;
	-webkit-mask-position: center bottom;
	mask-position: center bottom;
	-webkit-mask-repeat: repeat, no-repeat;
	mask-repeat: repeat, no-repeat;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
}
.block.background-pattern__true .block__bg-img:after {
	background-image: url(/wp-content/themes/casino_parties/assets/images/background_pattern.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.flex-wrap-mobile {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
/*---------------FEATURED HERO-------------*/
.block_type__featured-hero {
	min-height: 390px;
	overflow: hidden;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 1;
}
.block_type__featured-hero .text > *:last-child {
	margin-bottom: 0;
}
.block_type__featured-hero iframe {
	max-width: none;
}
.banner-padding-bottom__none .featured-hero__video-controls {
	bottom: 0;
}
.banner-padding-bottom__less .featured-hero__video-controls {
	bottom: var(--padLess);
}
.banner-padding-bottom__normal .featured-hero__video-controls {
	bottom: var(--padNorm);
}
.banner-padding-bottom__more .featured-hero__video-controls {
	bottom: var(--padMore);
}
.featured-hero__video-controls {
	bottom: 10px;
	/* display: none; */
	margin: 0 -5px;
	position: absolute;
	right: 10px;
	z-index: 1;
}
.featured-hero__video-controls button {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 33px;
	margin: 0 5px;
	position: relative;
}
.featured-hero__video-controls button.toggle-play {
	background-size: 112%;
	width: 33px;
}
.featured-hero__video-controls button.toggle-play[data-state="playing"] {
	background-image: url(/wp-content/themes/casino_parties/assets/images/icon_pause.png);
}
.featured-hero__video-controls button.toggle-play[data-state="paused"] {
	background-image: url(/wp-content/themes/casino_parties/assets/images/icon_play.png);
}
/* OPTIONS */
.block_type__featured-hero.background-image-opacity__strong .video-frame {
	opacity: 0.7;
}
.block_type__featured-hero.background-image-opacity__medium .video-frame {
	opacity: 0.5;
}
.block_type__featured-hero.background-image-opacity__light .video-frame {
	opacity: 0.3;
}
@media only screen and (min-width: 480px) {
	.block_type__featured-hero {
		min-height: 545px;
	}
}
@media only screen and (min-width: 768px) {
	.featured-hero__video-controls {
		display: block;
		right: 50px;
	}
}
@media only screen and (min-width: 1024px) {
	.block_type__featured-hero {
		min-height: 810px;
	}
}
@media only screen and (min-width: 1400px) {
	.block_type__featured-hero {
		height: 100vh;
	}
}
/*---------------INTERIOR HERO-------------*/
.block_type__interior-hero {
	overflow: hidden;
	z-index: 1;
}
.block_type__interior-hero > .page_frame,
.block.shared-hero > .page_frame {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 350px;
}
.block_type__interior-hero .all-cols-wrap {
	max-width: 545px;
}
.block_type__interior-hero .text > *:last-child,
.block.shared-hero .text > *:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
	/* .block_type__interior-hero > .page_frame  {
		min-height: 445px;
	} */
}
@media only screen and (min-width: 1024px) {
	.block_type__interior-hero > .page_frame,
	.block.shared-hero > .page_frame {
		min-height: 500px;
	}
}
@media only screen and (min-width: 1400px) {
	.block_type__interior-hero {
		/* height: 100vh; */
	}
}
/*---------------FEATURED BOXES-------------*/
.block_type__featured-boxes .col-1 {
	margin-bottom: 0;
}
.featured-boxes__title {
	display: block;
	margin: 0 auto 40px auto;
	max-width: 635px;
	text-align: center;
}
.featured-boxes__title > *:last-child {
	margin-bottom: 0;
}
.featured-boxes__title h3 {
	font-size: 2.5rem;
}
.block_type__featured-boxes .col-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px -20px;
	padding: 0;
}
.featured-boxes__box {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #070607;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 100%;
}
.featured-boxes__content-container {
	-ms-flex-line-pack: center;
	align-content: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.01);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 100%;
	min-height: 0;
	overflow: auto;
	padding: 10px;
	position: relative;
	scrollbar-color: rgb(70, 70, 70) black;
	text-align: center;
	-webkit-transition: min-height 500ms ease;
	transition: min-height 500ms ease;
	width: 100%;
	z-index: 1;
}
.featured-boxes__box.active .featured-boxes__content-container {
	min-height: 100%;
}
html body .block .featured-boxes__box-title {
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
	.featured-boxes__box {
		height: 100vw;
		max-height: 525px;
		max-width: 450px;
	}
	.featured-boxes__content-container {
		padding: 24px;
	}
}
@media only screen and (min-width: 768px) {
	.featured-boxes__box {
		max-height: 400px;
		max-width: calc(50% - 40px);
	}
	.featured-boxes__hidden-content {
		display: none;
	}
	.featured-boxes__box .featured-boxes__box-bg {
		opacity: 1;
		-webkit-transition: opacity ease 700ms 400ms;
		transition: opacity ease 700ms 400ms;
	}
	.featured-boxes__box:hover .featured-boxes__box-bg,
	.featured-boxes__box:focus-within .featured-boxes__box-bg {
		opacity: 0.5;
	}
}
@media only screen and (min-width: 1024px) {
	.block_type__featured-boxes .col-2 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.featured-boxes__box {
		max-width: calc(33.333% - 40px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.block_type__featured-boxes .col-2 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.featured-boxes__box {
		max-width: 450px;
	}
}
/*---------------1 COLUMN -------------*/
.block.one_col_content.narrow-content__more .all-cols-wrap {
	max-width: 786px;
}
/*---------------1 COLUMN ACCENT-------------*/
.block_type__one-column-accent.narrow-content__some .all-cols-wrap {
	max-width: 1014px;
}
/* OPTIONS */
.block_type__one-column-accent.background-pattern__true .block__bg-img {
	height: 200%;
}
.block_type__one-column-accent.flair__accent-a .all-cols-wrap:before,
.block_type__one-column-accent.flair__accent-b .all-cols-wrap:before,
.block_type__one-column-accent.flair__accent-c .all-cols-wrap:before {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	margin: 40px auto -22px auto;
	opacity: 0.2;
	position: relative;
}
.block_type__one-column-accent.flair__accent-a .all-cols-wrap:before {
	background-image: url(/wp-content/themes/casino_parties/assets/images/flair_accent-a.png);
	height: 122px;
	width: 86px;
}
.block_type__one-column-accent.flair__accent-b .all-cols-wrap:before {
	background-image: url(/wp-content/themes/casino_parties/assets/images/flair_accent-b.png);
	height: 122px;
	width: 98px;
}
.block_type__one-column-accent.flair__accent-c .all-cols-wrap:before {
	background-image: url(/wp-content/themes/casino_parties/assets/images/flair_accent-c.png);
	height: 122px;
	width: 85px;
}
/*--------------- LOGOS -------------*/
.block_type__logos .col {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 24px 0;
}
.logos__title {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.block .logos__title p,
.block .logos__title .p-style {
	font-size: 1.0625rem;
	line-height: 1.25em;
}
.logos__title > *:last-child {
	margin-bottom: 0;
}
.grid--logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin: 0;
}
.grid--logos .logo__item img {
	margin-bottom: 0;
	max-height: 40px;
	max-width: 115px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}
@media only screen and (min-width: 1024px) {
	.grid--logos {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media only screen and (min-width: 1300px) {
	.logos__title {
		margin-bottom: 0;
		margin-right: 48px;
		text-align: right;
		width: auto;
	}
	.block_type__logos .col {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
/*--------------- STORY BLOCK -------------*/
.block_type__story-block .all-cols-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.story-block__image {
	height: 64vw;
	margin-bottom: 20px;
	max-height: 610px;
	position: relative;
	width: 100%;
}
.story-block__text {
	width: 100%;
}
/* OPTIONS */
.block_type__story-block.align-columns__middle .all-cols-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.block_type__story-block.align-columns__bottom .all-cols-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media only screen and (min-width: 1024px) {
	.block_type__story-block .all-cols-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.story-block__image {
		height: 50vw;
		margin: 0 40px 0 0;
		max-height: 610px;
		max-width: 57%;
	}
	.story-block__text {
		margin: 0 40px 0 0;
		max-width: 50%;
		width: 30.2%;
	}
	/* OPTIONS */
	.block_type__story-block.reverse-columns__yes .story-block__text {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.reverse-columns__yes .story-block__image {
		margin: 0 0 0 40px;
	}
	.reverse-columns__yes .story-block__text {
		margin: 0 40px 0 0;
	}
}
@media only screen and (min-width: 1300px) {
	.story-block__image {
		margin: 0 40px;
	}
	.story-block__text {
		margin: 0 40px;
		max-width: 30.2%;
		width: 100%;
	}
}
/*--------------- STORY ROWS -------------*/
.block_type__story-rows .all-cols-wrap {
	display: block;
	margin: 0 auto;
	max-width: 865px;
}
.story-rows__row {
	margin: 0 -13px 20px -13px;
}
.story-rows__image {
	height: 225px;
	/* margin: 0 13px; */
	margin: 0 auto;
	max-height: 225px;
	max-width: 225px;
	position: relative;
	width: 100%;
}
.story-rows__text {
	margin: 20px 13px;
	width: 100%;
}
.story-rows__text ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
.story-rows__text p {
	color: var(--grayLight);
}
.story-rows__text > *:last-child {
	margin-bottom: 0;
}
/* OPTIONS */
.block_type__story-rows.round-images__true .story-rows__image {
	border-radius: 50%;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.story-rows__row:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.story-rows__row {
		margin: 0 -13px 80px -13px;
	}
	.story-rows__image {
		margin: 0 13px;
	}
}
/*---------------ICON GALLERY-------------*/
.block_type__icon-gallery .all-cols-wrap {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30.04%, #fff), to(#dcdcdc));
	background: linear-gradient(180deg, #fff 30.04%, #dcdcdc 100%);
	display: block;
	margin: 0 auto;
	max-width: 1180px;
	padding: 20px;
}
.block_type__icon-gallery .text,
.block_type__icon-gallery .acf-block-preview {
	color: var(--textDark);
}
.block .icon-gallery__title-row {
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}
.icon-gallery__title-row:before {
	background-image: url(/wp-content/themes/casino_parties/assets/images/flair_header-gold.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin: 0 auto;
	position: relative;
	width: 175px;
}
.icon-gallery__gallery-slider {
	margin: 0 auto;
	width: 100%;
}
.icon-gallery__gallery-slider,
.icon-gallery__slide .slide-media-container {
	height: 75vw;
	max-height: 680px;
	max-width: 725px;
	position: relative;
}
.icon-gallery__slide .slide {
	z-index: 1;
}
.icon-gallery__icon-content-container {
	width: 100%;
}
.icon-gallery__icon-content-row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.icon-gallery__icon-row-text {
	width: 100%;
}
.icon-gallery__title-row .text > *:last-child,
.icon-gallery__icon-content-row .text > *:first-child,
.icon-gallery__icon-content-row .text > *:last-child {
	margin-bottom: 0;
}
.icon-gallery__icon {
	margin-bottom: 20px;
	max-width: 98px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
}
.block_type__icon-gallery .slick-slider .slick-arrow:before,
.block_type__detail-gallery .slick-slider .slick-arrow:before {
	background-image: url(/wp-content/themes/casino_parties/assets/images/icon_arrow-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	content: "";
	height: 16px;
	margin-left: 1px;
	margin-top: 3px;
	padding: 0;
	width: 16px;
}
.block_type__icon-gallery .slick-slider .slick-arrow,
.block_type__detail-gallery .slick-slider .slick-arrow {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	height: 36px;
	opacity: 1;
	width: 36px;
}
.block_type__icon-gallery .slick-slider .slick-next,
.block_type__detail-gallery .slick-slider .slick-next {
	right: 30px;
}
.block_type__icon-gallery .slick-slider .slick-prev,
.block_type__detail-gallery .slick-slider .slick-prev {
	left: 30px;
	-webkit-transform: scaleX(-1) translateY(-50%);
	transform: scaleX(-1) translateY(-50%);
}
@media only screen and (min-width: 480px) {
	.icon-gallery__icon-content-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.icon-gallery__icon {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 0;
		margin-left: 26px;
	}
}
@media only screen and (min-width: 768px) {
	.block_type__icon-gallery .all-cols-wrap {
		padding: 60px;
	}
}
@media only screen and (min-width: 1024px) {
	.icon-gallery__main-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.icon-gallery__gallery-slider,
	.icon-gallery__slide .slide-media-container {
		height: 50vw;
		max-height: 515px;
	}
	.icon-gallery__gallery-slider {
		margin-left: 0;
		max-width: 46.3%;
	}
	.icon-gallery__icon-content-container {
		margin-left: 20px;
		max-width: 49%;
	}
	/* OPTIONS */
	.block_type__icon-gallery.reverse-columns__yes .icon-gallery__icon-content-container {
		margin-left: 0;
		margin-right: 20px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.block_type__icon-gallery.reverse-columns__yes .icon-gallery__icon {
		margin-left: 0;
		margin-right: 26px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
@media only screen and (max-width: 1023px) {
	.icon-gallery__icon-content-container {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
/*---------------DETAIL GALLERY-------------*/
.block .detail-gallery__title-row {
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}
.detail-gallery__title-row:before {
	background-image: url(/wp-content/themes/casino_parties/assets/images/flair_header-gold.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin: 0 auto;
	position: relative;
	width: 175px;
}
.detail-gallery__gallery-slider,
.detail-gallery__slide .slide-media-container {
	height: 75vw;
	max-height: 680px;
	max-width: 725px;
	position: relative;
}
.detail-gallery__gallery-slider,
.detail-gallery__detail-content-container {
	width: 100%;
}
.detail-gallery__detail-content-container {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
	.detail-gallery__main-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.detail-gallery__gallery-slider,
	.detail-gallery__slide .slide-media-container {
		height: 50vw;
		max-height: 627px;
	}
	.detail-gallery__gallery-slider {
		max-width: 56.5%;
	}
	.detail-gallery__detail-content-container {
		margin-bottom: 0;
		margin-left: 20px;
		max-width: 38.13%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
	}
	/* OPTIONS */
	.block_type__detail-gallery.reverse-columns__yes .detail-gallery__detail-content-container {
		margin-left: 0;
		margin-right: 20px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.block_type__detail-gallery.reverse-columns__yes .detail-gallery__detail {
		margin-left: 0;
		margin-right: 26px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
/*---------------REVIEWS SLIDER-------------*/
html body .block_type__reviews-slider .reviews-slider {
	margin: 0 auto 75px auto;
	max-width: 1236px;
	/* margin-bottom: 75px; */
}
.reviews-slider .slick-track {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
}
.reviews-slider .slide {
	background-color: #fff;
	border-radius: 5px;
	color: var(--textDark);
	height: auto;
	margin: 0 20px;
	max-width: 383px;
	max-width: calc(100vw - 55px);
	outline: 1px solid #bfbfbf;
	outline-offset: -12px;
	padding: 25px 25px 20px 25px;
	position: relative;
}
.reviews-slider__slide-content:before {
	background-image: url(/wp-content/themes/casino_parties/assets/images/icon_5-stars.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	/* content: "\2605\00A0\2605\00A0\2605\00A0\2605\00A0\2605"; */
	color: #958c56;
	display: inline-block;
	height: 18px;
	font-size: 1.125rem;
	margin-bottom: 15px;
	position: relative;
	width: 106px;
}
.reviews-slider__review-text p {
	font-size: 1.125rem;
	font-weight: 500;
}
.block .reviews-slider__author p {
	color: var(--gold);
	font-size: 0.9375rem;
	font-weight: 500;
	margin-bottom: 0;
	text-align: right;
	text-transform: uppercase;
}
.block_type__reviews-slider .slick-dots {
	bottom: -56px;
}
.block_type__reviews-slider .slick-dots li {
	height: 16px;
	margin: 0 5px;
	padding: 0;
	width: 16px;
}
.block_type__reviews-slider .slick-dots li button {
	background-color: #494949;
	border: 1px solid #979797;
	border-radius: 50%;
	height: 16px;
	margin: 0;
	padding: 0;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
	width: 16px;
}
.block_type__reviews-slider .slick-dots li.slick-active button {
	background-color: #731212;
	border-color: rgba(255, 255, 255, 0.2);
}
.block_type__reviews-slider .slick-dots li button:before {
	display: none;
}
/* OPTIONS */
.block_type__reviews-slider.top-border__true:before {
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
	display: inline-block;
	height: 1px;
	left: 50%;
	max-width: 1276px;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.block_type__reviews-slider.background-pattern__true .block__bg-img {
	height: 100%;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
@media only screen and (min-width: 768px) {
	.reviews-slider .slide {
		max-width: calc(50vw - 46px);
	}
}
@media only screen and (min-width: 1160px) {
	.reviews-slider .slide {
		max-width: calc(33.333vw - 46px);
	}
}
@media only screen and (min-width: 1300px) {
	.reviews-slider .slide {
		max-width: 385px;
	}
}
/*--------------- EQUIPMENT GRID ------------*/
.block_type__equipment-grid > .page_frame {
	max-width: 1230px;
}
.block_type__equipment-grid .top-section-container {
	text-align: center;
}
.equipment-grid__grid .grid-item {
	margin: 30px 10px;
	max-width: 363px;
	text-align: center;
	width: 100%;
}
.equipment-grid__item-media {
	border-radius: 5px;
	height: 100vw;
	margin-bottom: 24px;
	max-height: 465px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
/* h3.equipment-grid__item-title {
	font-family: "mundial", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0;
	margin-bottom: 5px;
} */
/* p.equipment-grid__item-sub-title {
	color: var(--grayMed);
	font-family: "mundial", sans-serif;
	font-size: 0.8625rem;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0;
	margin-bottom: 16px;
	text-transform: uppercase;
} */
@media only screen and (min-width: 640px) {
	.equipment-grid__grid .grid-item {
		max-width: calc(50% - 20px);
	}
	.equipment-grid__item-media {
		height: 59vw;
		max-height: 595px;
	}
}
@media only screen and (min-width: 1024px) {
	.equipment-grid__grid .grid-item {
		max-width: calc(33.333% - 20px);
	}
	.equipment-grid__item-media {
		height: 38vw;
	}
}
/*---------------SITE CTA-------------*/
.block_type__site-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
}
.block_type__site-cta > .block__bg-img,
.block_type__site-cta .all-cols-wrap {
	width: 100%;
}
.block_type__site-cta > .page_frame {
	-ms-flex-item-align: center;
	align-self: center;
}
.block_type__site-cta .all-cols-wrap {
	margin-left: auto;
}
.block_type__site-cta .site-cta__text {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.block_type__site-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.block_type__site-cta > .block__bg-img,
	.block_type__site-cta .all-cols-wrap {
		max-width: 50%;
		width: 100%;
	}
}
@media only screen and (min-width: 1024px) {
	html body .block_type__site-cta {
		min-height: 765px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.block_type__site-cta .text h2 {
		font-size: 6vw;
	}
}
/*---------------FAQS------------*/
.block.faqs-block > .page_frame {
	max-width: 1060px;
}
.block.faqs-block .all-cols-wrap {
	margin: 0 -20px;
}
.block.faqs-block .col-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.faqs-top-section,
.faqs-section {
	padding: 0 20px;
	width: 100%;
}
.faq-dropdown:not(:last-child) {
	border-bottom: 1px solid #292929;
	padding-bottom: 10px;
}
.faq-dropdown__button {
	cursor: pointer;
	margin: 0;
	padding: 26px 70px 16px 0;
}
.faq-dropdown__button::after {
	top: 33px;
}
.faq-dropdown__content > * {
	color: var(--grayLight);
}
.faq-dropdown__content > *:last-child {
	margin-bottom: 16px;
}
/* OPTIONS */
.faqs-block.top-border__true:before {
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
	display: inline-block;
	height: 1px;
	left: 50%;
	max-width: 1276px;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
@media only screen and (min-width: 1024px) {
	.block.faqs-block .col-1 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.faqs-top-section {
		max-width: 36.05%;
	}
	.faqs-section {
		max-width: 63.1%;
	}
}
/*---------------THREE COLUMN FAQS------------*/
.block_type__three-column-faqs .col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.block_type__three-column-faqs .faq-dropdown {
	border: 0;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding: 30px;
	position: relative;
	width: 100%;
}
.block_type__three-column-faqs .faq-dropdown > button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 24px;
	text-align: center;
	width: 100%;
}
.block_type__three-column-faqs .faq-dropdown > button:after {
	content: "\f105";
	display: block;
	font-family: "icon";
	font-size: 1.25rem;
	font-weight: 400;
	left: auto;
	margin: 10px auto;
	position: relative;
	right: auto;
	top: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform ease 400ms;
	transition: -webkit-transform ease 400ms;
	transition: transform ease 400ms;
	transition: transform ease 400ms, -webkit-transform ease 400ms;
}
.block_type__three-column-faqs .faq-dropdown > button.active:after {
	-webkit-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);
}
.block_type__three-column-faqs .faq-dropdown > button > p {
	font-weight: 600;
}
.block_type__three-column-faqs .faq-dropdown:not(:last-child):before {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 1px;
	opacity: 0.15;
	position: absolute;
	left: 0;
	width: 100%;
}
.faq-dropdown__content {
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.block_type__three-column-faqs .col-1 {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.block_type__three-column-faqs .faq-dropdown {
		max-width: 33.333%;
		padding: 0 30px;
	}
	.block_type__three-column-faqs .faq-dropdown:not(:last-child):before {
		bottom: auto;
		height: 100%;
		left: auto;
		right: 0;
		top: 0;
		width: 1px;
	}
}
