/*
Theme Name: HollywoodPark
Text Domain: HollywoodPark
Version: 1.0
Description: Hollywood Park Site
Author: Barry Ziegler
*/

@font-face {
	font-family: 'opensans-bold';
	src: url('assets/fonts/OpenSans-Bold.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'opensans';
	src: url('assets/fonts/OpenSans-Light.ttf');
	font-style: normal;
}
@font-face {
	font-family: 'opensans-medium';
	src: url('assets/fonts/OpenSans-Medium.ttf');
	font-style: normal;
}
@font-face {
	font-family: 'opensans-bld-ita';
	src: url('assets/fonts/OpenSans_Condensed-MediumItalic.ttf');
	font-style: normal;
}
@font-face {
	font-family: 'opensans-con-bld';
	src: url('assets/fonts/OpenSans_Condensed-Bold.ttf');
	font-style: normal;
}
@font-face {
	font-family: 'opensans-con';
	src: url('assets/fonts/OpenSans_Condensed-Medium.ttf');
	font-style: normal;
}

body {
	font-family: 'opensans';
}
a {
	color: #333 !important;
	text-decoration: none;
}
.link-white > a:link, .link-white > a:visited { color: #fff !important; text-decoration: none; }
.link-white > a:hover, .link-white > a:active { color: #aaa !important; text-decoration: none; }
.link-white-solid > a:link, .link-white-solid > a:visited { color: #fff !important; text-decoration: none; }
.link-white-solid > a:hover, .link-white-solid > a:active { color: #fff !important; text-decoration: none; }

.accordion-button:not(.collapsed) {
  background: #000;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.type-12 { font-size: 12px; }
.type-14 { font-size: 14px; }
.type-white { color: #fff !important; }

h1, h2 { font-family: 'opensans-bold'; }

.opensans { font-family: 'opensans'; }
.opensans-bold { font-family: 'opensans-bold'; }
.opensans-medium { font-family: 'opensans-medium'; }

strong { font-family: 'opensans-medium'; }

.sub-title {
	background-color: #000;
	color: #fff;
	font-size: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.pad-0-sides {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pad-15-sides {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.navbar {
	padding-top: 12px;
	padding-bottom: 12px;
}
.nav-item {
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-toggler { border: 0px; }


.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}
.navbar-sofi {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top-alert {
	line-height:2px;
	padding-top:15px;
	font-size: 14px;
}


.container-parallax {
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 87%;
	justify-content: space-around;
	position: relative;
	width: 100%;
}
.container-parallax section {
	width: 100%;
	height: 87vh;
	flex: 1;
	display: flex;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.container-parallax section .image {
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 500;
}
.container-parallax section .content-parallax {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 80%;
	width: 100%;
	color: #fff;
	justify-content: center;
	text-align: center;
	z-index: 1000;
	margin: 0 auto;
	position: relative;
}
.residence-tile {
	padding: 0px;
	height: 40vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.residence-tile-left  { border-right: 1px solid #fff; }
.residence-tile-right { border-left: 1px solid #fff; }
.venue-tile {
	padding: 0px;
	padding-top: 5vw;
	height: 33vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.zigzag-tile { height: 80vh; }
.zigzag-title {
	font-size: 90px;
	line-height: 0px;
}
.h-icon {
	height: 20vw;
	width: 20vw;
	opacity: .95;
}
.h-icon-tile { height: 80vh; }
.the-title {
	font-size: 70px;
	padding-top: 12vh;
	padding-bottom: 12vh;
}
.title-contain { height: 60vh; }
/*
.the-title {
	color: #fff;
	color: transparent;
	font-size: 70px;
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
}
.title-contain { height: 40vh; }
*/
.h-icon {
	height: 250px;
	width: 252px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.block-type { padding-left: 15px; }
.video-responsive { height: 23vw; }
.video-wrapper { height: 55vw; }

@media only screen and (max-width: 1399px) { /* XL BREAKPOINT */

}

@media only screen and (max-width: 1199px) { /* LG BREAKPOINT */

	.the-title { font-size: 57px; }

}

@media only screen and (max-width: 991px) { /* MD BREAKPOINT */

	nav.navbar { background: #000; }
	.navbar-collapse { padding-top: 15px; }
	.nav-item > a:link, .nav-item > a:visited { color: #fff !important; text-decoration: none; }
	.nav-item > a:hover, .nav-item > a:active { color: #ddd !important; text-decoration: none; }
	.nav-item { font-size: 16px; }
	.nav-item > ul { background-color: transparent; }
	.nav-item > ul > li > a:link, .nav-item > ul > li >  a:visited { color: #fff !important; text-decoration: none; background-color: transparent; }
	.nav-item > ul > li > a:hover, .nav-item > ul > li > a:active { color: #ddd !important; text-decoration: none; background-color: transparent; }
	.navbar-sofi {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #36a8ca !important;
	}
	.venue-tile {
		padding: 0px;
		padding-top: 15vw;
		height: 65vw;
	}
	.the-title { font-size: 50px; }
	.video-responsive { height: 31vw; }
	.video-wrapper { height: 421px; }

}

@media only screen and (max-width: 767px) { /* SM BREAKPOINT */

	.h-icon {
		height: 25vw;
		width: 25vw;
		margin-top: 4vw;
		margin-bottom: 4vw;
	}
	.h-icon-tile { height: 80vw; }
	.residence-tile { height: 70vw; }
	.residence-tile-left, .residence-tile-right { border: 0px; }
	.residence-tile-right { border-top: 2px solid #fff; }
	.title-contain { height: auto; }
	.the-title {
		padding-top: 4vh;
		padding-bottom: 4vh;
	}
	.block-type {
		padding-left: 30px;
		margin-left: -15px;
	}
	.video-responsive { height: 53vw; }
	.video-wrapper { height: 314px; }
	.border-sm-0 { border: 0px !important; }

}

@media only screen and (max-width: 575px) { /* XS BREAKPOINT */
	.top-alert {
		margin-top: -10px;
		margin-bottom: 6px;
		line-height:14px;
		font-size: 12px;
	}
	.zigzag-title { font-size: 65px; }
	.zigzag-tile { height: 75vh; }
	.border-xs-0 { border: 0px !important; }

}

@media only screen and (max-width: 420px) { /* XXS BREAKPOINT */

}
