/**
*
* Theme Name: USH Theme
* Description: USH Header specific style.
* Author: Santhosh Gurala
*
**/


* {
 font-family:"Gotham A", "Gotham B";
}

.header-inner {
  width: 1176px;
  margin: 0 auto;
  width:1176px;
}

header-general-nav{
  width: 1176px;
  margin: 0 auto;
}

/* Utility Navigation Styling */

#navigation-utility {
  background: -moz-linear-gradient(to bottom,#005EC7 0,#0574F0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to bottom,#005EC7 0,#0574F0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,#005EC7 0,#0574F0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 9;
  height:60px;
  text-align: center;
}

.navigation-utility--tall#navigation-utility {
    height: 5.5rem;
}

#navigation-utility ul.utilities{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}

.navigation-utility--tall#navigation-utility ul.utilities {
    text-align: center;
}

#navigation-utility ul.utilities li{
  display: inline-block;
  cursor: pointer;
  padding: 0rem 1rem;
}

#navigation-utility ul.utilities li.right-arrow{
  background-image: url('/wp-content/themes/ush_theme/assets/images/icons/right.png');
  background-repeat: no-repeat;
  background-position: right;
}

#navigation-utility ul.utilities li a {
  text-decoration: none;
  /*padding: 0.5rem 0rem 0.5rem 1.5rem;*/
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
}

#navigation-utility ul.utilities li.weather {
  text-decoration: none;
  /*padding: 0.5rem 0rem 0.5rem 1.5rem;*/
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  cursor:default;
  padding: 0;
  text-align: left;
}

.navigation-utility--tall#navigation-utility ul.utilities li.weather {
    padding: 0 1rem;
}


#navigation-utility #header-logo, #navigation-utility #header-utilities {
    display: inline-block;
    *display: inline;
}

#navigation-utility #header-utilities{
  margin: 1.1rem;
}

.navigation-utility--tall#navigation-utility #header-utilities {
    margin: 2rem 1rem 0 1rem;
}

#navigation-utility #header-temperature {
    margin: 1.1rem 0;
    width: 130px;
}

.weather-icon{
  margin: 0.25rem;
  vertical-align: bottom;
  width:1rem;
  height:1rem;
}

/* Main Navigation Styling */

#navigation-main {
  background: #162878;
  z-index:9;
  height: 100px;
  position: absolute;
  width:100%;
}

#navigation-main #container {
    margin: 0 auto;
}

#navigation-main #container ul.tabs{
  margin-left: 0rem;
  padding: 0rem !important;
  list-style: none;
  float: right;
  padding-right: 3rem !important;
}

#navigation-main #container ul {
  margin-left: -6rem !important
}


#navigation-main #container ul.tabs li{
  font-weight: 600;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  padding: 2.05rem 1rem 1.7rem 0.25rem;
}

#navigation-main #container ul.tabs .search-tab {
    width: 120px;
    padding-top: 2rem;
    padding-bottom: 1.95rem;
}

#navigation-main #container ul.tabs .search-icon-active {
    display: none;
}

#navigation-main #container ul.tabs li.down-arrow{
  /*background-image: url('/wp-content/themes/ush_theme/assets/images/icons/down.png');*/
  background-repeat: no-repeat;
  background-position: 90% 85%;
}

#navigation-main #container ul.tabs li.current{
  /*background-image: url('/wp-content/themes/ush_theme/assets/images/icons/up.png');*/
  background-repeat: no-repeat;
  background-position: 90% 85%;
  background-color: #fff;

}

#navigation-main #container ul.tabs li.current a,
#navigation-main #container ul.tabs li.current .uo-arrow-down,
#navigation-main #container ul.tabs li.current .uo-arrow-up,
#navigation-main #container ul.tabs li.current #header-tickets-search p {
    color: #14283c;
}

#navigation-main #container ul.tabs li.current #header-tickets-search .search-icon-active {
    display: inline-block;
}

#navigation-main #container ul.tabs li.current #header-tickets-search .search-icon {
    display: none;
}

#navigation-main #container .tab-content{
  display: none;
  background: #162b75;
  min-height: 25rem;
  width: 1176px;
}

#navigation-main #container .tab-content.search-tab {
    min-height: 5rem;
}

#navigation-main #container .tab-content.search-tab #header-search-form {
    margin-top: 2rem;
}

.sub-menu-text a {
  color: #fff;
  font-weight : bold;
  font-size: 2.3rem;
}

.sub-menu-text-padding{
  padding-left:3rem;
}

.secondary-sub-menu-text, .secondary-sub-menu-text a {
  color: #fff;
  line-height:2 !important;
}

.secondary-sub-menu-image-section{
  margin-top: 2.5rem;
}

.secondary-sub-menu-image-background {
  width : 15rem;
  height : 12rem;
}

#secondary-sub-menu-image-transbox {
    height: 8rem;
	padding:1rem 2rem;
    text-align: center;
    width: 16rem;
}
#tab-3 #header-main-secondary-sub div div div div span,
#tab-4 #header-main-secondary-sub div div div div span{
	position: relative;
    width: 12rem;
	top: 1rem;
}

#secondary-sub-menu-image-transbox span a {
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
}

.secondary_special_sub_navigation_logo {
  height: 10rem;
  vertical-align: middle;
  width: 15rem;
 /* padding-left: 2rem;*/
}

.secondary_special_sub_navigation_logo_studio_tour {
  height: 7.5rem;
  vertical-align: middle;
  width: 12rem;
  margin-left:1.75rem;
}

#header-main-secondary-sub hr {
  margin-bottom : 0.5rem !important;
}

#navigation-main #container .tab-content.current{
  display: inherit;
}


#navigation-main #container .tab-content #header-main-sub, #navigation-main #container .tab-content #header-main-secondary-sub {
  display: inline-block;
  *display: inline;
}

#navigation-main #container .tab-content #header-main-sub {
  width: 70%;
  padding: 2rem 1rem 1rem 0rem;
}

#navigation-main #container .tab-content #header-main-secondary-sub {
  width: 30%;
  vertical-align:top;
  padding: 2rem;
  height: 25rem;
  line-height : 2rem;
  background: -moz-linear-gradient(to left,#162b75 0, #162b75 95%, #14283c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(to left,#162b75 0, #162b75 95%, #14283c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left,#162b75 0, #162b75 95%, #14283c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#navigation-main.fixed {
  position:fixed;
  top:0;
  width:100%;
}

#masthead.fixed {
  position:fixed;
  top:0;
  width:100%;
  z-index:20;
}

#navigation-main #container ul li .uo-arrow-down{
	color:#FFF;
	font-size:1rem;
	font-weight: 600 !important;
	    line-height: 1.25rem !important;
}
#navigation-main #container ul li .uo-arrow-up{
	display:none;
	color:#FFF;
	font-size:1rem;
	font-weight: 600 !important;
	line-height: 1.25rem !important;
	margin-left:.3rem;
	vertical-align:middle;
}
#cpicker,#vippicker,#annualpicker{
	background-image: url("/wp-content/themes/ush_theme/assets/images/icons/calendar_icon.jpeg");
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    box-sizing: border-box;
    margin-top: 0;
    width: 378px;
}
#sub-container {
  background: #162b75;
  position: absolute;
  z-index: 9;
  width: 100%;
  margin-top: 38px;
}

#navigation-main #container #main-navigation-band.current {
  background: #14283c;
  min-height: 0.5rem;
}

#navigation-main #container .tab-content.current{
  display: inherit;
}

#navigation-main #container .header-general-nav, #navigation-main #container .header-tickets-search-nav{
  display: inline-block;
  *display: inline;
}

#navigation-main #container .header-general-nav{
  width:84%;
}

#navigation-main #container .header-tickets-search-nav{
  width:185px;
}

#navigation-main #container #header-tickets-search .search-icon, #navigation-main #container #header-tickets-search p{
    display: inline-block;
}

.main-menu-logo{
   height:4rem;
   width:130px;
   padding: 0 !important;
   margin-top: 10px;
}

.search-icon,
.search-icon-active {
  width:2.5rem;
  /* height:2.5rem; */
  vertical-align: middle;
}

/* Main Navigation Buy Tickets Nav and Panel */

.header-tickets-search-nav, .header-tickets-search-nav #header-tickets-nav, .header-tickets-search-nav #header-tickets-search {
  display: inline-block;
  height: 55px;
}

.header-tickets-search-nav #header-tickets-nav {
  background-color: #fff;
  width:100%;
  border-radius: 10px;
  margin-top: 22.5px;
 /* background-image: url(/wp-content/themes/ush_theme/assets/images/icons/double_down_blue.png);
  background-repeat: no-repeat;
  background-position: 90% 85%; */
}

.header-tickets-search-nav #header-tickets-nav #header-tickets-nav-text{
  cursor: pointer;
  font-weight: 600;
  color: #005EC7;
  text-transform: uppercase;
  width: 70%;
  padding: 0.8rem 0rem 0.1rem 1rem;
}

.header-tickets-search-nav #header-tickets-search {
  cursor: pointer;
  font-weight: 200;
  color: #fff;
  width:27%;
  vertical-align:top;
}

.header-tickets-search-nav #header-tickets-panel {
  position:absolute;
  display: none;
  background: #fff;
  z-index:18;
  width:inherit; /*value to be adjusted*/
max-width: 26rem; /*value to be adjusted*/
  /*min-height: 29rem;  /*value to be adjusted*/
  margin-left: -197px;
  width:500px;
  box-shadow: 3px 0.125rem 0.1875rem 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  height:auto;
}


@media only screen and (max-width: 1366px) and (min-width: 900px) {

.header-tickets-search-nav #header-tickets-panel #tab2 {
  position:absolute;
  display: none;
  background: #fff;
  z-index:18;
  width:inherit; /*value to be adjusted*/
  max-width: 26rem; /*value to be adjusted*/
  /*min-height: 29rem;  /*value to be adjusted*/
  /*margin-left: -197px;*/
  width:500px;
  box-shadow: 3px 0.4rem 0.1875rem 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  height:auto;
  max-height:28rem;
  overflow-y:scroll;
}

}

/*To be cleaned up */

/*

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-itrem > a,
.navigation-top .current_page_itrem > a {
	color: #767676;
}

*/

/* Style the tab */
div.byticketstab {
    overflow: hidden;
    border-top: 4px solid #162B75;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.byticketstab button {
	width:33.3%;
    background-color:#ddd;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 0px 10px 10px;
    transition: 0.3s;
    font-size: 11px;
    color: #046fe6;
    text-align: left;
    /*background-image: url('/wp-content/themes/ush_theme/assets/images/icons/down.png'); */
    background-repeat: no-repeat;
    background-position: 97% 91%;
	box-shadow: 4px 0.125rem 2.1875rem -4px rgba(0, 0, 0, 0.3)
   /* background-color:rgba(219,218,217,.8);*/
}

/* Change background color of buttons on hover
div.byticketstab button:hover {
    background-color: #bbb;
}*/

.vip-avail li span.uo-ok-circled{
	 color: darkblue;
     margin-right: .5rem;
     vertical-align: middle;
	 margin-left: -1rem;
}
.vip-avail li span.vip-text-bar{
	display: block;
	padding-left: .5rem;
    margin-top: -22px;
}

/* Create an active/current tablink class */
div.byticketstab button.active {
    background-color: #fff;
	color:rgb(22, 43, 117);
}
div.byticketstab button.active .uo-arrow-down{
color:rgb(22, 43, 117);
}

/* Style the tab content */
.byticketstabcontent {
    display: none;
    padding: 18px 21px;
    border: 1px solid #ccc;
    border-top: none;
    height: auto;
}

.vip-avail{
list-style-type:none;
}


/*******Buy Ticketsi Widget Style Start ********/


.header-tickets-search-nav .imghvr-hinge-up {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
}

.header-tickets-search-nav #header-tickets-panel .imghvr-hinge-up .flipout {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);

}
.uo-arrow-right{
        height: 1.8rem;
    vertical-align: middle;
}

/* buytickets-segments.php */
.uo-arrow-down{
color: #036ce2;
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 0.3rem;
}

label {

    color:#00000;
    border-radius:8px;
    padding:1em;
    margin:1em;
    cursor:pointer;
    display: inline-block;
    width: 90%;
    font-size: 11px;
    font-weight: 900;
}

/*label:hover {
    background:#ccc;
} */

input {
    margin-right:1em;
}
.divlabel {
    margin: -27px 1px 0px -3px;
    padding: 0;
    width: 373px;
    background-color:#dfdede;
}




/* annualseasonpasses.php */

label {

    color:#00000;
    border-radius:8px;
    padding:.5em;
    margin:0em;
    cursor:pointer;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
    font-family: Arial,sans-serif;
}
.tickets-header{
	font-weight: 500;
    font-size: .9rem;
	margin-left:.2rem;
}
label:hover {

}

.ticketsinput {
    margin-right:1em;
	vertical-align:middle;
}
.ticketlabel {
    margin: -9px 1px 0px -2px;
    padding: 0;
    width: 378px;
    background-color:#ebebeb;
}
/*.ticketlabel label input{

	width: 0.8rem;
    height:0.8rem;
    margin: 0;
    outline: 0;
    line-height: normal;
    cursor: pointer;
     border: .12rem solid #036ce2;
    -webkit-transition: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    border-radius: 50%;
    vertical-align: middle;
} */



.ticketlabel label  input[type=radio]:checked + label:before{
 color:#036ce2 ;
}

.ticketlabel label input:hover{
	box-shadow: inset 0 0px #ccc !important;
}


.ticketlabel label input:focus{
	box-shadow: inset 0 0px #449fdb !important;
}
.active label input::after{
 width: .75rem;
    height: .75rem;
    top: .125rem;
    left: .125rem;
}

.ticketlabel label input::after{
content: '';
    position: absolute;
    top: .4375rem;
    left: .4375rem;
    width: 0;
    height: 0;
    background: #036ce2;
    border-radius: 100%;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.ticketdescription {
    position: relative;
    font-size: 12px;
    margin: -18px 0px 8px 25px;
    font-weight: normal;
    color: #A5A5A5;
    line-height: 1.25;
}
.ticketlabel.active{
   box-shadow: 0px 0.125rem 0.1875rem 0px rgba(0, 0, 0, 0.3) inset;
   background-color:#fff;

}


#header-tickets-panel #tab3 .ticketlabel ul.vip-avail{
    margin-left: -7.2rem !important;
}

.calendarlabel{
   margin-top: 9px;
   font-weight: bold;
   margin-bottom: 4px !important;
}

.datepicker input{
    border: 2px solid #484646 !important;
    height: 33px !important;
    background-repeat: no-repeat;
    background-position: 97% 91%;
    margin-top: -15px;
    width: 10rem;
}

.datepicker .calendar tr .disabled{
	color:#aaa !important;
}

.datepicker{
	position:fixed !important;
}

.datepicker table.calendar{
	top :-19rem !important;
	width:376px !important;
}

 @-moz-document url-prefix() {
     .datepicker table.calendar{
        top :-19.6rem !important;
     }
 }

.datepicker .calendar .pMDate, .datepicker .calendar .nMDate, .datepicker .calendar .nMDate.disabled, .datepicker .calendar .pMDate.disabled{
	color:#fff !important;
}

.datepicker .calendar .nMDate{
	color:#fff !important;
}

.calendar .date:not(.disabled):hover, .calendar .pMDate:not(.disabled):hover, .calendar .nMDate:not(.disabled):hover, .calendar .month:hover { background-color: #FFF; !important }


.ticketfooter{
   font-size: 14px;
}

.ticketfooter a {
   font-weight: 500;
   text-decoration:none;
   color: #036ce2;
}

.continue input{
    background-image: url('/wp-content/themes/ush_theme/assets/images/continue.png') transparent center no-repeat !important;
}
.continue {
	margin-top:3.6rem;
}
.calendarpicker{
position: relative;
}
.uo-calendar-c{
	color: #026ce2;
    float: right;
    font-size: 1.5rem;
    position: absolute;
    left: 10.3rem;
	  cursor: pointer;
}



/* vipexperience.php */

.ticketlabel ul {
   font-family: Arial,sans-serif;
   font-size: 14px;
   list-style-image: url('/wp-content/themes/ush_theme/assets/images/bluetick.png') !important;
   padding-left: 137px;
   font-weight: normal;
}



/*******Buy Tickets Widgets Style End ********/



/*****loader****/

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(37,28,255, 0.2);
  border-right: 1.1em solid rgba(37,28,255, 0.2);
  border-bottom: 1.1em solid rgba(37,28,255, 0.2);
  border-left: 1.1em solid #036ce2;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Calendar park hours styles start*/
.calendar-dates tr td.activedate ul li.early-hours span{
font-size:11px;
}
.calendar-dates tr td.currentdate ul li.early-hours span{
font-size:11px;
color:#FFF !important;
}
.calendar-dates tr td.activedate ul.citywalk span{
	margin-right: 1.3rem;
    font-size: 11px;
}
.calendar-dates tr td.activedate ul.citywalk{
    margin-top: -.6rem;
}
.calendar-dates tr td.activedate ul.citywalk{
    margin-top: -.6rem;
}
/* Calendar park hours styles end*/



/*
#header-tickets-panel #tab1 .calendarpicker .datepicker #prev{
       background-color: red;
}
*/


.ripple{
  overflow:hidden;
}

.ripple-effect{
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}


@keyframes ripple-animation {
    from {
      transform: scale(1);
      opacity: 0.4;
    }
    to {
      transform: scale(100);
      opacity: 0;
    }
}


