.all-stories-wrapper a, .learn-more-link a, a.about-read-more {
	color: black;
}

.all-stories-wrapper a:hover, .learn-more-link a:hover, a.about-read-more:hover {
	color: #A22D01;
}

body.site-theatre .all-stories-wrapper a:hover, 
body.site-theatre .learn-more-link a:hover, 
body.site-theatre a.about-read-more:hover,
body.site-theatre a.view-venues-wrapper:hover {
	color: #588925;
}

.carousel-content-wrapper {
	padding: 0px 15px;
}

.left-section, .right-section {
	padding-top: 64px;
	padding-left: 32px;
}

body.site-theatre .explore-store-section, body.site-theatre .explore-store-section {
	padding-top: 40px;
}

.top-section {
	padding-top: 240px;
	background-color: #F2EBE9;
}

body.site-theatre .top-section .title {
	line-height: 1.2;
}

.top-section .title {
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
}

.top-section .description-wrapper {
	margin-top: 150px;
	max-width: 300px;
}

.search-section {
	position: relative;
	background-color: #6A3724;
	padding-top: 200px;
}

.site-theatre .search-section {
	background-color: #1a2510;
}

.search-section .search-field {
	outline: none;
	padding-inline-end: 44px;
	padding-inline-start: 52px;
	margin-top: 32px;
	margin-left: 16px;
	position: relative;
	width: calc(90% - 116px);
	height: 3rem;
}

.search-section .search-button {
	width: 100px;
	height: 48px;
	background-color: #A22D01;
	color: white;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: -8px;
	border: none;
}

.search-section .search-button.disabled {
	background-color: gray;
	pointer-events: none;
}

.search-section .search-form-wrapper {
	min-height: 200px;
	margin: 32px auto;
	width: 90%;
	background-color: #212121;
}

.search-section .link-item-wrapper {
	text-align: right;
	color: white;
	padding-right: 32px;
	line-height: 2rem;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.search-section .group-category {
	display: flex;
	flex-wrap: wrap;
	margin: 0 16px;
}

.search-section .btn-search-category {
	color: black;
	border-color: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 0;
	flex: 0;
}

.search-section .advanced-search {
	color: white;
	margin: 16px;
	padding: 16px 0;
	text-align: right;
	width: 90%;
}

.all-stories-wrapper {
	padding: 60px 0;
	padding-top: 30px;
}

.stories-slider .slick-slide {
	height: auto;
}

.featured-link, .story-link {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 1rem;
}

.story-link:hover {
	text-decoration: underline !important;
}

.featured-link:hover, .story-link:hover {
	color: #A22D01;
}

.ausstage-number-section .title-wrapper {
	color: white;
}

.section-title {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
}

body.site-theatre .section-title {
	font-size: 3.5rem;
}

.ausstage-number-section .section-title {
	color: white;
}

.ausstage-number-section .number-indicator-circle {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

body.site-theatre .ausstage-number-section .number-indicator-circle {
	width: 33px;
  	height: 32px;
}

.ausstage-number-section .number-link {
	display: inline-flex;
	text-decoration: none;
	color: #b4b4b4;
	justify-items: center;
	padding: 2px 0;
}

body.site-theatre .ausstage-number-section .number-link {
	margin-bottom: 5px;
}

.ausstage-number-section .number-link .right-arrow {
	padding: 8px 0;
}

.ausstage-number-section .number-link .number-count {
	margin: 0px 8px;
	padding: 4px 0;
}

.search-venue-wrapper {
	height: 4px;
}

.view-venues-wrapper {
	position: absolute;
	bottom: 16px;
	right: 16px;
	text-decoration: none;
	color: black;
}

.view-venues-wrapper:hover {
	color: #A22D01;
	text-decoration: none;
}

.actor-section-row .function-row {
	line-height: 3;
	position: relative;
}

.venue-marquee-section-row .function-row {
	line-height: 4;
	position: relative;
}

.actor-section-row .marquee, .venue-marquee-section-row .marquee {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid gray;
}

.js-marquee {
	display: flex;
	justify-content: space-around;
	width: 850px;
}

.site-theatre .js-marquee {
	width: initial;
}

 .actor-section-row .func-name, .venue-marquee-section-row .venue-name {
	font-family: Graphik;
	text-decoration: none;
	color: black;
}

.venue-marquee-section-row .venue-name {
	font-size: 20px;
}

.actor-section-row .func-name:hover {
	text-decoration: none;
	color: #A22D01;
}

.venue-marquee-section-row .venue-name:hover {
	text-decoration: none;
	color: #588925;
}

.infinite-floating {
	animation-name: floating;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.infinite-floating .text-link {
	color: black;
	text-decoration: none;
	text-align: center;
	font-family: Graphik;
	font-weight: bold;
}

.infinite-floating:hover {
	animation-play-state: paused;
}

.speed-1 {
	animation-duration: 10s;
}

.delay-1 {
	animation-delay: 6s;
}

.size-1 {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	font-size: 24px;
}

.color-1 {
	background-color: #95361780;
}

.speed-2 {
	animation-duration: 14s;
}

.delay-2 {
	animation-delay: 12s;
}

.size-2 {
	width: 166px;
	height: 166px;
	border-radius: 83px;
	font-size: 20px;
}

.color-2 {
	background-color: #A1A9B780;
}

.speed-3 {
	animation-duration: 18s;
}

.delay-3 {
	animation-delay: 18s;
}

.size-3 {
	width: 130px;
	height: 130px;
	border-radius: 65px;
	font-size: 16px;
}

.color-3 {
	background-color: #3F695580;
}

.speed-4 {
	animation-duration: 22s;
}

.delay-4 {
	animation-delay: 24s;
}

.size-4 {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 12px;
}

.color-4 {
	background-color: #8D5F6780;
}

.speed-5 {
	animation-duration: 26s;
}

.delay-5 {
	animation-delay: 30s;
}

.color-5 {
	background-color: #49685680;
}

.speed-6 {
	animation-duration: 30s;
}

.color-6 {
	background-color: #D0A7A180;
}

.color-7 {
	background-color: #2D385980;
}

.color-8 {
	background-color: #999C5C80;
}

@keyframes floating {to { transform:translateY(800px);
	
}

}
.event-slider .slick-slide {
	height: auto;
}

.event-slider .goto-event-results {
	display: inline-flex;
	width: 32px;
	height: 32px;
	color: black;
	border-radius: 16px;
	background-color: white;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: absolute;
	bottom: 16px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.videoguides-slider .slick-slide {
	height: auto;
}

.videoguide-card {
	padding-right: 16px;
	font-size: 0.8rem;
}

.videoguide-card .guide-title {
	position: relative;
	font-weight: bold;
	font-size: 0.6rem;
	margin-top: 8px;
}

body.site-theatre .videoguide-card .guide-title a {
	font-size: 12px;
}

.videoguide-card .guide-title .video-see-more {
	margin-left: 4px;
}

.contact-field {
	padding: 8px;
}

.contact-field .form-control {
	border-radius: 0
}

.contact-submit {
	width: 155px;
	height: 40px;
	background-color: #A22D01;
	color: white;
	padding-left: 24px;
	padding-right: 24px;
}

body.site-theatre .contact-submit {
	padding: 13px 20px 13px 20px !important;
	height: initial;
	width: initial;
}

.btn-check:checked+label {
	opacity: 0.3;
}

.venue-filter-wrapper {
	position: relative;
}

.venue-filter-wrapper .filter-title {
	display: inline-block;
	position: absolute;
	font-weight: bold;
}

body.site-theatre .venue-filter-wrapper .filter-title {
	font-size: 17px;
}

.venue-filter-wrapper .venue_filtered_value {
	text-align: center;
}

#venue_year_filter {
	background-Color: #F2EBE9;
	border-radius: 15px;
	width: 100%;
	max-width: 440px;
	height: 22px;
	margin: 0 auto;
}

body.site-theatre #venue_year_filter {
	background-color: #dae6e0;
}

#venue_year_filter .ui-slider-range {
	background-Color: white;
	border-radius: 15px;
}

#venue_year_filter .ui-slider-handle {
	background-Color: #866167;
	border-radius: 15px;
	top: 0;
}

body.site-theatre #venue_year_filter .ui-slider-handle {
	background-color: #5e765c;
}

ul.infoWindowEventList {
	padding: 0;
	list-style-type: none;
}

.infoWindowListTitle a {
	color: black;
	text-decoration: none;
}

.infoWindowListTitle a:hover {
	color: #A22D01;
}

@media ( max-width : 767px) {
	.left-section, .right-section {
		padding-left: 16px;
		padding-right: 16px;
	}
	.top-section {
		padding-top: 140px;
		background-color: white;
	}
	.search-section {
		padding-top: 0px;
	}
	.all-stories-wrapper {
		padding: 16px 0;
	}
	.search-venue-wrapper {
		height: 48px;
	}
	.view-venues-wrapper {
		bottom: 8px;
		left: 0px;
	}
	#venue_year_filter {
		margin-top: 8px;
		margin-bottom: 24px;
	}
	.venue-filter-wrapper .filter-title {
		bottom: 32px;
	}
	.venue-filter-wrapper {
		margin-top: 24px;
	}
	.contact-submit {
		width: 100%;
	}
	.ausstage-number-section .number-link {
		padding: 4px 0;
	}
}

.goto-event-results {
	cursor: pointer;
}

.stripe {
 	background-color: #F2EBE9;
}

body.site-theatre .stripe {
 	background-color: #f1f2f1;
}

.browse-years-row {
	padding-bottom: 45px;
}

.browse-years-row .goto-event-results {
	width: 64px;
  	height: 64px;
  	border-radius: 50%;
  	bottom: 32px;
}

.learn-title {
	font-weight: bold;
}

body.site-theatre .learn-title {
	font-size: 3.5rem;
	margin-bottom: 30px;
}

.year-tab-container {
	width: 50px;
	height: 150px;
	position: relative;
}

body.site-theatre .year-tab-container {
	height: 300px;
	width: 100px;
}

.year-tab {
	display:inline-block;
	height: 100%;
	position:absolute;
	left:0px;
	right:0px;
	top:2px;
	bottom:2px;
}

.year-decades .year-tab {
	right: 10px;
}

.browse-years-row .year-decades .year-tab {
	right: 18px;
}

.year-tab-content {
	width: 100%; 
	height: 100%; 
	display: flex; 
	align-items: center; 
	transform: rotate(90deg);
	margin-top: -30px; 
	font-weight: bold; 
	font-size: 1.5rem;
}

.browse-years-row .year-tab-content {
	font-size: 50px;
	margin-top: -60px;
}

.browse-years-row .goto-event-results i {
	font-size: 33px;
}

.venue-marquee-section-row h3.section-title {
	font-size: 3.4rem;
  	line-height: 1.2;
}

.venue-marquee-section-row h4 {
	font-size: 2rem;
  	line-height: 1.4;
  	margin-top: 20px;
}

.browser-year-next, .browser-year-prev {
	cursor: pointer;
}

.marquee-divider {
	position: relative;
	background: black !important;
	content: " ";
	height: 21px;
	width: 2px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

.site-theatre .marquee-divider {
	margin: 0px 10px;
}

/* Color the google map cluster icon */
body.site-theatre .search-venue-section #map .gm-style > div > div > div > div > img { 
	filter: brightness(0) saturate(100%) invert(66%) sepia(14%) saturate(559%) hue-rotate(66deg) brightness(81%) contrast(79%);
}

.gmnoprint > button > div > img {
	filter: brightness(0) saturate(100%) invert(76%) sepia(28%) saturate(5526%) hue-rotate(125deg) brightness(103%) contrast(99%);
}

.search-section {
	min-height:500px;
	background-size: cover;
	background-position: center;
}

.link-arrow {
  display: inline-flex;
  width: 32px;
  height: 32px;
  color: #FFF;
  border-radius: 50%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

body.site-theatre .link-arrow {
	width: 38px !important;
  	height: 38px !important;
  	border-radius: 50% !important;
}

body.site-theatre .all-stories-wrapper span {
	font-size: 18px;
}

.view-venues-wrapper span {
	display: inline-block;
	font-weight: bold; 
	font-size: 0.75rem;
}

body.site-theatre .view-venues-wrapper span {
	font-size: 15px;
}

body.site-theatre .event-slider.slick-slider {
	padding-left: 15px;
}

body.site-theatre .browser-year-prev,
body.site-theatre .browser-year-next {
	font-size: 14px;
}

.brower-event-section > div {
	padding-top: 32px;
  	padding-left: 16px;
}

body.site-theatre .brower-event-section > div {
	padding-top: 0px;
}

.video-guides-block {
	margin-top: 32px; 
	padding-bottom: 8px; 
	position: relative;
}

.brower-event-section > div {
	padding-top: 32px;
  	padding-left: 16px;
}

body.site-theatre .brower-event-section > div {
	padding-top: 5px;
}

body.site-theatre .video-guides-block {
	margin-top: 5px;
}

body.site-theatre  .browser-videoguide-prev, body.site-theatre .browser-videoguide-next {
	font-size: 15px;
	cursor: pointer;
}

.video-title {
	font-weight: bold;
}

.guide-title {
	
}

body.site-theatre .video-title {
	font-size: 19px;
}

.video-description {
	font-size: 0.6rem;
	margin-top: 5px;
  	margin-bottom: 5px;
}

body.site-theatre .video-description {
	font-size: 12px;
}

.brower-event-section {
	position: relative;
}

.learn-more-link {
	margin: 20px 0;
	position: relative;
}

.learn-more-link .read-more {
	display: inline-flex;
	width: 32px;
	height: 32px;
	color: #FFF;
	border-radius: 16px;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

body.site-theatre .learn-more-link .read-more {
	border-radius: 50%;
	width: 39px;
	height: 39px;
}

body.site-theatre .learn-more-link {
	position: absolute;
	bottom: 10px;
}

.learn-more-a {
	font-size: 0.75rem; 
	font-weight: bold; 
	text-decoration: none;
}

body.site-theatre .learn-more-a {
	font-size: 15px;
}

@media(min-width: 992px){
	body .navbar {
		padding-top: 2rem;
	}	
}

.learn-section {
	background-color: #212121; 
	color: white;
	min-height: 300px;
}

.people-function-section {
	background-color: #212121; 
	color: white; 
	position: relative;
	width:50%;	
}

body.site-theatre .learn-navigation {
	position: absolute; 
	right: 16px; 
	top: 0px; 
	font-size: 0.75rem;
}

body.site-theatre .people-function-section {
	height: 650px;
}

body.site-theatre .number-link .number-count {
	color: white;
}

@media(max-width: 768px){
	.footer-link-wrapper li {
		width: initial;
	}
	
	.people-function-section {
		width:100%;
	}
	
	.search-venue-section {
		padding-top: 32px;
	}
	
	body.site-theatre .learn-navigation {
		top: 110px;
	}
	
	body.site-theatre .people-function-section {
		height: 450px;
	}
	
	body.site-theatre .browse-years-row .left-section {
		padding-top: 32px;
	}
}
