@font-face {
    font-family: DisneyScript;
    src: url("fonts/wds052801.ttf");
}

.single-lp_page .td-crumb-container {
    min-height: 0;
    padding: 0;
    margin: 0;
    padding-top: 30px;
}

.single-lp_page .td-post-content {
    margin-top: 0;
}

.content-lp_dailyparkpage {
    text-align: center;
    vertical-align: bottom;
}

.content-lp_dailyparkpage .weather {
    text-align: center;
    margin: auto;
}

.content-lp_dailyparkpage img {
    margin:  0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.content-lp_dailyparkpage table tr td {
    border: 0;
}

.content-lp_dailyparkpage .header {
    text-align: center;
    padding: 0;
    font-weight: bold;
}

.content-lp_dailyparkpage h1 {
    font-size: 36px;
    font-weight: bold;
    padding-top: 10px;
    margin: 0;
}
.content-lp_dailyparkpage h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.content-lp_dailyparkpage h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.content-lp_dailyparkpage .linksection {
    text-align: left;
}

.content-lp_dailyparkpage .schedules .parkname {
    font-weight: bold;
}

.content-lp_dailyparkpage .schedules .parkschedule {
    text-align: left;
    font-size: 12px;
}

.content-lp_dailyparkpage .schedules .parkschedule table {
    border-collapse: collapse;
    border-spacing: 0;
}

.content-lp_dailyparkpage .schedules .parkschedule td {
    text-align: left;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.content-lp_dailyparkpage .schedules .parkschedule tbody tr:nth-child(odd) {
    color: blue;
}

.content-lp_dailyparkpage .schedules .parkschedule tbody tr:nth-child(even) {
    color: black;
}

.content-lp_waittimes .selector {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.content-lp_waittimes .selector select {
    font-weight: normal;
}

.content-lp_waittimes .header {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.content-lp_waittimes .lp_attraction tbody td {
    font-size: 90%;
    border: 1px black solid;
}

.content-lp_waittimes .statusdown {
    color: red;
}

.xxxcontent-lp_waittimes .lp_attraction tbody tr:nth-child(odd) {
    color: #042d70;
}

.xxxcontent-lp_waittimes .lp_attraction tbody tr:nth-child(even) {
    color: #021b42;
}

.content-lp_hours .enhance {
    font-weight: bold;
}

.content-lp_hours .hide {
    display: none;
}

.content-lp_hours .options {
    border: 1px solid black;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 20px;
    width: 80%;
}

.content-lp_hours .options .optionsa {
    float: left;
    padding-right: 30px;
}

.content-lp_hours .options .optionsb {
    float: left;
}

.content-lp_hours table tr td {
    border: none;
    padding: 0;
}

.content-lp_hours .lp_park {
    margin-bottom: 0;
}

.content-lp_hours .lp_oneday .lp_date {
    text-align: center;
    font-weight: bold;
}

.content-lp_hours .lp_oneday {
    font-size: 14px;
    padding-bottom: 35px;
}

.content-lp_hours .lp_oneday .lp_park {
}

.content-lp_hours .lp_oneday .lp_park_schedule {
    margin-left: 20px;
    font-size: 13px;
    display: none;
}

.content-lp_hours .lp_oneday .lp_park_schedule tbody td {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}

.content-lp_hours .selector {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
    font-weight: bold;
}

.content-lp_hours .selector select {
    font-weight: normal;
}

.content-lp_hours .lp_oneday .lp_park_schedule tbody tr:nth-child(odd) {
    color: #042d70;
}

.content-lp_hours .lp_oneday .lp_park_schedule tbody tr:nth-child(even) {
    color: #021b42;
}

.content-lp_park {
    text-align: center;
}

.content-lp_park .td-block-row {
    margin-bottom: 50px;
}

.content-lp_park h1 {
    text-align: center;
}

.content-lp_park h3 {
    color: white;
    padding-left: 10px;
    
  /* can be treated like a fallback */
  background-color: red;

  /* will be "on top", if browser supports it */
  background-image: linear-gradient(90deg, red, white);

  /* these will reset other properties, like background-position, but it does know what you mean */
  background: red;
  background: linear-gradient(90deg, red, white);
}


.content-lp_park .featuredimage img {
    position: relative;
    border-radius: 22px;
}

.content-lp_park h4 {
    position: absolute;
    top: 180px;
    width: 100%;
}

.content-lp_park h4 a,
.content-lp_park h4 a:hover {
    text-decoration: none;
}

.content-lp_park h4 span {
    font-family: DisneyScript;
    letter-spacing: 2px;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 56px;
    padding: 0;
}

.content-lp_park .land {
    text-align: center;
    font-weight: bold;
}

.content-lp_park .land .details {
    margin-top: -010px;
    font-weight: normal;
    font-size: 12px;
}



.content-lp_land h1 {
    text-align: center;
}

.content-lp_land h3 {
    color: white;
    padding-left: 10px;
    text-align: left;
    
  /* can be treated like a fallback */
  background-color: red;

  /* will be "on top", if browser supports it */
  background-image: linear-gradient(90deg, red, white);

  /* these will reset other properties, like background-position, but it does know what you mean */
  background: red;
  background: linear-gradient(90deg, red, white);
}

.content-lp_land h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.content-lp_land .attractions {
    text-align: center;
    font-weight: bold;
}

.content-lp_land .attractions .details {
    margin-top: -010px;
    font-weight: normal;
    font-size: 12px;
}

.content-lp_land .attractionfeaturedimage img {
    border-radius: 22px;
}

.content-lp_attraction h3 {
    color: white;
    padding-left: 10px;
    
  /* can be treated like a fallback */
  background-color: red;

  /* will be "on top", if browser supports it */
  background-image: linear-gradient(90deg, red, white);

  /* these will reset other properties, like background-position, but it does know what you mean */
  background: red;
  background: linear-gradient(90deg, red, white);
}

.content-lp_attraction .guideheader {
    
}

.content-lp_attraction .guidefeaturedimage img {
    box-shadow: 7px 7px 3px #888888;
    border-radius: 25px;
}

.content-lp_attraction .infobox {
    font-size: 13px;
    line-height: 20px;
}

.content-lp_attraction .infobox-label {
    float: left;
    width: 90px;
}


.content-lp_attraction .td-post-content {
    margin-top: 0;
}

div.antenna div.rateit-range
{
    background: url(antenna-black.png) no-repeat;
    height: 25px;
}
 
div.antenna div.rateit-hover
{
    background: url(antenna-red.png) no-repeat;
}
 
div.antenna div.rateit-selected
{
    background: url(antenna-yellow.png) no-repeat;
}

.morelink {
    background:#eee;
    text-decoration:none;
    color:#333;
    font-family:Arial, sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:3px 5px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:default;
}

.morelink a:hover {
    background-color:#f2f2f2;
    border-color:#888;
    box-shadow:0 0 2px #ccc;
}

.morelink a:active {
    vertical-align:-1px;
}
