@charset "UTF-8";

#calendar_container{
	position: relative;
/* 	padding: 15vh 5vw; */
	width: 100vw;
}

#calendar_height{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

/*
.calendar_title{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
}
.calendar_title img{
	width: 100%;
	height: auto;
}
*/




/* CALENDAR */
#tickets_bg {
	background-position: center center;
}

#tickets_logo {
	position: fixed;
	left: 8vw;
	width: 20vw;
	max-width: 400px;
	top: 70vh;
}

#tickets_logo img {
	width: 100%;
	height: auto;
}


/*
#calendar_container{
	position: relative;
	top: 0;
	left: 50%;
	width: 48vw;
	max-width: 950px;
/* 	height: 100vh; * /
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 900px;
	padding: 70px 0 50px;
}
*/


#calendar_container .title .image {
	width: 100%;
	margin-bottom: 20px;
}

#calendar_container .title .image img {
	width: 100%;
	height: auto;
}

#zones_section{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
#zones_container{
	position: relative;
}


#zones_menu {
	position: absolute;
	left: -178px;
	width: 198px;
	top: 80px;
/*
	pointer-events: none;
	opacity: 0;
*/
	transform: translateY(15px);
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

#zones_menu.active {
	opacity: 1;
	transform: translateY(0px);
	pointer-events: all;
}

.zones_container {
	font-size: 13px;
	overflow: hidden;
	height: 0;
	transition: height 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

.zones_container .zone_item {
	padding-left: 20px;
	position: relative;
}

.zones_container .zone_item:before {
	content: '';
	width: 13px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 3px;
}

.zones_container .zone_item:first-child {
	margin-top: 15px;
}

.zones_container .zone_item:last-child {
	margin-bottom: 15px;
}

#zones_menu .inner-sales,
#theatre_menu .inner-sales {
	cursor: default;
}

#zones_menu .inner-sales:hover,
#zones_menu .inner-sales:hover .sales-link {
	transform: scale(1) !important;
}

#zones_menu .zones_btn,
#zones_menu .zone_item {
	cursor: pointer;
}

#zones_menu .zones_btn {
	font-size: 18px;
	line-height: 18px;
}

#zones_menu .zones_btn .fa {
	position: relative;
	top: 1px;
	font-size: 16px;
	left: 2px;
}

#zones_menu .zone_item {
	cursor: pointer;
	opacity: 0.75;
}

#zones_menu .zone_item.active,
#zones_menu .zone_item:hover {
	opacity: 1;
}

.zones_btn.active i {
	transform: rotate(90deg)
}

#zones {
	position: relative;
/*
	display: none;
	opacity: 0;
	transform: scale(1.1);
	pointer-events: none;
	left: 0;
	top: 0;
*/
	width: 100%;
	height: 100%;
	text-align: center;
/* 	padding-top: 100px; */
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

#zones.active {
	opacity: 1;
	transform: scale(1);
	pointer-events: all;
}

#zones_title{
	margin: 10vh auto 0;
}

#zones .zone {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	max-width: 700px;
	opacity: 0;
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

#zones .zone.active {
	opacity: 1;
}

#zones .zone img {
	max-width: 100%;
	height: auto;
}

.zone_sizer {
	position: relative;
	opacity: 0;
/* 	max-width: 700px; */
	width: 100%;
}

.zone_sizer img {
	max-width: 100%;
	height: auto;
}

#promotions_menu {
	position: absolute;
	left: -188px;
	width: 178px;
	top: 80px;
	opacity: 0;
	pointer-events: none;
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

#promotions_menu.active {
	opacity: 1;
	pointer-events: all;
}


#calendar_height {
	position: relative;
	width: 100%;
	/*
	height: 55vh;
	min-height: 620px;
*/
}

#calendar {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	opacity: 0;
	transition: opacity 800ms, width 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
}

#calendar.active {
	opacity: 1;
}

#calendar_bottom_ornament {
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20vh;
}

#calendar_bottom_ornament img {
	width: 100%;
	height: auto;
}

#calendar_notice_container {
	position: relative;
}

#calendar_notice {
	position: relative;
	display: block;
	padding: 0px 30px;
	background-image: url("../img/paper_bg.jpg");
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 50px;
	/* 	border: 2px solid #b08c35; */

}

/*
#calendar_notice:before{
	content: '';
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    left: 0;
    top: 0;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: inset 0.1em 0.1em 0.1em 0 rgb(83 46 112 / 10%), inset -0.1em -0.1em 0.1em 0 rgb(224 201 242 / 10%);
    opacity: 0.5;
    pointer-events: none;

}
*/

#calendar_notice p {
	margin: 0;
}

#tooltip_container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;

}

.tooltip_event {
	position: fixed;
	text-align: center;
	width: 100%;
	max-width: 300px;
	padding: 15px;
	font-size: 15px;
	line-height: 16px;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);

	border: 2px solid #C98C37;
	border-radius: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	background-color: #353d90;
	transition: transform 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	/* easeInOutQuart */
	transform: scale(0);
	transform-origin: bottom right;
}

#tooltip_container.active .tooltip_event {
	transform: scale(1);
}

.tooltip_event:after {
	content: '';
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	background-color: #000;
	border-right: 2px solid #C98C37;
	border-bottom: 2px solid #C98C37;
	z-index: -1;
	background-color: #353d90;
	top: calc(100% - 10px);
	position: absolute;
	right: 20px;
	pointer-events: none;

}



.fc-header-toolbar {}

.fc-toolbar h2 {
	font-size: 24px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	text-transform: uppercase;
	font-family: 'interstate_bold';
	color: #fff;
}

.fc-header-toolbar .fc-button,
.fc-header-toolbar .fc-button:active {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	background-color: transparent;
	border: 0;
}

.fc-header-toolbar .fc-button:disabled {
	opacity: 0.5;
	background-color: transparent;
	border: 0;
}

.fc-icon {
	font-family: 'FontAwesome' !important;
}

.fc-widget-header {
	border: 0;
	border-width: 0 !important;
}

.fc-widget-header .fc-day-header {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	border: 0;
	border-width: 0;
	padding: 0 0 10px 0 !important;
	font-family: 'interstate_bold';
}

.fc td,
.fc th {
	border-width: 1px;
}

.fc-day-header {
	font-weight: initial;
}

fc-scroller {
	overflow-y: hidden !important;
}

.fc-day {
	position: relative;
	background: none !important;
}

.fc-day:after {
	content: "";
	position: absolute;
	left: 3%;
	top: 3%;
	width: 94%;
	height: 94%;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 10px;
}

.fc-unthemed td.fc-today {
	color: #000;
}

.fc-unthemed td.fc-today:after {
	background: rgba(227, 187, 26, 0.9) !important;
}

.fc-widget-content,
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead,
.fc-bg .fc-day {
	border: 1px solid rgba(0, 0, 0, 0);
}

.fc-bg .fc-day::after {
	border-width: 1px;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: rgb(47 27 137 / 70%);
}

.fc-day-top .fc-day-number {
	font-size: 20px;
	line-height: 40px;
	margin: 0 10px;
	font-family: 'interstate_bold';
	color: #fff;
}

td.fc-event-container {
	padding: 3px 5px;
	vertical-align: bottom;
}

.fc-content-skeleton .fc-title {
	display: none;
	opacity: 0;
	pointer-events: none;
}
.fc-content-skeleton .fc-title.show{
	display: block;
	opacity: 1;
	pointer-events: none;
}

.fc-event,
.fc-event-dot {
	background-color: transparent;
}

.fc-event,
.fc-event:focus,
.fc-event:visited {
	font-size: min(0.8vw, 14px);
	line-height: 0.8vw;
	padding: 3px 0;
	border-radius: 10px;
	border: 2px solid #fff;
	background-color: #a98bb9;
	text-align: center;
	color: #fff;
	width: 80%;
	position: relative;
	margin: 0 auto;
	pointer-events: all;
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	font-family: 'interstate_bold';

}

.fc-event:hover,
.fc-event.active {
	background-color: #9d67b9;
	color: #fff;
	transform: scale(1.1)
}


.fc-event.no-show {
	opacity: 0 !important;
	pointer-events: none !important;
	display: none;
}



#pano_container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#pano_container.in {
	display: flex;
}

#pano_body {
	position: relative;
	width: 70%;
	height: 60%;

}

#pano {
	position: relative;
	width: 100%;
	height: 100%;
	border: 3px solid gold;
	overflow: hidden;
}

#pano_iframe {
	position: relative;
	width: 100%;
	height: 100%;
}

#close_pano {
	position: absolute;
	right: -10px;
	top: -50px;
}

#close_pano_btn {
	font-size: 40px;
	color: #ffd700;
	cursor: pointer;
}

#view360 {
	position: relative;
	width: 150%;
	left: -50%;
	transition: transform 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}

#view360:hover {
	transform: scale(1.05);
}

#open_360 {
	position: relative;
	width: 100%;
	cursor: pointer;
}

#open_360 img {
	width: 100%;
	height: auto;
}

#calendar_menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	display: none;
}

#calendar_menu .item {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	opacity: 0.7;
	font-size: 13px;
	cursor: pointer;
	transition: opacity 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}

#calendar_menu .item.active,
#calendar_menu .item:hover {
	opacity: 1;
}

#calendar_menu .item:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: center center;
	transition: transform 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* easeOutQuart */
}

#calendar_menu .item.active:after,
#calendar_menu .item:hover:after {
	transform: scaleX(1);
}

.mobile_title {
	display: none;
}

.sales-txt .discount_number {
	font-size: 30px;
	line-height: 25px;
}


@media(max-width:1700px) {
	
	#promotions_menu{
		transform: scale(0.9);
		transform-origin: top;
	}
}

@media(max-width:1300px) {
	.fc-toolbar h2 {
		font-size: 20px;
	}

	#calendar_menu {
		top: -1px;
	}

	#calendar_menu .item {
		margin: 0 2px;
		font-size: 12px;
	}
	#promotions_menu{
		transform: scale(0.8);
		transform-origin: top;
	}
	#calendar_height{
		max-width: 600px;
	}
	#zones_container {
	    position: relative;
	    max-width: 650px;
	    margin: 0 auto;
	}
}
@media(max-width:1100px){
	#zones_container {
	    max-width: 550px;
	}
}

@media(max-width:992px) {
	
	#calendar_height {
    	max-width: 100%;
	}
/*
	.calendar_title {
	    max-width: 350px;
    }
*/
	#calendar_menu {
		top: 0px;
		position: relative;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	#calendar_menu .item {
		margin: 0 2px;
		font-size: 14px;
	}

	#calendar_container .title .image {
		margin-bottom: 0px;
	}

	.fc-toolbar {
		justify-content: center;
	}
	#promotions_menu{
		transform: scale(0.7);
		transform-origin: top;
	}

	/*
	#calendar_container {
	    left: 0;
	    width: 100vw;
	    height: auto;
	    padding: 70px 0 50px;
	    margin-bottom: 100px;
    }
*/
	#calendar_height {
		height: auto;
	}

	#calendar {
		padding: 0 10px;
		margin-bottom: 20px;
		opacity: 1;
		margin-top: 30px;
	}

	#calendar_bottom_ornament {
		margin-top: 0px;
	}

	#promotions_menu,
	#zones_menu {
		position: relative;
		left: 0;
		width: 100%;
		top: 0;
		opacity: 1;
		text-align: center;
		margin-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#promotions_menu{
		transform: scale(1);
		transform-origin: top;
	}
	.inner-sales {
		display: inline-block;
		margin: 0 5px 10px;
		max-width: 250px;
		width: 45%;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 13px;
	}

	.sales-txt .discount_number {
		font-size: 20px;
		line-height: 20px;
	}

	.sales-txt .discount_flex {
		font-size: 12px;
		line-height: 14px;
	}

	#view360 {
		position: relative;
		width: auto;
		left: 0;
		max-width: 180px;
	}

	.page-template-temp_tickets #disney_copyright {
		position: absolute;
		right: 8px;
		bottom: 100px;
	}

	/*
	#tickets_logo{
		display: none;
	}
*/
	.fc-event,
	.fc-event:focus,
	.fc-event:visited {
		font-size: 1.5vw;
		line-height: 1.5vw;
	}

	#calendar_menu {
		margin-bottom: 40px;
		margin-top: 10px;
	}
	
	#zones_container {
    	max-width: 100%;
	}
	
	#zones_menu {
		opacity: 1;
		transform: translateY(0px);
		pointer-events: all;
		margin-top: 20px;
	}

	#zones {
		opacity: 1;
		transform: scale(1);
		pointer-events: all;
		position: relative;
		display: block;
		background-color: rgba(255, 255, 255, 0.2);
		border-radius: 20px;
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}

	.zones_container {
		height: auto !important;
	}
	#zones_menu .zones_btn .fa{
		display: none;
	}

	#tickets_logo {
		position: absolute;
		left: 0 !important;
		right: 0 !important;
		width: 35vw !important;
		max-width: 400px;
		top: 20px !important;
		margin: 0 auto;
		display: block;
		z-index: 100;
	}

	#tickets_bg {
		background-position: top center;
/* 		position: absolute; */
	}

	/*
	#calendar_container {
    	margin-top: 37vh;
	}
	#calendar_container .section_title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#calendar_container .section_title p{
		margin-bottom: 0;
	}
*/

/*
	#tickets_bg {
		opacity: 1 !important;
		height: 70vh;
		min-height: auto;
		background-image: url("../img/tickets_mobile_bg.jpg") !important;
	}

	#tickets_bg:after {
		content: '';
		position: absolute;
		bottom: -200px;
		left: 0;
		width: 100%;
		height: 400px;
		background-image: url("../img/bg_conector.png");
		background-size: cover;
		background-position: center cente;
	}
*/

	body.page-template-temp_tickets {
		background-image: url("../img/purple_bg.jpg") !important;
		background-size: cover;
		background-position: center center;
	}

	.section_title h1 {
		font-size: 50px;
		line-height: 50px;
	}

	#calendar_container .title .image,
	#calendar_bottom_ornament {
		margin-bottom: 15px;
		padding: 0 20px;
		display: none;
	}

	#calendar_menu {
		display: none;
	}

	#promotions_menu {
		margin-top: 10px;
	}

	#calendar_notice_container {
		margin-bottom: 30px;
	}

	.mobile_title {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.mobile_title h1 {
		font-size: 18px;
	}

	.fc-toolbar h2 {
		font-size: 18px;
		mix-blend-mode: difference;
	}

	#zones_menu .inner-sales {
		align-items: flex-start;
	}

	#zones_menu .zones_btn {
		font-size: 16px;
		line-height: 16px;
	}
}

@media(max-width:600px) {
/*
	.calendar_title {
    	width: 80%;
    }
*/
    
	.fc-event,
	.fc-event:focus,
	.fc-event:visited {
		font-size: 2.5vw;
		line-height: 3vw;
		font-family: 'interstate_regular';
	}

	.fc-day-top .fc-day-number {
		font-size: 12px;
		line-height: 24px;
	}

/*
	.fc-bg .fc-day::after {
		background-color: rgba(255, 255, 255, 0.5);
	}
*/

	#calendar_notice_container {
		text-align: center;
		margin-bottom: 10px;
	}

	#calendar_notice {
		width: 90%;
		margin: 0 auto;
		font-size: 12px;
		padding: 10px 15px;
	}

	/*
	#calendar_container{
		min-height: auto;
	}
*/

	.fc-event,
	.fc-event:focus,
	.fc-event:visited {
		font-size: 8px;
		line-height: 11px;
		border-radius: 5px;
	}

	#pano_body {
		position: relative;
		width: 90%;
		height: 50%;

	}

	.inner-sales {
		max-width: 110px;
		padding: 12px 5px;
	}

	#zones_menu .inner-sales {
		max-width: initial;
		text-align: left;
		padding: 20px 12px 5px;
	}

	.zones_container {
		font-size: 12px;
		line-height: 20px;
	}

	.sales-txt .fa,
	.zones_btn .fa,
	.theatre_btn .fa {
		display: none;
	}

	.sales-txt .discount_flex,
	.inner-sales {
		font-size: 11px;
		line-height: 14px;
	}

}
@media(max-height:850px) {
	#calendar_bottom_ornament{
		margin-bottom: 40vh;
	}
}

@media(max-height:750px) {
	#tickets_logo {
		top: 520px;
		left: 9vw;
		max-width: 320px;
	}

	#calendar_notice p {
		font-size: 13px;
	}
}

@media(max-height:700px) {
	#tickets_logo {
		left: 10vw;
		max-width: 250px;
		top: 510px;
	}
}

@media(max-height:650px) {
	#tickets_logo {
		left: 10vw;
		max-width: 210px;
		top: 460px;
	}
}


