/*
Theme Name: Neon City
Author: REQ
Author URI: https://req.co/
Version: 2.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
	font-family: "BigNoodleTitling";
	src: url("/wp-content/themes/neon-city/webfonts/BigNoodleTitling.ttf") format("truetype");
}

@font-face {
	font-family: "Gilroy";
	src: url("/wp-content/themes/neon-city/webfonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/neon-city/webfonts/Gilroy-Regular.woff") format("woff"), url("/wp-content/themes/neon-city/webfonts/Gilroy-Regular.ttf") format("truetype"), url("/wp-content/themes/neon-city/webfonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
}

body {
	background-color: #000;
}

body,
p {
	font-family: "lato", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
}

/*
*:focus, 
textarea:focus, 
input:focus{ 
	outline: none !important; 
}
*/

section {
	display: block;
	padding: 0;
}

.clear {
	clear: both;
}

.vertical-text {
	display: table;
	position: relative;
	height: 100%;
	width: 100%;
}

.vertical-text .vertical-align {
	display: table-cell;
	vertical-align: middle;
}

.bg-white {
	background-color: #FFFFFF;
	color: #191919;
}

.bg-light {
	background-color: #f0f1f2;
	color: #191919;
}

.bg-dark {
	background-color: #191919 !important;
	color: #FFFFFF;
}

.bg-black {
	background-color: #000000;
	color: #FFFFFF;
}

.theme-white {
	background-color: #FFFFFF;
	color: #191919;
}

.theme-light {
	background-color: #f0f1f2;
	color: #191919;
}

.theme-dark {
	background-color: #191919;
	color: #FFFFFF;
}

.theme-black {
	background-color: #000000;
	color: #FFFFFF;
}

.pink {
	color: #FF00D4;
}

.dark-pink {
	color: #D600B3;
}

.orange {
	color: #FFAA00;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

h1,
.h1 {
	font-family: "BigNoodleTitling", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 64px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-family: "BigNoodleTitling", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 48px;
	margin-bottom: 10px;
	line-height: 1.2;
}

h3,
.h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h4,
.h4 {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 10px;
}

h1 sup,
h2 sup,
h3 sup,
h4 sup {
	font-size: 12px;
	vertical-align: super;
}

b,
strong {
	font-weight: bold;
}

.small-text {
	font-size: 12px;
	line-height: 14px;
}

.medium-text {
	font-size: 18px;
	line-height: 20px;
}

.large-text {
	font-size: 60px;
	line-height: 66px;
}

section a,
.faq a {
	color: #D600B3;
	text-decoration: none;
	transition: all 0.3s;
}

section a:hover,
.faq a:hover {
	color: #D600B3;
	text-decoration: underline;
}

section h2 a {
	color: #191919;
	text-decoration: none;
}

section h2 a:hover {
	color: #D600B3;
	text-decoration: none;
}


.bold-large {
	display: block;
	color: #191919;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}

.bg-dark .bold-large {
	color: #FFFFFF;
}

.bg-black .bold-large {
	color: #FFFFFF;
}

.theme-dark .bold-large {
	color: #FFFFFF;
}

.theme-black .bold-large {
	color: #FFFFFF;
}

.narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
}



@media only screen and (max-width : 991px) {

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 28px;
	}

	.large-text {
		font-size: 45px;
		line-height: 51px;
	}

}

@media only screen and (max-width : 499px) {

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 24px;
	}

	.large-text {
		font-size: 45px;
		line-height: 51px;
	}

}

#header-container {
	display: block !important;
	margin: 0;
	padding: 0;
	max-width: initial !important;
}

#header-container #desktop-logo {
	display: block;
}

#header-container #mobile-logo {
	display: none;
}

@media only screen and (max-width : 767px) {
	#header-container #desktop-logo {
		display: none;
	}

	#header-container #mobile-logo {
		display: block;
		margin: 0;
		padding: 0;
	}

	#header-container #mobile-logo .col-md-12 {
		padding: 0;
	}
}

.page-header {
	margin: 0 auto;
	padding: 2em 1em;
	text-align: center;
}

h1.page-title {
	color: #D600B3;
	margin: 0 auto;
}

.standard-header {
	padding-top: 15px;
}

.sticky-header {
	position: fixed !important;
	top: 0;
	width: 100% !important;
	z-index: 9999;
	background-color: #FFF;
}

#small-logo {
	display: none;
	height: 55px;
}

#logo {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#logo img {
	width: 100%;
	display: block;
}

#container-menu-row {
	text-align: center;
	padding: 20px 0;
	background-color: #000;
	width: 100%;
}

.sticky-header #container-menu-row {
	padding: 5px 0;
}

#menu-main {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	visibility: hidden;
	position: relative;
	z-index: 1000;
}

#menu-main>li {
	margin: 0;
	list-style: none;
	display: inline-table;
	text-align: center;
	padding: 8px 20px;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
}

#menu-main li a {
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	text-align: center;
}

/*
#menu-main li.current_page_item a {
	color: #FFAA00; 
}

#menu-main li:hover .nav-line, 
#menu-main li.current-menu-item .nav-line {

}
*/

#menu-main li ul {
	display: none;
	margin: 0;
	padding: 0;
}

#menu-main li ul.ul-load {
	display: block;
}

#menu-main li:hover>ul {
	display: block;
	position: absolute;
	z-index: 100;
	width: 350px;
	top: 29px;
	left: -8px;
	margin: 0;
	padding: 35px 0 0 0;
	height: auto;
}

#menu-main li:hover>ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#menu-main li ul li a {
	display: block;
	color: #434343;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	padding: 20px 30px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;

}

#menu-main li ul li:first-child a {
	padding-top: 40px;
}

#menu-main li ul li:last-child a {
	padding-bottom: 40px;
}

#menu-main li ul li a:hover {
	color: #000;
	background-color: #FFFFFF;
}

.sticky-header #menu-main li:hover>ul {
	padding: 20px 0 0 0;
}

.nav-line {
	height: 2px;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	display: none;
}

#menu-main>li>a .nav-line {
	position: absolute;
}

#menu-main li ul .nav-line {
	margin-top: 7px;
	position: absolute;
	background-color: #FF00D4;
}

/*
#menu-main li.current_page_item .nav-line {
	background-color: #FFAA00; 
}
*/

#menu-main>li>a:hover .nav-line {
	display: block;
}

/*#menu-main > li.current-menu-item > a .nav-line { display: block; } */
#menu-main ul li a:hover .nav-line {
	display: block;
}

/*#menu-main ul li.current-menu-item a .nav-line  { display: block; } */


#menu-main li ul ul {

	top: 100px;
	left: 350px !important;


}

#menu-item-37 .sub-menu {

	width: 385px !important;

}

@media only screen and (max-width : 991px) {

	#menu-item-37 .sub-menu {

		width: auto !important;

	}

}


#header-mobile {

	display: none;

}


@media only screen and (max-width : 991px) {

	#header-mobile {
		display: block;
		background-color: #FF00D4;
		height: 67px;
		height: 87px;
		padding-top: 10px;
		overflow: visible;
		max-width: initial !important;
		position: fixed !important;
		top: 0;
		width: 100% !important;
		z-index: 10000;

	}

	#header-mobile #mobile-logo-a {

		display: block;
		background-color: #FFF;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 165px;
	}

	#header-mobile #mobile-logo {

		height: 60px;
		position: absolute;
		left: 30px;
		top: 12px;
		z-index: 1;

	}


	#header-mobile .mobile-menu-button-click {

		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		right: 18px;
		top: 20px;
		z-index: 1;
		cursor: pointer;
		background: none;

	}


	#header-mobile .mobile-menu-button {

		width: 16px;
		list-style: none;
		padding: 0;
		margin: 0 20px 0 0;
		display: inline-block;
		cursor: pointer;
		position: relative;
		z-index: 0;

	}


	#header-mobile .mobile-menu-button li {

		height: 1px;
		background-color: #FFF;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0 0 6px 0;


	}

	#header-mobile.active .mobile-menu-button li {

		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 3px;
		position: relative;
		background-color: #FFF;
		border-bottom: 1px solid #FFF;


	}

	#header-mobile.active .mobile-menu-button li:last-child {

		top: -4px;
		position: relative;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);

	}

	.mobile-phone {
		color: #FFFFFF;
		letter-spacing: 2px;
		margin-right: 10px;
		position: relative;
		top: -5px;
	}

	.mobile-phone a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: 600;
	}

	.mobile-menu {

		margin: 0;
		padding: 16px 0 0 0;
		position: fixed;
		top: 80px;
		left: 120%;
		right: 0;
		background-color: #FFFFFF;

	}

	.mobile-menu li {

		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;

	}

	.mobile-menu li a {

		cursor: pointer;
		text-decoration: none;
		position: relative;
		color: #191919;

	}

	.mobile-menu>li>a {

		color: #191919;
		font-size: 22px;
		font-weight: 400;
		font-style: normal;
		display: block;
		padding: 0 25px 32px 25px;

	}

	.mobile-menu .sub-menu {

		display: none;
		margin: 0 0 0 27px;
		padding: 0;

	}

	.mobile-menu .sub-menu li {

		margin: 0;
		padding: 0;
		font-size: 13px;
		line-height: 13px;

	}

	.mobile-menu .sub-menu li a {

		display: block;
		color: #191919;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding: 0;
		padding-bottom: 32px;
		font-weight: 600;

	}

	.mobile-menu li.active>a {

		color: #FF00D4;

	}

	.mobile-menu .current-menu-item>a {

		color: #FF00D4;

	}

	.mobile-menu li.active .sub-menu {

		display: block;

	}

	.mobile-menu li.active .sub-menu li.current-menu-item>a {

		color: #FF00D4;

	}

	.mobile-menu li .mobile-plus,
	.mobile-menu li .mobile-minus {

		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 35px;
		top: 0px;

	}

	.mobile-menu li .mobile-minus {
		display: none;
	}

	.mobile-menu li.active .mobile-minus {
		display: block;
	}

	.mobile-menu li.active .mobile-plus {
		display: none;
	}

	.mobile-line {

		display: block;
		height: 1px;
		width: 16px;
		background-color: #FF00D4;
		position: relative;
		/*background-color:#FF00D4;*/


	}

	.mobile-minus .mobile-line {
		background-color: #FF00D4;
	}

	.mobile-plus .mobile-top,
	.mobile-minus .mobile-top {

		position: absolute;
		width: 40px;
		height: 40px;
		z-index: 10;
		top: -12px;
		left: -12px;

	}

	.mobile-plus .mobile-line:nth-child(2),
	.mobile-minus .mobile-line {
		top: 7px;
	}

	.mobile-plus .mobile-line:last-child {

		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		left: 0px;
		top: 6px;

	}


}

@media only screen and (max-width : 399px) {

	.mobile-phone {
		font-size: 12px;
	}

	#mobile-menu-button-click {

		right: 8px;

	}

	#header-mobile .mobile-menu-button {

		margin: 0 10px 0 0;


	}

}

/* Footer */

#footer {
	padding: 40px 0;
	position: relative;
}

#menu-footer {
	border-top: 1px solid #999;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

#menu-footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-table;
	text-align: center;
}

#menu-footer li a {
	display: block;
	padding: 8px 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 4px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.3s;
}

#menu-footer li a:hover {
	color: #FFAA00;
}

@media only screen and (max-width : 1199px) {
	#menu-footer li a {
		padding: 8px 15px;
	}
}

@media only screen and (max-width : 767px) {
	#menu-footer li {
		display: block;
	}
}

#footer-logo {
	width: 140px;
	margin-bottom: 50px;
	margin-top: 30px;
}

#footer hr {
	border: 1px solid #7C7C7C;
	margin-top: 75px;
}

#footer h4 {
	margin-bottom: 20px;
}

@media only screen and (max-width : 767px) {

	#footer-logo {
		margin: 0;
		margin-top: 40px;
	}

	#footer h4 {
		margin-top: 30px;
	}
}

#footer .footer-form {
	position: relative;
	width: 320px;
	margin: 0 auto;
}

#footer .footer-email {
	width: 320px;
	position: relative;
	z-index: 0;
	height: 30px;
	padding: 1.5rem .75rem;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 0;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 2px;
}

#footer i {
	position: absolute;
	z-index: 0;
	right: 20px;
	top: 18px;
	color: #FFFFFF;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* footer logos */
#footer .flogos {
	width: 100%;
	max-width: 1200px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#footer .flogos div {
	padding: 10px 20px;
	width: 120px;
}

#footer .flogos div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

#copyright {
	color: #999;
	font-size: 12px;
	font-weight: 300;
	padding: 40px 0;
	text-align: center;
}

#copyright .container {
	margin: 0 auto;
	max-width: 900px;
}

#copyright a {
	color: #999;
	text-decoration: underline;
	transition: all 0.3s;
}

#copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}

#social-nav,
.social-nav {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}

#social-nav li,
.social-nav li {
	margin: 0 18px;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-size: 24px;
}

#social-nav li a,
.social-nav li a {
	color: #434343;
	display: block;
	font-size: 24px;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#social-nav li a span,
.social-nav li a span {
	display: none;
}

#social-nav li a img,
.social-nav li a img {
	width: 40px;
	height: 40px;
}

#social-nav li a:hover,
.social-nav li a:hover {
	color: #CCC;
	text-decoration: none;
}


.header-phone {
	display: none;
}

.phone-li a {
	color: #FFFFFF !important;
	letter-spacing: 2px;
	font-weight: 600;
}

.scale-video {
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.scale-video p {
	margin: 0;
}

.scale-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/******************/
/* Content Blocks */
/******************/

.hero {
	position: relative;
	height: 660px;
}

@media only screen and (max-width: 991px) {
	.hero {
		height: 600px;
	}
}

@media only screen and (max-width: 768px) {
	.hero {
		height: 100vw;
	}
}

.hero .hero-image {
	position: relative;
	width: 100%;
	z-index: 0 !important;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.hero .hero-image .image-left-side {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

@media only screen and (max-width : 768px) {
	.hero .hero-image .image-left-side a {
		width: 50%;
	}
}

.hero .hero-image .image-left-side a img {
	width: 100%;
	height: 100%
}

.hero .hero-opacity {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000000;
	opacity: 0.6;
	top: 0;
}

.hero .hero-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #FFF;
	top: 0;
}

.hero .hero-content h1 {
	font-weight: 300;
	font-style: normal;
	margin: 0;
	font-size: 50px;
	text-transform: uppercase;
}

@media only screen and (max-width : 767px) {
	.hero .hero-content h1 {
		font-size: 42px;
	}
}

.hero .hero-content .hero-text {
	margin: 20px 0;
}

.hero .hero-content .hero-button {
	display: inline-block;
	padding: 5px 40px;
	border: 1px solid #FFF;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

.hero .hero-content .hero-button:hover {
	background-color: #FFF;
	color: #191919;
}

.hero a#hero-back-to-homepage {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: transparent;
	opacity: 0.6;
	top: 0;
	text-indent: -99999px;
}

.image-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-background-text {
	margin: 40px 0;
}


.vertical-short {
	height: 350px;
}

.home-top {
	position: relative;
}

.home-top .home-img {
	visibility: hidden;
}

.home-top .home-img-abso {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 507px;
}

.home-top .home-img-abso.aligncenter {
	right: 50%;
	transform: translateX(50%);
	max-width: unset;
}

.home-top p {
	margin-top: 30px;
}

@media only screen and (max-width : 991px) {
	.home-top p {
		margin-top: 0;
	}
}

@media only screen and (max-width : 767px) {
	.home-top .home-img-abso {
		position: relative;
		top: auto;
		right: auto;
		margin-right: 20px;
		max-width: none;
		width: 90%;
		float: right;
	}

	.home-top .col-md-6:first-child {
		display: block !important;
	}
}

.icons .label {
	font-weight: 400;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}

.icons .icon {
	height: 67px;
}


@media only screen and (max-width : 767px) {

	.icons .label {
		text-align: left;
		margin-top: 20px;
	}

	.icons .icon {
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
		width: 67px;
		height: auto;
	}

	.icons .col-md-3,
	.icons .col-md {
		margin-bottom: 20px;
	}

}

/* buttons */

.button,
a.button,
.button-clear,
a.button-clear {
	background-color: #D600B3 !important;
	border: 2px solid transparent !important;
	border-radius: 24px !important;
	box-shadow: none;
	color: #FFF !important;
	display: inline-block;
	font-size: 18px !important;
	font-weight: 400;
	margin: 10px 0 !important;
	padding: 10px 16px !important;
	transition: all 0.3s;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.button:hover,
a.button:hover,
.button-clear:hover,
a.button-clear:hover {
	border: 2px solid #000 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	color: #FFF !important;
	text-decoration: none !important;
}

.content-link {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: .5rem 0rem;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	color: #D600B3;

}

.sm-link {
	font-size: 12px
}

.content-link:hover {
	text-decoration: none;
	color: #808080;
}

.content-link i {
	font-size: 14px;
}

.theme-light .content-link {
	color: #FF00D4;
}

.theme-light .content-link:hover {
	color: #808080;
}

.bg-light .content-link,
.bg-white .content-link,
.bg-white .content-link {
	color: #191919;
}

.bg-light .content-link:hover,
.bg-white .content-link:hover,
.bg-white .content-link:hover {
	color: #808080;
}


.img-right-text {
	position: absolute;
	height: 100%;
}

@media only screen and (max-width : 767px) {
	.img-text {
		margin-top: 30px;
	}

	.img-right-text {
		position: static;
	}

	.float-right,
	.float-left {
		float: none !important;
	}
}

.two-col {

	padding: 50px 0;
	position: relative;
	height: auto;

}

.two-col-spacing {

	display: grid;
	grid-template-columns: repeat(2, 50%);
	/*grid-gap: 5px;*/
	height: 50px;

}

.two-col-col {

	display: grid;
	grid-template-columns: repeat(2, 50%);

}


.single-col {

	display: block;
	width: 50%;
	margin: 0 auto;

}

.single-col .lr-left {
	border: none;
}

.two-col-images {

	display: grid;
	grid-template-columns: repeat(2, 50%);
	/*grid-gap: 5px;*/

}

.two-col-text {

	display: grid;
	grid-template-columns: repeat(2, 50%);
	/*grid-gap: 5px;*/

}

.divider-line {

	height: 100%;
	width: 1px;
	background-color: #CECECE;
	position: absolute;
	top: 0;
	left: 50%;

}

@media only screen and (max-width : 767px) {

	.divider-line {
		display: none;
	}

}

.lr-padding {
	padding: 0 70px;
}

.two-col-images img {
	display: block;
	width: 100%;
}

.lr-left img,
.lr-right img {

	margin-bottom: 30px;
	display: block;
	max-width: 100%;

}


@media only screen and (max-width : 767px) {

	.two-col-col {

		display: block;

	}

	.two-col-col div {
		margin-bottom: 0;
	}

	.slick .two-col-col div {
		margin-bottom: 0;
	}

	.two-col-spacing {

		display: grid;
		grid-template-columns: repeat(1, 100%);
		/*grid-gap: 5px;*/
		height: 50px;

	}

	.two-col-images {

		display: grid;
		grid-template-columns: repeat(1, 100%);
		/*grid-gap: 5px;*/

	}

	.two-col-text {

		display: grid;
		grid-template-columns: repeat(1, 100%);
		/*grid-gap: 5px;*/

	}

	.lr-left {
		border: none;
	}

	.two-col-text .lr-left {
		border-bottom: 1px solid #EEEEEE;
	}

	.lr-padding {
		padding: 0;
	}

}

.slick-mobile {
	display: none;
}

@media only screen and (max-width : 991px) {

	#slick-holder {

		max-width: 450px;
		margin: 0 auto;

	}

	.slick-mobile {

		display: block;

	}

	.slick-mobile .lr-padding {
		padding: 0;
	}

	.slick-hide {
		display: none;
	}

	.slick-arrow {

		font-size: 60px;
		position: absolute;
		top: 105px;
		left: -75px;
		color: #FF00D4;
		cursor: pointer;

	}

	.slick-arrow.icofont-simple-right {

		left: auto;
		right: -75px;

	}

}

@media only screen and (max-width : 599px) {

	#slick-holder {

		padding: 0 50px;

	}

	.slick-arrow {
		left: -55px;
	}

	.slick-arrow.icofont-simple-right {
		right: -55px
	}




}



/*downtown explorer is a widget on home that displays 3 events with : date, name, link, etc...*/
#downtown-explorer {
	/* background-color:#1a1a1a; */
}

.downtown-explorer-bg-container {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 50px solid #1a1a1a;
}

.downtown-explorer-title {
	margin: 70px 0 35px 0;
	font-size: 30px;
}

#downtown-explorer a {
	color: #785e12;
	text-decoration: none;
}

.downtown-explorer-content {
	display: flex;
	border: 1px solid #785e12;
}

.downtown-explorer-date {
	padding: 95px 10px 70px 20px;
}

.downtown-explorer-text {
	padding: 70px 20px 70px 10px;
}

.downtown-explorer-date-num,
.downtown-explorer-date-month {
	border-right: 1px solid #fff;
	padding-right: 20px;
}

.downtown-explorer-date-num {
	font-size: 40px;
	font-weight: bold;
}

.downtown-explorer-date-month {
	text-align: center;
}

.downtown-explorer-text-top {
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.downtown-explorer-text-bottom {
	font-size: 14px;
}

.downtown-explorer-foot {
	padding: 40px 0 30px 0;
	text-transform: uppercase;
}

.downtown-explorer-text-bottom>.fas,
.downtown-explorer-foot>fas {
	color: #785e12;
	padding: 0 7px;
}

.event-search {

	padding: 100px 0;

}

.events-nav {

	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 20%);
	/*grid-gap: 5px;*/
	position: relative;
	cursor: pointer;
	border: 1px solid #191919;
	border-bottom: none;

}

.events-nav li {

	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-right: 1px solid #191919;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;

}

.events-nav li:last-child {
	border-right: none;
}

.events-nav li:hover,
.events-nav li.active {
	background-color: #191919;
	color: #FFF;
}


.package-search {

	display: grid;
	grid-template-columns: repeat(2, 50%);
	/*grid-gap: 5px;*/

}

.gg-input,
.gg-select {

	background-color: #FFFFFF;
	padding: 10px 20px;
	border: 1px solid #191919;
	text-transform: uppercase;
	cursor: pointer;
	height: 50px;
	position: relative;
	z-index: 1;
}


.gg-input .icofont-simple-down,
.gg-select .icofont-simple-down {

	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;

}

.gg-input-label {

	position: relative;

}

.package-search .gg-select {

	border-right: none;
	letter-spacing: 2px;

}

.gg-select-items {

	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	display: none;
	border: 1px solid #191919;
}

.gg-select-item {

	background-color: #FFFFFF;
	padding: 10px 20px;
	/*border-bottom:1px solid #CCCCCC;*/
	text-transform: uppercase;
	cursor: pointer;
	height: 50px;
	position: relative;

}

.gg-select.active .gg-select-items {

	display: block;

}

.gg-select-item i {

	position: absolute;
	top: 18px;
	right: 15px;

}

.gg-select-value {

	height: 30px;
	display: block;

}

.e-dates {
	z-index: 1;
}

.e-search {
	z-index: 0;
}

.e-search input,
.e-search input::placeholder {
	font-weight: 300;
	font-size: 14px;
	color: #191919;
	text-transform: uppercase;
	position: relative;
	border: none;
	width: 90%;
	letter-spacing: 2px;

}

.e-search i {

	position: absolute;
	top: 8px;
	right: -5px;

}

.e-dates-range {

	margin-top: 10px;
	display: none;

}

.e-dates-range input {
	width: 48%;
	font-weight: 300;
	font-size: 14px;
	color: #191919;
	padding: 7px 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.e-dates-range input:first-child {

	margin-right: 15px;


}

.apply-dates {

	background-color: #000000;
	border: 1px solid #000000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	width: 100%;
	padding: 10px 0;
	margin-top: 10px;


}

.apply-dates:hover {

	background-color: #191919;
	border: 1px solid #191919;

}

.e-categories {

	display: none;

}

@media only screen and (max-width : 767px) {

	.package-search {

		display: grid;
		grid-template-columns: repeat(1, 100%);
		/*grid-gap: 5px;*/

	}

	.package-search .gg-select {

		border-right: 1px solid #191919;

	}

	.gg-input,
	.gg-select {

		margin-top: 30px;

	}

	.events-nav {

		display: grid;
		grid-template-columns: repeat(1, 100%);
		border-bottom: none;
		display: none;

	}

	.events-nav li {

		border: none;
		border-bottom: 1px solid #191919;

	}

	.e-categories {

		display: block;
		z-index: 2;

	}



}

.event-grid {

	display: grid;
	grid-template-columns: repeat(4, 25%);
	/*grid-gap: 10px;*/
	margin-top: 100px;
	min-height: 370px;

}

.e-grid-item {

	text-align: center;

}

.e-grid-item h2 {

	font-size: 22px;
	letter-spacing: 1px;
	margin: 20px 0;
	line-height: 28px;

}

.e-grid-item .e-link {

	color: #FF00D4;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;

}

.e-grid-item .e-link:hover {

	color: #FFD07B;

}

.e-grid-item .e-link i {

	font-size: 9px;

}

.e-grid-item .e-grid-pad {

	padding: 30px;

}


.e-grid-item .event-img {

	height: 100px;

}

@media only screen and (max-width : 991px) {

	.event-grid {

		display: grid;
		grid-template-columns: repeat(2, 50%);
		/*grid-gap: 10px;*/
		margin-top: 100px;

	}

}

@media only screen and (max-width : 767px) {

	.event-grid {

		display: grid;
		grid-template-columns: repeat(1, 100%);
		/*grid-gap: 10px;*/
		margin-top: 100px;

	}

}

/*********************************/

.theme-dark {
	position: relative;
}

.events_grid {
	padding-top: 120px;
	padding-bottom: 30px;
}

.events_listing {
	margin-bottom: 100px;
}

.events_listing .button {
	color: #000000;
}

.events_listing_content {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
.packages-outer{ position:relative;}
.packages{ position:absolute; bottom:20px; width:100%}
*/

/*.details-outer {

	width:980px;
	border: 1px solid #FF0000;

}*/

.details {

	display: grid;
	grid-template-columns: 10% 40% 30% 17%;
	/*grid-gap: 5px;*/
	height: 120px;
	color: #191919;
	text-align: center;
	position: absolute;
	bottom: 25px;
	width: 100%;
	/*margin-right: -15px;
    margin-left: -15px;*/
	z-index: 2;

}

.details-date {
	text-align: center;
	background-color: #191919;
	color: #FFF;
}

.details-day {
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 2px;
}

.details-month {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.details-details {
	background-color: #EEEEEE;
	text-align: left;
}

.details-pad {
	padding: 0 30px;
	position: relative;
	height: 100%;
}

.details-title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0 0 10px 0 !important;
}


.details-pricing {
	background-color: #FFF;
}

.details-price {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
}

.details-button {
	display: block;
	position: relative;
	height: 100%;
	font-weight: 400;
	background-color: #FFAA00;
	border: none;
	font-size: 14px;
	line-height: 1.5;
	background-image: linear-gradient(to right, #C6970D, #FECF7A);
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;

}

.details-button a {
	color: #191919;
}

.details-summary {
	padding: 0 20px;
}


.sign_up_for_more {
	background-color: #FF00D4;
	color: #191919;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sign_up_for_more form input {
	background-color: #FF00D4;
	color: #000;
	border: 1px solid #000;
	border-radius: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 30px;
}

.sign_up_for_more form input::placeholder {
	color: #191919;
}

.sign_up_for_more form input:focus {
	border-color: #000 !important;
	box-shadow: 0 0 0px #000 !important;
	background-color: #FF00D4;
	color: #000;
}


.tabs {

	display: grid;
	grid-template-columns: repeat(4, 25%);
	/*grid-gap: 5px;*/

	color: #585858;
	border: 1px solid #FFFFFF;
	line-height: 22px;
	padding: 0;
	margin: 100px 0 0 0;
	width: 100%;

}

.tabs li {

	list-style: none;
	padding: 20px;
	margin: 0;
	border-right: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;

}

.tabs li:hover,
.tabs li.active {

	background-color: #FFF;
	color: #191919;

}



.tab-contents {
	padding: 100px 0;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.tab-content a {
	color: #FF00D4;
}

.tab-content a:hover {
	color: #808080;
}

.tab-content a.button {
	color: #FFF;
}

.about-img {
	max-width: 100%;
}

@media only screen and (max-width : 767px) {

	.tabs {

		display: grid;
		grid-template-columns: repeat(2, 50%);
		/*grid-gap: 5px;*/
		border: none;

	}

	.fixed-tabs {

		position: fixed;
		left: 0;
		right: 0;
		top: 80px;
		z-index: 11;
		margin: 0;

	}

	.tabs li {
		border: none;
		background-color: #181818;
	}

	.about-img {
		margin: 0 auto 30px auto;
		display: block;
	}

}


.theme .single,
.blog {
	padding: 80px 0;
}

.blog-img {
	display: block;
	margin: 0 auto 60px auto;
	max-width: 100%;
	width: 100%;
}

.post {

	margin: 60px auto 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #707070;
	max-width: 1088px;

}

.post h2 a {
	color: #191919 !important;
	text-decoration: none;
}

.post h2 a:hover {
	color: #808080 !important;
	text-decoration: none;
}

.single-post .col,
.single-post .col-md-12 {
	max-width: 1088px;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width : 767px) {

	.single-post .col,
	.single-post .col-md-12 {
		padding: 0 15px;
	}
}

.single-post .single a {
	color: #FF00D4;
	text-decoration: none;
}

.single-post .single a:hover {
	color: #808080 !important;
	text-decoration: none;
}

.single-post section img {
	max-width: 100%;
	height: auto;
}

.single-pagination a[rel=next] {
	float: left;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.single-pagination a[rel=prev] {
	float: right;
	letter-spacing: 2px;
	text-transform: uppercase
}

.read-more {
	color: #FF00D4;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}

.read-more:hover {
	color: #808080 !important;
	text-decoration: none;
}


/* FAQs */

.faqs {
	padding: 0;
}

.faq-outer {
	padding: 50px 30px;
	border-bottom: 1px solid #CCCCCC;
}

.faq-outer:first-child {
	border-top: 1px solid #CCCCCC;
}

.faq {
	display: grid;
	grid-template-columns: 8% 92%;
	grid-gap: 15px;
	cursor: pointer;
}

.faq-left {
	text-align: center;
	font-size: 40px;
}

.faq-answer {
	overflow: hidden;
}

.faq.faq-zero .faq-answer {
	height: 0;
}

.faq.faq-auto .faq-answer {
	height: auto;
}

.faq .faq-minus {
	display: none;
	color: #FF00D4;
}

.faq .faq-plus {
	color: #FF00D4;
}

.faq.faq-auto .faq-minus {
	display: inline;
}

.faq.faq-auto .faq-plus {
	display: none;
}

.faq-line {
	display: block;
	height: 2px;
	width: 56px;
	background-color: #FF00D4;
}

.faq-plus {
	position: relative;
	top: 27px;
}

.faq-plus .faq-line:last-child {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	left: 1px;
	top: -1px;
}

.faq-minus {
	position: relative;
	top: 23px;
}

.faq-minus .faq-line:first-child {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	background-color: #FF00D4;
	position: relative;
	top: 1px;
}


.faq-minus .faq-line:last-child {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	background-color: #FF00D4;
	bottom: 1px;
}

.faq ul,
ol {
	margin: 0;
	padding: 0;
}

.faq ul li,
ol li {
	margin: 0;
	padding: 0 0 0 15px;
}

.cant-find {
	padding: 3em 0;
}

@media only screen and (max-width : 991px) {
	.faq {
		display: grid;
		grid-template-columns: 20% 80%;
		grid-gap: 15px;
		cursor: pointer;
	}
}

.icon-lines .line-holder {
	position: relative;
	padding: 0;
}

.icon-lines hr {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: 0;
	height: 0;
	overflow: hidden;
	border-top: 1px solid #FF00D4;
}

.icon-lines img {
	display: block;
	margin: 0 auto;
}


/* NEWS */
.news-container {}

.news-container .row {
	padding-bottom: 60px;
}

.news-container .row img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.news-container .row img {
		margin-bottom: 20px;
	}
}

.news-container .cta,
.news-container .cta:visited {
	border-bottom: 5px solid #FF00D4;
	color: #000;
	font-family: "BigNoodleTitling";
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}

.news-container .cta:hover {
	color: #FF00D4;
}

.news-container .cta span {
	font-size: 1rem;
	margin-left: 5px;
	margin-top: 10px;
	vertical-align: top;

}

/* sportsbook carousel */
.slider-thumbnails-wrap {
	display: flex;
	align-items: center;
}

.slider-thumbnails-wrap .arrows-container {
	width: 20%;
	float: left;
}

.slider-thumbnails-wrap .arrows-container .prev,
.slider-thumbnails-wrap .arrows-container .next {
	cursor: pointer;
	flex: 1 1 calc(50% - 5px);
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 30px;
	color: #76D4F9;
	background-color: transparent;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}

.slider-thumbnails {
	display: flex;
	transition: 0.5s;
}

.slider-thumbnails .slick-list {
	width: 100%;
}

.slider-thumbnails .slick-slide {
	display: flex;
	justify-content: center;
	overflow: hidden;
	border: 5px solid transparent;
	margin: 0 5px;
	min-width: 75px;
}

.slider-thumbnails .slick-slide.slick-current {
	border: 5px solid #76D4F9;
}

.slider-thumbnails .slick-slide img {
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: contain;
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.slider-thumbnails .slick-slide img:hover {
	cursor: pointer;
}

/* sportsbook tiled grid */

.container.tiled-grid {
	width: 100%;
	max-width: 100%;
}

.tiled-grid h2.title {
	font: 60px/31px 'Tungsten-Bold';
	letter-spacing: 6.5px;
	color: #283583;
	text-align: center;
	width: 100%;
}

.tiled-grid-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 2em auto;
	overflow: hidden;
}

.tiled-grid-container .tiled-grid-item {
	background-size: cover;
	border: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 25%;
	outline: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.tiled-grid-container .tiled-grid-item .tiled-overlay {
	background: rgba(0, 0, 0, 0.66);
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.tiled-grid-container .tiled-image {
	width: 100%;
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	transition: all 0.3s;
}

.tiled-grid-container .tiled-image img {
	max-height: 100%;
	max-width: 100%;
}

.tiled-grid-container .tiled-logo {
	margin: auto;
	transition: all 0.3s;
	z-index: 999;
}

.tiled-grid-container .tiled-inner-box {
	display: none;
	transition: all 0.3s;
}

.tiled-grid-container .tiled-inner-box .inner-logo {
	height: 60%;
}

.tiled-grid-container .tiled-inner-box .inner-logo img {
	max-height: 100%;
	max-width: 75%;
	padding: 10px 0;
	height: auto;
}

/* hover state */
.tiled-grid-container .tiled-grid-item:hover .tiled-overlay {
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s;
}

.tiled-grid-container .tiled-grid-item:hover .tiled-logo {
	display: none;
}

.tiled-grid-container .tiled-grid-item:hover .tiled-inner-box {
	background: rgba(0, 0, 0, 0.66);
	border-radius: 10px;
	color: #FFF;
	display: block;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: 3px;
	margin: 0;
	padding: 10px 5px;
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 80%;
	left: 10%;
	height: 80%;
	transition: all 0.3s;
}

@media only screen and (max-width : 991px) {
	.tiled-grid-container .tiled-image img {
		max-width: 75%;
	}

	.tiled-grid-container .tiled-grid-item:hover .tiled-inner-box {
		font-size: 13px !important;
	}
}


.post-type-archive-tournaments section .row {
	margin-top: 50px;
}

.t-date {
	text-transform: uppercase;
}


/* Ninja Forms */
.nf-form-layout {
	margin: 20px auto;
}

.nf-before-form-content {
	display: none;
}

.nf-error-msg,
.ninja-forms-req-symbol {
	color: #FF00D4 !important;
}

.nf-error .nf-error-msg {
	color: #FF00D4 !important;
}

.nf-error.field-wrap .nf-field-element:after {
	background: #FF00D4 !important;
}

.nf-field-label .nf-label-span,
.nf-field-label label {
	font-size: 16px !important;
}

.nf-field-element input {
	padding: 20px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.nf-field-element input[type=button],
.nf-field-element input[type=submit] {
	background-color: #D600B3 !important;
	border: 2px solid transparent !important;
	border-radius: 24px !important;
	box-shadow: none !important;
	color: #FFF !important;
	display: block;
	font-size: 18px !important;
	font-weight: 400;
	margin: 10px auto !important;
	padding: 5px 20px !important;
	transition: all 0.3s;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.nf-field-element input[type=button]:hover,
.nf-field-element input[type=submit]:hover {
	border: 2px solid #000 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	color: #FFF !important;
}

.space-height-mobile {
	display: none;
}

@media only screen and (max-width : 991px) {
	.space-height {
		display: none;
	}

	.space-height-mobile {
		display: block;
	}
}

@media only screen and (max-width : 599px) {
	.all-rights {
		display: block;
	}
}

.btn-grad {
	color: #FFF;
	background-image: linear-gradient(to right, #8B180A 0%, #FF00D4 51%, #D30501 100%);
	transition: 0.5s;
	background-size: 200% auto !important;
	letter-spacing: 2px;
	font-weight: 300;
}

.btn-grad:hover {
	background-position: 100%;
}

.ui-button .ui-icon {
	background-image: url(assets/images/ui-icons_000000_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(assets/images/ui-icons_000000_256x240.png) !important;
}

.btn-grad.steak {
	color: #fff;
	background-image: linear-gradient(to right, #8B180A 0%, #FF00D4 51%, #D30501 100%);
	transition: .5s;
	background-size: 200% auto !important;
	letter-spacing: 2px;
	font-weight: 300;
	max-width: 260px;
	text-align: center;
	margin-bottom: 20px;
}

.btn-grad.steak a {
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
}


#banner {

	padding-top: 20px;
	padding-bottom: 20px;

}

.banner {
	width: 70%;
	margin: 40px auto 0 !important;
}

.banner img {
	width: 100%;
}


footer {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	padding: 50px 0;
}

@media (min-width: 768px) {
	footer {
		font-size: 45px;
		line-height: 63px;
	}
}

footer .text-with-lines {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 90%;
}

footer .text-with-lines span:first-child,
footer .text-with-lines span:last-child {
	flex-grow: 1;
	height: 1px;
	background-color: #eee;
}

footer .text-with-lines span:nth-child(2) {
	margin: 0 40px;
	font-size: 40px;
	line-height: 60px;
}

@media (min-width: 768px) {
	footer .text-with-lines span:nth-child(2) {
		font-size: 65px;
		line-height: 91px;
	}
}

footer .all-casino-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	flex-direction: column;
}

@media (min-width: 768px) {
	footer .all-casino-logos {
		flex-direction: row;
		margin-top: 50px;
	}
}

footer .all-casino-logos div {
	height: 115px;
	margin: 40px;
}

footer .all-casino-logos div img {
	display: flex;
	object-fit: contain;
}


.image-grid-block {
	padding-bottom: 60px;
}

.image-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
}

.image-grid>* {
	flex: 45%;
	max-width: 45%;
}

.image-grid.image-grid--2across>* {
	flex: 45%;
	max-width: 45%;
}

.image-grid.image-grid--3across>* {
	flex: 30%;
	max-width: 30%;
}

.image-grid.image-grid--4across>* {
	flex: 19%;
	max-width: 19%;
}

@media (max-width: 768px) {
	.image-grid>* {
		flex: 45%;
		max-width: 45%;
	}

	.image-grid.image-grid--4across>* {
		flex: 45%;
		max-width: 45%;
	}
}

@media (max-width: 468px) {
	.image-grid>* {
		flex: 100%;
		max-width: 100%;
	}

	.image-grid.image-grid--4across>* {
		flex: 100%;
		max-width: 100%;
	}
}

.image-grid .image {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.image-grid img {
	width: 100%;
}

.image-grid-block h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 10px;
	text-align: center;
}

.image-grid-block .text li {
	text-align: left;
}

.image-grid-block .button {
	margin: 5px auto 20px !important;
	white-space: nowrap;
}

@media (max-width: 800px) {
	.image-grid {
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}
}




.image-text.founders {
	margin-bottom: 40px;
}

.image-text.founders.right .row {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.image-text.left .row {
		flex-direction: column-reverse;
	}

	.image-text.right.founders .row {
		flex-direction: column-reverse;
	}
}

.two-col-bg-image-block {
	display: flex;
	padding: 0 !important;
}

.two-col-bg-image-block .col {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	background-size: cover;
	padding: 50px 0 !important;
}

.two-col-bg-image-block .col .col__content {
	max-width: 80%;
	width: 100%;
	text-align: center;
}

.two-col-bg-image-block .col .col__content p {
	margin: 0;
}

.two-col-bg-image-block .col .col__content img {
	max-width: 80%;
}

.two-col-bg-image-block .col .col__content svg {
	max-width: 100%;
}

.two-col-bg-image-block .col .col__content .btn {
	background: transparent linear-gradient(90deg, #C9C5C5 0%, #CECACA 30%, #F6F5F5 54%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	color: #2B3990;
	letter-spacing: 2.8px;
	padding: 10px 25px;
	border-radius: 0;
}

.two-col-bg-image-block h2 {
	font-size: 100px;
	letter-spacing: 11px;
	line-height: 1;
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}

.two-col-bg-image-block h2 span:nth-of-type(1) {
	color: #ffffff;
}

.two-col-bg-image-block h2 span:nth-of-type(2) {
	color: #3BC3DE;
}

.two-col-bg-image-block .col1-text {
	width: fit-content;
	margin: 25px auto 45px auto !important;
	font-size: 26px;
	color: #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 0 10px;
}

@media (max-width: 1150px) {
	.two-col-bg-image-block h2 {
		font-size: 60px;
		letter-spacing: 5px;
		width: 240px;
	}

	.two-col-bg-image-block .col1-text span {
		font-size: 20px;
	}
}

@media (max-width: 950px) {
	.two-col-bg-image-block {
		flex-direction: column;
	}

	.two-col-bg-image-block .col {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.two-col-bg-image-block .col1-text span {
		font-size: 17px;
	}
}

/* SLICK GALLERY SLIDER */

.image-gallery-container {
	overflow: hidden;
}

.image-gallery-wrapper {
	max-width: 66%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.image-gallery-wrapper {
		max-width: 90%;
	}
}

.room-info .image-gallery-wrapper {
	max-width: 100%;
}

.gallery.slick-slider .slick-slide {
	height: 460px;
	display: flex;
	justify-content: center;
}

.gallery.slick-slider .slick-slide img {
	height: 100%;
	width: unset;
	object-fit: cover;
	max-width: 100%;
	display: flex;
	justify-content: center;
}

/*
.room-info .gallery.slick-slider img {
  width: 100% !important;
  height: auto !important;
}
*/
.gallery-navigation {
	display: flex;
	height: 80px;
	max-width: 66%;
	margin: 10px auto;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.gallery-navigation {
		max-width: 90%;
	}
}

.room-info .gallery-navigation {
	max-width: 100%;
}

.gallery-navigation .arrows-container {
	flex: 0 0 120px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

@media (max-width: 768px) {
	.gallery-navigation .arrows-container {
		flex-basis: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.gallery-navigation .arrows-container {
		flex-basis: 128px;
	}
}

.gallery-navigation .arrows-container>* {
	flex: 1 1 calc(50% - 5px);
	margin: 0 5px;
	border: 0;
	padding: 0;
	font-size: 30px;
	color: #FF00D4;
	background-color: transparent;
}

.gallery-navigation .arrows-container .slick-disabled {
	opacity: 0.5;
}

.gallery-navigation .arrows-container .slick-prev {
	transform: rotateZ(180deg);
	position: inherit !important;
}

.gallery-navigation .arrows-container .slick-next {
	position: inherit !important;
}

.gallery-navigation .thumbnail-slides {
	max-width: 540px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.gallery-navigation .thumbnail-slides {
		display: none;
	}
}

.gallery-navigation .gallery-thumbs {
	display: flex;
	transition: 0.5s;
	justify-content: flex-end;
}

.gallery-navigation .gallery-thumbs>* {
	margin-left: 10px;
	width: 125px;
	overflow: hidden;
	height: 80px;
	flex: 0 0 100px;
	border: 5px solid transparent;
}

.gallery-navigation .gallery-thumbs>*.selected {
	border-color: #FF00D4;
}

.gallery-navigation .gallery-thumbs img {
	pointer-events: none;
	max-width: 100%;
	height: auto;
}

.gallery-text {
	padding: 20px 0;
	text-align: center;
}

.gallery-text .tungsten {
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 42px;
	display: inline-block;
	padding: 0 10px;
}

.gallery-text .lv-fab {
	font-size: 90px;
}

/* Gallery popup */
#gallery-pop .gallery-repeater {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

#gallery-pop .gallery-item {
	width: calc(33% - 40px);
	height: 300px;
	display: flex;
	flex-direction: column;
	margin: 20px;
	position: relative;
	overflow: hidden;
	min-width: 300px;
}

#gallery-pop .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;


}

#gallery-pop .gallery-item .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	padding-right: 20px;
	font-weight: 700;
	background: #fff;
	color: #000;

}

/* Modal styles */
#galleryModal.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	/* Dark background */
}

#galleryModal .modal-content {
	position: relative;
	margin: 5% auto;
	padding: 20px;
	width: 50%;
	max-width: 800px;
	background-color: white;
	border-radius: 8px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1045px) {
	#galleryModal .modal-content {
		width: 90%;
	}
}

#galleryModal .modal-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-height: 500px;
}

#galleryModal .modal-title {
	margin: 15px 0;
	font-size: 24px;
	margin-bottom: 0;
}

#galleryModal .modal-description {
	font-size: 18px;
	margin-bottom: 0;
}

#galleryModal .close {
	position: absolute;
	top: -5px;
	right: 5px;
	color: #333;
	font-size: 28px;
	cursor: pointer;
}

/* End Gallery popup */