@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
#footerbox {
  background-color: white !important;
}
.wordpress-image-div {
  padding-bottom: 10px;
  text-align: center;
}
.wordpress-image-caption {
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
}
.btnmoremedia {
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
  background-color: #33bdef;
  border-radius: 6px;
  border: 1px solid #057fd0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #5b6178;
}
.btnmoremedia:hover {
  background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
  background-color: #019ad2;
}
.sidebartopposts .tptn_posts div {
  border-bottom: 1px solid black;
}
.logofade section {
  position: relative;
}
.logofade section img {
  position: absolute;
}
.logofade .top {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-direction: alternate;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.boxofficetable table thead tr td {
  color: white;
  font-weight: 400;
  background-color: #007fff;
  padding: 0;
  margin: 0;
}
.boxofficetable table tr td:nth-child(1),
.boxofficetable table tr td:nth-child(3),
.boxofficetable table tr td:nth-child(4) {
  text-align: right;
}
.twitter-tweet {
  margin: auto;
}
.et_post_video {
  padding-bottom: 20px;
}
.lpvideo-slotted-row .lpvideo-slotted-caption {
  text-align: center;
  margin-top: -20px;
}
.lpvideo-slotted-row .lpvideo-slotted-caption .captionname {
  font-size: 120%;
  font-weight: 600;
}
.xxxlpvideo-slotted-row,
.xxxlpvvideo-slotted-row {
  display: flex;
}
.xxxlpvideo-slotted-row .et_pb_column,
.xxxlpvvideo-slotted-row .et_pb_column {
  max-height: 480px;
}
.xxxlpvideo-slotted-row .et_pb_column .et_pb_image,
.xxxlpvvideo-slotted-row .et_pb_column .et_pb_image {
  height: 100%;
}
.xxxlpvideo-slotted-row .n10s-sydney,
.xxxlpvvideo-slotted-row .n10s-sydney {
  height: 100%;
}
.xxxlpvideo-slotted-row .n10s-sydney img,
.xxxlpvvideo-slotted-row .n10s-sydney img {
  height: 100%;
  object-fit: cover;
}
.divimegapro-body .et_pb_row {
  width: 100%;
}
.divimegapro-body .et_pb_tab {
  background-color: white;
  padding-top: 0;
}
.divimegapro-body .mainmenucontent {
  background-color: white;
}
.divimegapro-body .et_pb_text_inner {
  font-size: 15px;
}
#page-container #main-content .container {
  width: 95% !important;
}
.divboxofficetotal {
  text-align: center;
  font-weight: 600;
  padding-bottom: 6px;
}
#divi_pb_widget-4 {
  width: 100%;
}
/* Global Styles - should always use an "lp" class */
#mixinlpsectiontitle {
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
#mixinlptextstroke {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#mixinlptwocolumnlist ul {
  list-style-type: outside disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
#mixinlptwocolumnlist ul li {
  margin-left: 1em;
}
/* Styles to override defaults */
.mega-sub-menu {
  z-index: 99999;
}
#et-main-area {
  z-index: 1;
}
@media only screen and (min-width: 981px) {
  #et-top-navigation {
    z-index: 9999;
    float: left;
  }
}
body.archive #main-content .et_pb_column {
  float: none;
  display: inline-block;
  vertical-align: top;
}
body.archive #main-content .et_pb_image {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  body.archive #main-content .et_pb_image {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  body.archive #main-content .et_pb_image {
    height: 300px;
  }
}
body.archive #main-content .et_pb_image img {
  position: absolute;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 769px) {
  body.archive #main-content .et_pb_image img {
    min-height: 100%;
  }
}
.type-post h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.et_pb_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fptriimage img {
  width: 320px;
  height: 195px;
  object-fit: cover;
}
/* Intense Images Soeul */
.n10s-overlay h2 span {
  word-spacing: 0;
  color: white;
}
.n10s-paris img {
  filter: brightness(70%);
}
.lp-intense-image-background img {
  filter: brightness(70%);
}
.et_pb_fullwidth_code.et_pb_module.lpcustomheader {
  z-index: 0;
}
/* Global Settings */
nav {
  z-index: 999999 !important;
}
.single-post h1 {
  font-size: 24px;
  font-weight: bold;
  color: #0083CD;
}
.single-post h2 {
  font-size: 20px;
  color: #0083CD;
  margin-bottom: 8px;
  margin-top: 5px;
}
.single-post h3 {
  font-size: 18px;
  color: #0083CD;
  margin-bottom: 7px;
  color: black;
}
.single-post h3 a:visited,
.single-post h3 a,
.single-post h3 a:hover {
  color: #0083cd;
}
.single-post .lpfbcommenttitle {
  padding-top: 30px;
}
.single-post .wp-caption {
  border: none;
  border-image-width: 0;
  background-color: white !important;
}
.archive h1 {
  font-size: 26px;
  font-weight: bold;
  color: #0083CD;
}
.archive h2 {
  font-weight: 600;
}
h2.relateddata {
  font-size: 26px;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
.lpsectiontitle h2 {
  font-size: 26px;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
.lpsectiontitle h3 {
  font-size: 20px;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
.headercontainer {
  width: 100%;
  display: inline-block;
  z-index: 10000;
}
.headercontainer .banner {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.headertitle {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.headertitle h1 {
  font-weight: bold;
  padding-top: 10px;
  text-align: left;
}
h3.lpfbcommenttitle {
  font-size: 26px;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
.lpcommon-afterslider {
  font-size: 18px;
}
.lpcommon-afterslider a {
  color: #0083CD;
  font-weight: bold;
}
.lpcommon-afterslider a:hover {
  text-decoration: underline;
}
.lpcommon-afterslider a.plain {
  color: #666;
  font-weight: normal;
}
.lpcommon-afterslider a.plain:hover {
  text-decoration: underline;
}
.lpcommon-afterslider p {
  padding-bottom: 8px;
  line-height: 1.35em;
}
/* Front Page */
.lpfrontpage .section-featured {
  text-align: left;
}
.lpfrontpage .section-featured .review-base {
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-tv {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/tvreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-toy {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/toyreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-app {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/appreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-soundtrack {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/soundtrackreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-attraction {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/attractionreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-food {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/foodreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-bluray {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/blurayreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-book {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/bookreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-movie {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/moviereview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-theater {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/theatrereview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-digital {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/DigitalReview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-childrensbook {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/childrensbookreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-comicbook {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/02/comicbookreview.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-podcast {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/04/icons8-radio-tower-40.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .review-videogame {
  background: url("https://www.laughingplace.com/w/wp-content/uploads/2018/09/videogame.png");
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.25em;
  padding: 0;
  height: 20px;
  width: 20px;
  vertical-align: baseline;
  background-size: cover;
}
.lpfrontpage .section-featured .linkcontainer .et_pb_code_inner {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lpfrontpage .section-featured .lpsectiontitle {
  text-align: left;
}
.lpfrontpage .section-featured .singlelink {
  font-size: 16px;
  font-weight: 600;
  text-indent: 5em hanging;
}
.lpfrontpage .section-featured .singlelink a {
  color: #0083CD;
}
.lpfrontpage .section-featured .holder {
  padding-left: 24px;
  text-indent: -24px;
}
.lpfrontpage .section-featured .primary {
  font-size: 16px;
  font-weight: 600;
}
.lpfrontpage .section-featured .primary a {
  color: #0083CD;
}
.lpfrontpage .section-featured .secondary {
  font-size: 16px;
  font-weight: normal;
}
.lpfrontpage .section-featured .all {
  font-size: 16px;
  font-weight: 600;
}
.lpfrontpage .section-featured a {
  color: black;
  font-weight: inherit;
}
.lpfrontpage .section-featured a:hover {
  text-decoration: underline;
}
.lpfrontpage .section-topstories {
  font-size: 16px;
}
.lpfrontpage .section-topstories a {
  color: black;
  font-weight: bold;
}
.lpfrontpage .section-topstories a:hover {
  text-decoration: underline;
}
.lpfrontpage .section-videos .module-videos {
  background-color: #00ADEE;
  padding-top: 5px;
  padding-bottom: 5px;
}
.lpfrontpage .section-parkguides .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}
.lpfrontpage .section-parkguides .row-parkguides {
  background-color: #66E5FF;
  padding-left: 0;
  padding-right: 10px;
}
.lpfrontpage .section-parkguides .row-parkguides .text {
  padding-top: 10px;
}
.lpfrontpage .section-moreandevents {
  font-size: 18px;
}
.lpfrontpage .section-moreandevents a {
  color: #0083CD;
  font-weight: bold;
}
.lpfrontpage .section-moreandevents a:hover {
  text-decoration: underline;
}
.lpfrontpage .section-moreandevents .et_pb_module {
  min-height: 175px;
  overflow: hidden;
}
.lpfrontpage .section-moreandevents .et_pb_module.title {
  min-height: 0;
}
.lpfrontpage .section-moreandevents .common-eventimage {
  height: 175px;
}
.lpfrontpage .section-highlight .module-highlighttext div {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.lpfrontpage .section-highlight .module-highlighttext div a {
  color: white;
}
.lpfrontpage .section-highlight .module-highlighttext div a:hover {
  text-decoration: underline;
}
.section-footer a {
  color: black;
}
.section-footer a:hover {
  text-decoration: underline;
}
.section-refurblist .module-list ul {
  margin-left: 30px;
}
.lpwdwlanding .section-tickets .module-tickets thead td {
  font-weight: bold;
}
.lpwdwlanding .section-tickets .module-tickets td:nth-child(1) {
  font-weight: bold;
}
.lplanding h1 {
  font-size: 30px;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
.lplanding h2 {
  font-size: 26px;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
.lplanding h3 {
  font-size: 20px;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
.lplanding h4 {
  font-size: 16px;
  font-family: "Open Sans", Arial;
  font-weight: bold;
  color: #0083CD;
}
/* Guides */
.lpguide .et_pb_text p,
.lpmovie .et_pb_text p,
.lppark .et_pb_text p,
.lpland .et_pb_text p,
.lpattraction .et_pb_text p,
.lphotel .et_pb_text p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.lpguide .et_pb_row,
.lpmovie .et_pb_row,
.lppark .et_pb_row,
.lpland .et_pb_row,
.lpattraction .et_pb_row,
.lphotel .et_pb_row {
  width: 100%;
}
.lpguide p,
.lpmovie p,
.lppark p,
.lpland p,
.lpattraction p,
.lphotel p {
  padding: 0;
}
.lpguide .et_pb_row,
.lpmovie .et_pb_row,
.lppark .et_pb_row,
.lpland .et_pb_row,
.lpattraction .et_pb_row,
.lphotel .et_pb_row,
.lpguide .et_pb_column,
.lpmovie .et_pb_column,
.lppark .et_pb_column,
.lpland .et_pb_column,
.lpattraction .et_pb_column,
.lphotel .et_pb_column {
  padding-top: 5px;
  padding-bottom: 5px;
}
.lpguide .title,
.lpmovie .title,
.lppark .title,
.lpland .title,
.lpattraction .title,
.lphotel .title {
  font-weight: bold;
}
.lpguide .section-location .module-address p,
.lpmovie .section-location .module-address p,
.lppark .section-location .module-address p,
.lpland .section-location .module-address p,
.lpattraction .section-location .module-address p,
.lphotel .section-location .module-address p {
  font-size: 16px;
  padding-bottom: 2px;
}
.lpguide .section-dining ul,
.lpmovie .section-dining ul,
.lppark .section-dining ul,
.lpland .section-dining ul,
.lpattraction .section-dining ul,
.lphotel .section-dining ul,
.lpguide .section-recreation ul,
.lpmovie .section-recreation ul,
.lppark .section-recreation ul,
.lpland .section-recreation ul,
.lpattraction .section-recreation ul,
.lphotel .section-recreation ul,
.lpguide .section-other ul,
.lpmovie .section-other ul,
.lppark .section-other ul,
.lpland .section-other ul,
.lpattraction .section-other ul,
.lphotel .section-other ul {
  list-style-type: outside disc;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.lpguide .section-dining ul li,
.lpmovie .section-dining ul li,
.lppark .section-dining ul li,
.lpland .section-dining ul li,
.lpattraction .section-dining ul li,
.lphotel .section-dining ul li,
.lpguide .section-recreation ul li,
.lpmovie .section-recreation ul li,
.lppark .section-recreation ul li,
.lpland .section-recreation ul li,
.lpattraction .section-recreation ul li,
.lphotel .section-recreation ul li,
.lpguide .section-other ul li,
.lpmovie .section-other ul li,
.lppark .section-other ul li,
.lpland .section-other ul li,
.lpattraction .section-other ul li,
.lphotel .section-other ul li {
  margin-left: 1em;
}
.lpguide .xxxrev_slider .slide,
.lpmovie .xxxrev_slider .slide,
.lppark .xxxrev_slider .slide,
.lpland .xxxrev_slider .slide,
.lpattraction .xxxrev_slider .slide,
.lphotel .xxxrev_slider .slide {
  text-align: center;
  vertical-align: middle;
}
.lpguide .xxxrev_slider .slide.image img,
.lpmovie .xxxrev_slider .slide.image img,
.lppark .xxxrev_slider .slide.image img,
.lpland .xxxrev_slider .slide.image img,
.lpattraction .xxxrev_slider .slide.image img,
.lphotel .xxxrev_slider .slide.image img {
  object-fill: contain;
}
.lpguide .xxxrev_slider .slide.video,
.lpmovie .xxxrev_slider .slide.video,
.lppark .xxxrev_slider .slide.video,
.lpland .xxxrev_slider .slide.video,
.lpattraction .xxxrev_slider .slide.video,
.lphotel .xxxrev_slider .slide.video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.lpguide .xxxrev_slider .slide.video iframe,
.lpmovie .xxxrev_slider .slide.video iframe,
.lppark .xxxrev_slider .slide.video iframe,
.lpland .xxxrev_slider .slide.video iframe,
.lpattraction .xxxrev_slider .slide.video iframe,
.lphotel .xxxrev_slider .slide.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
.lpguide h1,
.lpmovie h1,
.lphotel h1,
.lppark h1,
.lpland h1,
.lpattraction h1 {
  color: #0083CD;
  padding-top: 25px;
}
.lpguide h1 a:hover,
.lpmovie h1 a:hover,
.lphotel h1 a:hover,
.lppark h1 a:hover,
.lpland h1 a:hover,
.lpattraction h1 a:hover {
  text-decoration: underline;
}
.lpguide h2,
.lpmovie h2,
.lphotel h2,
.lppark h2,
.lpland h2,
.lpattraction h2 {
  padding-top: 15px;
}
.lpguide h2 a:hover,
.lpmovie h2 a:hover,
.lphotel h2 a:hover,
.lppark h2 a:hover,
.lpland h2 a:hover,
.lpattraction h2 a:hover {
  text-decoration: underline;
}
.lpguide .et_post_meta_wrapper,
.lpmovie .et_post_meta_wrapper,
.lphotel .et_post_meta_wrapper,
.lppark .et_post_meta_wrapper,
.lpland .et_post_meta_wrapper,
.lpattraction .et_post_meta_wrapper {
  display: none;
}
.lpguide .container,
.lpmovie .container,
.lphotel .container,
.lppark .container,
.lpland .container,
.lpattraction .container {
  padding-top: 0 !important;
}
.lpguide .container #content-area #left-area,
.lpmovie .container #content-area #left-area,
.lphotel .container #content-area #left-area,
.lppark .container #content-area #left-area,
.lpland .container #content-area #left-area,
.lpattraction .container #content-area #left-area {
  padding-rightxx: 0;
}
.lpguide .et_post_meta_wrapper,
.lpmovie .et_post_meta_wrapper,
.lphotel .et_post_meta_wrapper,
.lppark .et_post_meta_wrapper,
.lpland .et_post_meta_wrapper,
.lpattraction .et_post_meta_wrapper {
  display: none;
}
.lpguide .section-title h1,
.lpmovie .section-title h1,
.lphotel .section-title h1,
.lppark .section-title h1,
.lpland .section-title h1,
.lpattraction .section-title h1 {
  font-size: 30px;
  font-weight: bold;
  color: #0083CD;
}
.lpguide .section-ratings .module-ratings,
.lpmovie .section-ratings .module-ratings,
.lphotel .section-ratings .module-ratings,
.lppark .section-ratings .module-ratings,
.lpland .section-ratings .module-ratings,
.lpattraction .section-ratings .module-ratings {
  font-size: 20px;
  text-align: center;
  /* Table no longer used */
}
.lpguide .section-ratings .module-ratings .rating-one,
.lpmovie .section-ratings .module-ratings .rating-one,
.lphotel .section-ratings .module-ratings .rating-one,
.lppark .section-ratings .module-ratings .rating-one,
.lpland .section-ratings .module-ratings .rating-one,
.lpattraction .section-ratings .module-ratings .rating-one {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.lpguide .section-ratings .module-ratings .title,
.lpmovie .section-ratings .module-ratings .title,
.lphotel .section-ratings .module-ratings .title,
.lppark .section-ratings .module-ratings .title,
.lpland .section-ratings .module-ratings .title,
.lpattraction .section-ratings .module-ratings .title {
  text-align: center;
  display: block;
  padding-bottom: 0;
  color: #333;
}
.lpguide .section-ratings .module-ratings .rating,
.lpmovie .section-ratings .module-ratings .rating,
.lphotel .section-ratings .module-ratings .rating,
.lppark .section-ratings .module-ratings .rating,
.lpland .section-ratings .module-ratings .rating,
.lpattraction .section-ratings .module-ratings .rating {
  padding-top: 0;
  text-align: center;
  display: block;
}
.lpguide .section-ratings .module-ratings .fa-star,
.lpmovie .section-ratings .module-ratings .fa-star,
.lphotel .section-ratings .module-ratings .fa-star,
.lppark .section-ratings .module-ratings .fa-star,
.lpland .section-ratings .module-ratings .fa-star,
.lpattraction .section-ratings .module-ratings .fa-star {
  color: #0083CD;
}
.lpguide .section-ratings .module-ratings table,
.lpmovie .section-ratings .module-ratings table,
.lphotel .section-ratings .module-ratings table,
.lppark .section-ratings .module-ratings table,
.lpland .section-ratings .module-ratings table,
.lpattraction .section-ratings .module-ratings table {
  border: 0;
}
.lpguide .section-ratings .module-ratings td,
.lpmovie .section-ratings .module-ratings td,
.lphotel .section-ratings .module-ratings td,
.lppark .section-ratings .module-ratings td,
.lpland .section-ratings .module-ratings td,
.lpattraction .section-ratings .module-ratings td {
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.lpguide .section-ratings .module-ratings td:nth-child(2),
.lpmovie .section-ratings .module-ratings td:nth-child(2),
.lphotel .section-ratings .module-ratings td:nth-child(2),
.lppark .section-ratings .module-ratings td:nth-child(2),
.lpland .section-ratings .module-ratings td:nth-child(2),
.lpattraction .section-ratings .module-ratings td:nth-child(2) {
  color: #0083CD;
}
.lpguide .section-basics .module-image,
.lpmovie .section-basics .module-image,
.lphotel .section-basics .module-image,
.lppark .section-basics .module-image,
.lpland .section-basics .module-image,
.lpattraction .section-basics .module-image {
  text-align: center;
}
.lpguide .section-basics .module-image img,
.lpmovie .section-basics .module-image img,
.lphotel .section-basics .module-image img,
.lppark .section-basics .module-image img,
.lpland .section-basics .module-image img,
.lpattraction .section-basics .module-image img {
  width: auto;
  max-height: 375px;
}
.lpguide .section-basics .module-description,
.lpmovie .section-basics .module-description,
.lphotel .section-basics .module-description,
.lppark .section-basics .module-description,
.lpland .section-basics .module-description,
.lpattraction .section-basics .module-description {
  font-size: 18px;
}
.lpguide .section-info .module-infobox table,
.lpmovie .section-info .module-infobox table,
.lphotel .section-info .module-infobox table,
.lppark .section-info .module-infobox table,
.lpland .section-info .module-infobox table,
.lpattraction .section-info .module-infobox table {
  border: 0;
}
.lpguide .section-info .module-infobox td,
.lpmovie .section-info .module-infobox td,
.lphotel .section-info .module-infobox td,
.lppark .section-info .module-infobox td,
.lpland .section-info .module-infobox td,
.lpattraction .section-info .module-infobox td {
  border: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.lpguide .section-info .module-audience .et_pb_ _container,
.lpmovie .section-info .module-audience .et_pb_ _container,
.lphotel .section-info .module-audience .et_pb_ _container,
.lppark .section-info .module-audience .et_pb_ _container,
.lpland .section-info .module-audience .et_pb_ _container,
.lpattraction .section-info .module-audience .et_pb_ _container {
  background-color: #dddddd;
}
.lpguide .section-info .module-audience .et_pb_ _amount,
.lpmovie .section-info .module-audience .et_pb_ _amount,
.lphotel .section-info .module-audience .et_pb_ _amount,
.lppark .section-info .module-audience .et_pb_ _amount,
.lpland .section-info .module-audience .et_pb_ _amount,
.lpattraction .section-info .module-audience .et_pb_ _amount {
  background-color: #0083CD;
}
#divi_pb_widget-2 {
  width: 100%;
}
#main-footer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 150px;
}
#main-footer .et_pb_row_30 {
  padding-bottom: 70px;
}
#idglobalheader {
  padding-top: 5px;
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#idglobalheader #idglobalbreakingnews {
  background: #FFB619;
  color: white;
  text-align: left;
  margin-bottom: 5px;
  padding: 5px;
}
#idglobalheader #idglobalbreakingnews .close {
  float: right;
  display: inline-block;
  padding: 2px 5px;
  background: FFB619;
  color: white;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
#idglobalheader #idglobalbreakingnews p {
  padding: 5px 10px 5px 10px;
}
#idglobalheader #idglobalbreakingnews .title {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
#idglobalheader #idglobalbreakingnews .text {
  display: block;
  font-size: 18px;
}
#idglobalheader #idglobalbreakingnews .text a,
#idglobalheader #idglobalbreakingnews .text a:visited {
  color: white;
}
#idglobalheader #idglobalbreakingnews .text a:hover {
  color: black;
}
#idglobalheader #idglobaltopad {
  text-align: center;
}
#idglobalheader #idglobalmenu {
  @charset "UTF-8";
  height: 80px;
  width: 100%;
  vertical-align: middle;
  /* Custom CSS Styles */
}
#idglobalheader #idglobalmenu .search {
  position: relative;
  color: #0083CD;
  font-size: 24px;
  padding-right: 5px;
}
#idglobalheader #idglobalmenu .search input {
  width: 200px;
  height: 28px;
  background: #fcfcfc;
  border: 1px solid #0083CD;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
  text-indent: 32px;
}
#idglobalheader #idglobalmenu .search .fa-search {
  position: absolute;
  top: 4px;
  left: 10px;
}
#idglobalheader #idglobalmenu #menuheaderinline {
  font-family: Montserrat, sans-serif;
  background: #ffffff;
}
#idglobalheader #idglobalmenu #menuheaderinline,
#idglobalheader #idglobalmenu #menuheaderinline ul,
#idglobalheader #idglobalmenu #menuheaderinline ul li,
#idglobalheader #idglobalmenu #menuheaderinline ul li a,
#idglobalheader #idglobalmenu #menuheaderinline #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#idglobalheader #idglobalmenu #menuheaderinline:after,
#idglobalheader #idglobalmenu #menuheaderinline > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#idglobalheader #idglobalmenu #menuheaderinline #menu-button {
  display: none;
}
#idglobalheader #idglobalmenu #menuheaderinline > ul > li {
  float: left;
}
#idglobalheader #idglobalmenu #menuheaderinline.align-center > ul {
  font-size: 0;
  text-align: center;
}
#idglobalheader #idglobalmenu #menuheaderinline.align-center > ul > li {
  display: inline-block;
  float: none;
}
#idglobalheader #idglobalmenu #menuheaderinline.align-center ul ul {
  text-align: left;
}
#idglobalheader #idglobalmenu #menuheaderinline.align-right > ul > li {
  float: right;
}
#idglobalheader #idglobalmenu #menuheaderinline > ul > li > a {
  padding: 5px 10px;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #0083CD;
  font-weight: 700;
  text-transform: uppercase;
}
#idglobalheader #idglobalmenu #menuheaderinline > ul > li:hover > a {
  color: #035267;
}
#idglobalheader #idglobalmenu #menuheaderinline > ul > li.has-sub > a {
  padding-right: 30px;
}
#idglobalheader #idglobalmenu #menuheaderinline > ul > li.has-sub > a:after {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #0083CD;
  content: '';
}
#idglobalheader #idglobalmenu #menuheaderinline > ul > li.has-sub > a:before {
  position: absolute;
  top: 7px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #0083CD;
  content: '';
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#idglobalheader #idglobalmenu #menuheaderinline > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul {
  position: absolute;
  left: -9999px;
}
#idglobalheader #idglobalmenu #menuheaderinline.align-right ul ul {
  text-align: right;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#idglobalheader #idglobalmenu #menuheaderinline li:hover > ul {
  left: auto;
}
#idglobalheader #idglobalmenu #menuheaderinline.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#idglobalheader #idglobalmenu #menuheaderinline li:hover > ul > li {
  height: 35px;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul ul {
  margin-left: 100%;
  top: 0;
}
#idglobalheader #idglobalmenu #menuheaderinline.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul li a {
  border-bottom: 1px solid white;
  padding: 11px 15px;
  width: 170px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  background: #0083CD;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul li:last-child > a,
#idglobalheader #idglobalmenu #menuheaderinline ul ul li.last-item > a {
  border-bottom: 0;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul li:hover > a,
#idglobalheader #idglobalmenu #menuheaderinline ul ul li a:hover {
  color: white;
  font-weight: bold;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #0083CD;
  content: '';
}
#idglobalheader #idglobalmenu #menuheaderinline.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #0083CD;
  content: '';
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#idglobalheader #idglobalmenu #menuheaderinline.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#idglobalheader #idglobalmenu #menuheaderinline ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen {
  width: 100%;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul {
  width: 100%;
  display: none;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen.align-center > ul {
  text-align: left;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul li,
#idglobalheader #idglobalmenu #menuheaderinline.small-screen li:hover > ul > li {
  height: auto;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul li a,
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen > ul > li {
  float: none;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul li a {
  padding-left: 25px;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul ul li a {
  padding-left: 35px;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul li a {
  color: #0083CD;
  background: none;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul li:hover > a,
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul li.active > a {
  color: #035267;
  font-weight: bold;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul,
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul ul,
#idglobalheader #idglobalmenu #menuheaderinline.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen > ul > li.has-sub > a:after,
#idglobalheader #idglobalmenu #menuheaderinline.small-screen > ul > li.has-sub > a:before,
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul > li.has-sub > a:after,
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #0083CD;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #0083CD;
  border-bottom: 2px solid #0083CD;
  content: '';
  box-sizing: content-box;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #0083CD;
  content: '';
  box-sizing: content-box;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #0083CD;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #000000;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen .submenu-button {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen .submenu-button.submenu-opened {
  background: #f2f2f2;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #0083CD;
  content: '';
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen .submenu-button.submenu-opened:after {
  background: #000000;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #0083CD;
  content: '';
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#idglobalheader #idglobalmenu #menuheaderinline.small-screen.select-list {
  padding: 5px;
}
@font-face {
  font-family: 'Oxygen Mono';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oxygenmono/v8/h0GsssGg9FxgDgCjLeAd7hjYx-s.ttf) format('truetype');
}
#idglobalheader #idglobalmenu #menumain {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
#idglobalheader #idglobalmenu #menumain ul,
#idglobalheader #idglobalmenu #menumain ul li,
#idglobalheader #idglobalmenu #menumain ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#idglobalheader #idglobalmenu #menumain ul {
  position: relative;
  z-index: 9999;
  float: left;
}
#idglobalheader #idglobalmenu #menumain ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
#idglobalheader #idglobalmenu #menumain ul li.hover,
#idglobalheader #idglobalmenu #menumain ul li:hover {
  position: relative;
  z-index: 9999;
  cursor: default;
}
#idglobalheader #idglobalmenu #menumain ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 9999;
  width: 100%;
}
#idglobalheader #idglobalmenu #menumain ul ul li {
  float: none;
}
#idglobalheader #idglobalmenu #menumain ul ul ul {
  top: -2px;
  right: 0;
}
#idglobalheader #idglobalmenu #menumain ul li:hover > ul {
  visibility: visible;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#idglobalheader #idglobalmenu #menumain ul ul {
  top: 1px;
  left: 99%;
}
#idglobalheader #idglobalmenu #menumain ul li {
  float: none;
}
#idglobalheader #idglobalmenu #menumain ul ul {
  margin-top: 1px;
}
#idglobalheader #idglobalmenu #menumain ul ul li {
  font-weight: normal;
}
#idglobalheader #idglobalmenu #menumain {
  width: 50px;
  background: #ffffff;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 30px;
  zoom: 1;
}
#idglobalheader #idglobalmenu #menumain:before {
  content: '';
  display: block;
}
#idglobalheader #idglobalmenu #menumain:after {
  content: '';
  display: table;
  clear: both;
}
#idglobalheader #idglobalmenu #menumain a {
  display: block;
  padding: 15px 20px;
  color: #0083CD;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
#idglobalheader #idglobalmenu #menumain > ul {
  width: 40px;
}
#idglobalheader #idglobalmenu #menumain ul ul {
  width: 200px;
}
#idglobalheader #idglobalmenu #menumain > ul > li > a {
  color: #0083CD;
}
#idglobalheader #idglobalmenu #menumain > ul > li > a:hover {
  color: #fff;
}
#idglobalheader #idglobalmenu #menumain > ul > li.active a {
  background: #0083CD;
}
#idglobalheader #idglobalmenu #menumain > ul > li a:hover,
#idglobalheader #idglobalmenu #menumain > ul > li:hover a {
  background: #0083CD;
}
#idglobalheader #idglobalmenu #menumain li {
  position: relative;
}
#idglobalheader #idglobalmenu #menumain ul li.has-sub > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#idglobalheader #idglobalmenu #menumain ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#idglobalheader #idglobalmenu #menumain ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#idglobalheader #idglobalmenu #menumain ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#idglobalheader #idglobalmenu #menumain ul ul {
  border: 1px solid #0083CD;
}
#idglobalheader #idglobalmenu #menumain ul ul a {
  font-size: 18px;
  color: white;
  padding: 5px 5px;
}
#idglobalheader #idglobalmenu #menumain ul ul a:hover {
  color: #035267;
}
#idglobalheader #idglobalmenu #menumain ul ul li {
  border-bottom: 1px solid #0083CD;
}
#idglobalheader #idglobalmenu #menumain ul ul li:hover > a {
  background: #0083CD;
  color: #035267;
}
#idglobalheader #idglobalmenu #menumain.align-right > ul > li > a {
  border-left: 4px solid #0083CD;
  border-right: none;
}
#idglobalheader #idglobalmenu #menumain.align-right {
  float: right;
}
#idglobalheader #idglobalmenu #menumain.align-right li {
  text-align: right;
}
#idglobalheader #idglobalmenu #menumain.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#idglobalheader #idglobalmenu #menumain.align-right ul li.has-sub > a:after {
  content: none;
}
#idglobalheader #idglobalmenu #menumain.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 9999;
  width: 100%;
}
#idglobalheader #idglobalmenu #menumain.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#idglobalheader #idglobalmenu #menumain.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#idglobalheader #idglobalmenu #menumain.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#idglobalheader #idglobalmenu #menumain2,
#idglobalheader #idglobalmenu #menumain2 ul,
#idglobalheader #idglobalmenu #menumain2 ul li,
#idglobalheader #idglobalmenu #menumain2 ul li a,
#idglobalheader #idglobalmenu #menumain2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #meunmain 2 {
  z-index: 9999 !importants;
  position: relative !important;
}
#idglobalheader #idglobalmenu #menumain2 .mainmenuhamburger {
  color: #0083CD;
  font-size: 32px;
}
#idglobalheader #idglobalmenu #menumain2:after,
#idglobalheader #idglobalmenu #menumain2 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 #menu-button {
  display: none;
}
#idglobalheader #idglobalmenu #menumain2 {
  font-family: Montserrat, sans-serif;
}
#idglobalheader #idglobalmenu #menumain2 > ul > li {
  float: left;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-center > ul {
  font-size: 0;
  text-align: center;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-center > ul > li {
  display: inline-block;
  float: none;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-center ul ul {
  text-align: left;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-right > ul > li {
  float: right;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 > ul > li > a {
  padding: 17px;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 > ul > li:hover > a {
  color: white;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 > ul > li.has-sub > a {
  padding-right: 30px;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  color: white;
  background: #0083CD;
  content: '';
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 148x;
  display: block;
  width: 2px;
  height: 8px;
  color: white;
  background: #0083CD;
  content: '';
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul {
  position: absolute;
  left: -9999px;
  margin-top: -10px;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul li ul {
  margin-top: 0;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-right ul ul {
  text-align: right;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 li:hover > ul {
  left: auto;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-right li:hover > ul {
  left: auto;
  right: 0;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 li:hover > ul > li {
  height: 35px;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul ul {
  margin-left: 100%;
  top: 0;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 250px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  font-weight: 400;
  background: #0083CD;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul li:last-child > a,
#idglobalheader #idglobalmenu #menumain2 ul ul li.last-item > a {
  border-bottom: 0;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul li:hover > a,
#idglobalheader #idglobalmenu #menumain2 ul ul li a:hover {
  color: white;
  font-weight: bold;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  color: white;
  background: #0083CD;
  content: '';
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  color: white;
  background: #0083CD;
  content: '';
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2 ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.small-screen {
  width: 100%;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul {
  width: 100%;
  display: none;
  z-index: 9999;
}
#idglobalheader #idglobalmenu #menumain2.small-screen.align-center > ul {
  text-align: left;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul li,
#idglobalheader #idglobalmenu #menumain2.small-screen li:hover > ul > li {
  height: auto;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul li a,
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#idglobalheader #idglobalmenu #menumain2.small-screen > ul > li {
  float: none;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul li a {
  padding-left: 25px;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul ul li a {
  padding-left: 35px;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul li a {
  color: white;
  background: none;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul li:hover > a,
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul li.active > a {
  color: white;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul,
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul ul,
#idglobalheader #idglobalmenu #menumain2.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#idglobalheader #idglobalmenu #menumain2.small-screen > ul > li.has-sub > a:after,
#idglobalheader #idglobalmenu #menumain2.small-screen > ul > li.has-sub > a:before,
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul > li.has-sub > a:after,
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#idglobalheader #idglobalmenu #menumain2.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: white;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#idglobalheader #idglobalmenu #menumain2.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: '';
  box-sizing: content-box;
}
#idglobalheader #idglobalmenu #menumain2.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #0083CD;
  content: '';
  box-sizing: content-box;
}
#idglobalheader #idglobalmenu #menumain2.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #0083CD;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#idglobalheader #idglobalmenu #menumain2.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #0083CD;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#idglobalheader #idglobalmenu #menumain2.small-screen .submenu-button {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#idglobalheader #idglobalmenu #menumain2.small-screen .submenu-button.submenu-opened {
  background: #262626;
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#idglobalheader #idglobalmenu #menumain2.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #0083CD;
  content: '';
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#idglobalheader #idglobalmenu #menumain2.small-screen .submenu-button.submenu-opened:after {
  background: #0083CD;
}
#idglobalheader #idglobalmenu #menumain2.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #0083CD;
  content: '';
}
#idglobalheader #idglobalmenu #menumain2.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#idglobalheader #idglobalmenu #menumain2.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#idglobalheader #idglobalmenu #menumain2.small-screen.select-list {
  padding: 5px;
}
#sidebar {
  padding-left: 5px !important;
}
#sidebar .af-header {
  text-align: center !important;
}
#sidebar .af-element {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#sidebar .widgettitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#sidebar .sidebar-sponsor {
  font-size: 120%;
  text-align: center;
}
#sidebar .sidebar-sponsor a {
  color: black;
}
#sidebar .sidebar-sponsor .title {
  padding-top: 5px;
}
#sidebar .textwidget {
  text-align: center;
}
#sidebar .textwidget .itemoftheday-title:after {
  content: " ";
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: solid black 1px;
}
#sidebar .textwidget a:hover {
  text-decoration: underline;
}
#maingate_ad_block {
  text-align: center;
}
#maingate_ad_image {
  display: block;
}
#maingate_ad_text {
  display: block;
  font-size: 12px;
}
#maingate_tag {
  display: block;
  font-size: 10px;
}
.landingtoptext p {
  font-size: 16px;
  line-height: 18px;
}
.fpslidercaption,
.landingslidercaption {
  margin-left: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  padding-bottom: 4px !important;
}
.fpslidercaption::first-line,
.landingslidercaption::first-line {
  font-weight: 600;
}
.fpvideocaption {
  text-align: center !important;
}
.fpvideocaption::first-line {
  font-weight: 600;
}
.fpslide_container {
  width: 100%;
}
.fpslide_title {
  font-weight: bold;
}
/* Divi / Max Mega Menu Fixes from https://www.megamenu.com/documentation/divi/ */
/* Divi / Max Mega Full Menu Fix */
@media only screen and (max-width: 980px) {
  header .et_pb_fullwidth_menu .fullwidth-menu-nav,
  header nav#top-menu-nav {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  header nav#top-menu-nav,
  header #et-top-navigation {
    width: 100%;
  }
}
header #et_mobile_nav_menu,
header .et_mobile_nav_menu {
  display: none !important;
}
/* stop menu from overlapping logo on mobile */
@media all and (max-width: 767) {
  header .logo_container {
    position: relative !important;
    padding-top: 15px;
  }
  header div#et-top-navigation {
    padding-left: 0 !important;
  }
}
/* Divi / Max Mega Full Width Menu and Mobile Menu */
.logo_container {
  position: relative !important;
  padding-top: 15px;
}
div#et-top-navigation {
  padding-left: 0 !important;
  float: none !important;
}
nav#top-menu-nav {
  float: none !important;
}
@media screen and (max-width: 782px) {
  header .container {
    width: 100%;
  }
}
/* Hide theme logo on mobile */
@include mobile {
  .logo_container {
    display: none;
  }
}
.lpattraction .et_pb_number_counter_0 {
  display: none;
}
.guide-dlrtickets-oneday table,
.guide-dlrtickets-multiday table,
.guide-dlrtickets-citypass table,
.guide-dlrtickets-annualpass table,
.guide-wdwtickets-oneday table,
.guide-wdwtickets-multiday table,
.guide-wdwtickets-waterpark table,
.guide-wdwtickets-annualpass table {
  max-width: 400px;
  margin: 0 auto;
}
.guide-dlrtickets-oneday table th,
.guide-dlrtickets-multiday table th,
.guide-dlrtickets-citypass table th,
.guide-dlrtickets-annualpass table th,
.guide-wdwtickets-oneday table th,
.guide-wdwtickets-multiday table th,
.guide-wdwtickets-waterpark table th,
.guide-wdwtickets-annualpass table th,
.guide-dlrtickets-oneday table td,
.guide-dlrtickets-multiday table td,
.guide-dlrtickets-citypass table td,
.guide-dlrtickets-annualpass table td,
.guide-wdwtickets-oneday table td,
.guide-wdwtickets-multiday table td,
.guide-wdwtickets-waterpark table td,
.guide-wdwtickets-annualpass table td {
  text-align: center;
}
.guide-dlrtickets-oneday table th:first-child,
.guide-dlrtickets-multiday table th:first-child,
.guide-dlrtickets-citypass table th:first-child,
.guide-dlrtickets-annualpass table th:first-child,
.guide-wdwtickets-oneday table th:first-child,
.guide-wdwtickets-multiday table th:first-child,
.guide-wdwtickets-waterpark table th:first-child,
.guide-wdwtickets-annualpass table th:first-child,
.guide-dlrtickets-oneday table td:first-child,
.guide-dlrtickets-multiday table td:first-child,
.guide-dlrtickets-citypass table td:first-child,
.guide-dlrtickets-annualpass table td:first-child,
.guide-wdwtickets-oneday table td:first-child,
.guide-wdwtickets-multiday table td:first-child,
.guide-wdwtickets-waterpark table td:first-child,
.guide-wdwtickets-annualpass table td:first-child {
  text-align: left;
}
.guide-dlrtickets-annualpass table,
.guide-wdwtickets-oneday table,
.guide-wdwtickets-multiday table,
.guide-wdwtickets-annualpass table {
  max-width: 550px;
}
.guide-calendar {
  text-align: center;
  width: 100%;
}
.guide-calendar table {
  max-width: 400px;
  margin: 0 auto;
}
.guide-calendar caption {
  font-size: 24px;
}
.guide-calendar caption .monthname {
  display: inline-block;
  min-width: 200px;
}
.guide-calendar .arrow {
  padding-left: 10px;
  padding-right: 10px;
}
.guide-calendar.show {
  display: block;
}
.guide-calendar.hide {
  display: none;
}
.calendar-dlrseasons.guide-calendar table tr td,
.calendar-wdwseasons.guide-calendar table tr td {
  color: white;
  font-weight: bold;
  text-align: center;
}
.calendar-dlrseasons.guide-calendar table tr td.season-peak,
.calendar-wdwseasons.guide-calendar table tr td.season-peak {
  background-color: #f44242;
}
.calendar-dlrseasons.guide-calendar table tr td.season-regular,
.calendar-wdwseasons.guide-calendar table tr td.season-regular {
  background-color: #4189f4;
}
.calendar-dlrseasons.guide-calendar table tr td.season-value,
.calendar-wdwseasons.guide-calendar table tr td.season-value {
  background-color: #64dd18;
}
.calendar-dlrseasons.guide-calendar table tr td.season-unknown,
.calendar-wdwseasons.guide-calendar table tr td.season-unknown {
  background-color: #e2e1dc;
}
.lpguide .fa.season-peak {
  color: #f44242;
}
.lpguide .fa.season-regular {
  color: #4189f4;
}
.lpguide .fa.season-value {
  color: #64dd18;
}
.lpmovie .divbannertopofpage {
  text-align: center;
}
.lpmovie .imgbannertopofpage {
  max-height: 550px;
}
.lpmovie .releasedate {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.lpmovie .releasestudio {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.lpmovie .showtype {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.calendar-dlrapblockouts.guide-calendar table tr td,
.calendar-wdwapblockouts-gold table tr td,
.calendar-wdwapblockouts-silver table tr td,
.calendar-wdwapblockouts-weekdayselect table tr td {
  color: white;
  font-weight: bold;
  text-align: center;
}
.calendar-dlrapblockouts.guide-calendar table tr td.invalid,
.calendar-wdwapblockouts-gold table tr td.invalid,
.calendar-wdwapblockouts-silver table tr td.invalid,
.calendar-wdwapblockouts-weekdayselect table tr td.invalid {
  background-color: #f44242;
}
.calendar-dlrapblockouts.guide-calendar table tr td.valid,
.calendar-wdwapblockouts-gold table tr td.valid,
.calendar-wdwapblockouts-silver table tr td.valid,
.calendar-wdwapblockouts-weekdayselect table tr td.valid {
  background-color: #64dd18;
}
.fa-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@font-face {
  font-family: DisneyScript;
  src: url("fonts/wds052801.ttf");
}
.single-lp_page .td-crumb-container,
.single-lp_auto .td-crumb-container {
  min-height: 0;
  padding: 0;
  margin: 0;
  padding-top: 30px;
}
.single-lp_page .td-post-content,
.single-lp_auto .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;
}
.waittimehistoryheader .waittimeheaderselector {
  padding-top: 10px;
  text-align: center;
}
.waittimehistoryheader .waittimehistorytitle {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.waittimehistoryfooter {
  padding-top: 20px;
}
.currentwaittime .currentwaittimenumber {
  margin-top: 25px;
  text-align: center;
  color: #0083cd;
  font-size: 80px;
}
.currentwaittime .currentwaittimewhen {
  padding-top: 40px;
  text-align: center;
}
.content-lp_waittimes {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.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 .linkother {
  padding-top: 10px;
  font-size: 14px;
}
.content-lp_waittimes .linkother a,
.content-lp_waittimes .linkother a:hover,
.content-lp_waittimes .linkother a:visited {
  font-weight: normal;
}
.content-lp_waittimes table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.content-lp_waittimes table.lp_attraction thead td {
  font-weight: bold;
}
.content-lp_waittimes table.lp_attraction td {
  font-size: 90%;
  border: 1px black solid;
}
.content-lp_waittimes table.lp_attraction td:nth-child(3) {
  text-align: center;
  width: 40px;
}
.content-lp_waittimes .statusdown {
  color: red;
}
.ridenowexplination {
  padding-top: 15px;
  padding-left: 20px;
  font-size: 90%;
  font-style: italic;
}
.currentwaithide {
  display: none;
}
.waiticon {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.waiticon table {
  border: 0 !important;
  border-collapse: collapse !important;
}
.waiticon table td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}
.lp_waittimestats .grid {
  margin-top: 10px;
}
.lp_waittimestats .grid thead {
  font-weight: bold;
}
.lp_waittimestats .grid td {
  padding: 1px 1px 1px 1px !important;
}
.lp_waittimestats .grid td:nth-child(2),
.lp_waittimestats .grid td:nth-child(3),
.lp_waittimestats .grid td:nth-child(4) {
  text-align: center;
}
.lp_waittimestats .grid td:nth-child(1) {
  font-weight: bold;
}
.lp_waittimestats .grid .maxtime {
  font-weight: 600;
}
.lp_waittimestats .grid .timeeven {
  color: #000000;
}
.lp_waittimestats .explination {
  font-size: 14px;
  font-weight: bold;
}
.content-lp_parkcharacters {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.content-lp_parkcharacters .sectionheader {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}
.content-lp_parkcharacters .selector {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}
.content-lp_parkcharacters .selector select {
  font-weight: normal;
}
.content-lp_parkcharacters .xxxfooter {
  margin: 0 auto;
}
.content-lp_parkcharacters .header {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}
.content-lp_parkcharacters table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.content-lp_parkcharacters .lp_character thead td {
  font-size: 90%;
  border: 1px black solid;
  font-weight: bold;
}
.content-lp_parkcharacters .lp_character tbody td {
  font-size: 90%;
  border: 1px black solid;
}
.content-lp_hours {
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.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_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: -10px;
  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: -10px;
  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 .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;
}
.pt-cv-meta-fields .entry-date {
  display: block;
}
.pt-cv-meta-fields .entry-date:after {
  content: " (Pacific)";
}
.pt-cv-meta-fields .author {
  display: block;
}
.pt-cv-meta-fields .author .glyphicon {
  margin-left: 0 !important;
}
.lpgallery {
  background-color: #444444;
}
.lpgallery a.flex-prev,
.lpgallery a.flex-next {
  background-color: #444444;
}
.lpgallery ul {
  padding-left: 0 !important;
}
.lpgallery li {
  list-style-type: none;
}
.lpgallery .lpgallery-slide {
  background-color: #444444;
  max-height: 620px;
  margin-bottom: 0;
  padding-top: 5px;
  border: none;
}
.lpgallery .lpgallery-slide img {
  max-height: 580px;
  object-fit: contain;
}
.lpgallery .lpgallery-slide li {
  display: block !important;
}
.lpgallery .lpgallery-slide li.flex-active-slide {
  display: block !important;
}
.lpgallery .lpgallery-nav {
  background-color: #444444;
  margin-bottom: 0;
  margin-top: 5px;
  border: none;
}
.lpgallery .lpgallery-nav .flex-direction-nav {
  margin-bottom: 0;
}
.lpgallery .lpgallery-nav img {
  width: 150px !important;
  height: 100px !important;
  object-fit: cover;
  display: block;
  opacity: 0.5;
  cursor: pointer;
}
.lpgallery .lpgallery-nav img:hover {
  opacity: 1;
}
.lpgallery .lpgallery-nav .flex-active-slide img {
  opacity: 1;
  cursor: default;
}
.lpgallery .flextitle {
  text-align: center;
  background-color: white;
  color: black;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.page-links {
  border-top: 2px solid;
  font-weight: 600;
  font-size: 150%;
  margin-bottom: 25px;
  padding-top: 5px;
}
.page-links:before {
  content: "Read More on ";
}
.lp-partnerbox {
  width: 80%;
  margin: 0 auto;
  padding: 3px;
  text-align: center;
  border: 3px solid;
  margin-top: 5px;
}
.lp-partnerbox .lp-partnerbox-url {
  font-weight: 800;
}
/* controls wrapper */
.td-gallery-controls-wrapper {
  height: 33px;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.td-gallery-slide-count {
  display: inline-block;
  margin-right: 7px;
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: -8px;
}
.td-gallery-slide-prev-next-but {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
.td-gallery-slide-prev-next-but .td-icon-left,
.td-gallery-slide-prev-next-but .td-icon-right {
  font-size: 30px;
  padding: 1px 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.td-gallery-slide-copywrite {
  float: right;
  padding: 4px 6px;
  text-align: left;
  font-style: italic;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}
.td-button {
  margin: 0 4.2px 0 4.3px;
}
.td-doubleSlider-1 {
  width: auto;
  height: 580px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-doubleSlider-1 {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .td-doubleSlider-1 {
    height: 180px;
  }
}
.td-doubleSlider-1 .td-slide-galery-figure {
  width: 1068px;
  height: 580px;
  text-align: center;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-doubleSlider-1 .td-slide-galery-figure {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-doubleSlider-1 .td-slide-galery-figure {
    width: 740px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .td-doubleSlider-1 .td-slide-galery-figure {
    width: 100%;
    height: 180px;
  }
}
.td-doubleSlider-1 .td-slide-item img {
  max-width: none;
  max-height: 100%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doubleSlider-1 .td-slide-item img {
    max-width: 100%;
  }
}
.td-doubleSlider-1 .td-slide-item {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doubleSlider-1 .td-slide-item {
    width: 100%;
  }
}
.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
  margin: auto;
  overflow: auto;
  position: absolute;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
}
.td-doubleSlider-1 .td-slide-item .td-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  /* if caption or description text is present */
}
.td-doubleSlider-1 .td-slide-item .td-slide-caption span {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  width: 100%;
  float: left;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
.td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content {
  width: 100%;
  /*span {
          padding: 7px 6px 7px 17px;
          display: inline-block;
        }*/
}
.td-slide-on-2-columns .td-gallery-title {
  width: 73%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-slide-on-2-columns .td-gallery-title {
    width: 65%;
  }
}
.td-slide-on-2-columns .td-doubleSlider-1 {
  height: 420px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-slide-on-2-columns .td-doubleSlider-1 {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .td-slide-on-2-columns .td-doubleSlider-1 {
    height: 180px;
  }
}
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
  width: 696px;
  height: 420px;
  /* responsive portrait tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: 640px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: 484px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: 100%;
    height: 180px;
  }
}
.td-slide-on-2-columns .td-button {
  margin: 0 5px;
}
.td-doubleSlider-2 {
  padding: 20px 0 10px 0;
  height: 80px !important;
  width: 100%;
  background-color: #111;
  /* responsive portrait phone */
  /* if there are not sufficient sliders to fill the td-doubleSlider-2, then move -how many sliders do we have- in the center of td-doubleSlider-2 */
}
@media (max-width: 767px) {
  .td-doubleSlider-2 {
    display: none;
  }
}
.td-doubleSlider-2 .td-slider {
  width: 100%;
  height: 100%;
  overflow-wrap: normal;
}
.td-doubleSlider-2 .td-button {
  top: -10px;
  display: inline-block;
}
.td-doubleSlider-2 .td-button:hover {
  cursor: pointer;
}
.td-doubleSlider-2 .td-button {
  /* responsive landscape tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-doubleSlider-2 .td-button {
    top: -9px !important;
  }
}
.td-doubleSlider-2 .td-button .td-border {
  height: 60px;
  width: 80px;
  /* responsive landscape tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-doubleSlider-2 .td-button .td-border {
    height: 58px;
    width: 56px;
  }
}
.td-doubleSlider-2.td_center_slide2 {
  text-align: center;
  padding: 25px 0 10px 0;
}
.td-doubleSlider-2.td_center_slide2 .td-slider {
  display: inline-block;
}
.td-doubleSlider-2.td_center_slide2 .td-button {
  position: relative;
  top: -15px;
  margin: 0 2px 0 3px;
}
/*  ----------------------------------------------------------------------------
    wordpress default galleries
*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
}
.gallery-item .gallery-caption {
  text-align: center;
  margin: 0;
}
.gallery-item .gallery-icon img {
  display: inline-block;
}
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
  margin-bottom: 20px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
/*  ----------------------------------------------------------------------------
    custom gallery-columns-1
*/
.gallery-columns-1 .gallery-item {
  margin-bottom: 30px;
  position: relative;
}
.gallery-columns-1 .gallery-item img {
  display: block;
}
.gallery-columns-1 .gallery-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #0e0e0e;
  color: white;
  font-size: 12px;
  font-style: normal;
  padding: 8px 14px 10px 14px;
}
/*  ----------------------------------------------------------------------------
    less for gallery slider
*/
.post_td_gallery {
  font-family: 'Open Sans', arial, sans-serif;
  color: #fff;
  margin-bottom: 24px;
  background-color: #222;
  overflow: hidden;
  clear: both;
}
.td-gallery-slide-top {
  position: relative;
  min-height: 44px;
  background-color: #111;
}
.td-gallery-title {
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 16px 20px 14px;
  width: 80%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-gallery-title {
    width: 65%;
  }
}
/* controls wrapper */
.td-gallery-controls-wrapper {
  height: 33px;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.td-gallery-slide-count {
  display: inline-block;
  margin-right: 7px;
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: -8px;
}
.td-gallery-slide-prev-next-but {
  display: inline-block;
  margin-right: 12px;
  position: relative;
}
.td-gallery-slide-prev-next-but .td-icon-left,
.td-gallery-slide-prev-next-but .td-icon-right {
  font-size: 30px;
  padding: 1px 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.td-gallery-slide-copywrite {
  float: right;
  padding: 4px 6px;
  text-align: left;
  font-style: italic;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}
.td-button {
  margin: 0 4.2px 0 4.3px;
}
.td-doubleSlider-1 {
  width: auto;
  height: 580px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-doubleSlider-1 {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .td-doubleSlider-1 {
    height: 180px;
  }
}
.td-doubleSlider-1 .td-slide-galery-figure {
  width: 1068px;
  height: 580px;
  text-align: center;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-doubleSlider-1 .td-slide-galery-figure {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-doubleSlider-1 .td-slide-galery-figure {
    width: 740px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .td-doubleSlider-1 .td-slide-galery-figure {
    width: 100%;
    height: 180px;
  }
}
.td-doubleSlider-1 .td-slide-item img {
  max-width: none;
  max-height: 100%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doubleSlider-1 .td-slide-item img {
    max-width: 100%;
  }
}
.td-doubleSlider-1 .td-slide-item {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-doubleSlider-1 .td-slide-item {
    width: 100%;
  }
}
.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
  margin: auto;
  overflow: auto;
  position: absolute;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
}
.td-slide-on-2-columns .td-gallery-title {
  width: 73%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-slide-on-2-columns .td-gallery-title {
    width: 65%;
  }
}
.td-slide-on-2-columns .td-doubleSlider-1 {
  height: 420px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-slide-on-2-columns .td-doubleSlider-1 {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .td-slide-on-2-columns .td-doubleSlider-1 {
    height: 180px;
  }
}
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
  width: 696px;
  height: 420px;
  /* responsive portrait tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: 640px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: 484px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: 100%;
    height: 180px;
  }
}
.td-slide-on-2-columns .td-button {
  margin: 0 5px;
}
.td-doubleSlider-2 {
  padding: 20px 0 10px 0;
  height: 80px !important;
  width: 100%;
  background-color: #111;
  /* responsive portrait phone */
  /* if there are not sufficient sliders to fill the td-doubleSlider-2, then move -how many sliders do we have- in the center of td-doubleSlider-2 */
}
@media (max-width: 767px) {
  .td-doubleSlider-2 {
    display: none;
  }
}
.td-doubleSlider-2 .td-slider {
  width: 100%;
  height: 100%;
  overflow-wrap: normal;
}
.td-doubleSlider-2 .td-button {
  top: -10px;
  display: inline-block;
}
.td-doubleSlider-2 .td-button:hover {
  cursor: pointer;
}
.td-doubleSlider-2 .td-button {
  /* responsive landscape tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-doubleSlider-2 .td-button {
    top: -9px !important;
  }
}
.td-doubleSlider-2 .td-button .td-border {
  height: 60px;
  width: 80px;
  /* responsive landscape tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-doubleSlider-2 .td-button .td-border {
    height: 58px;
    width: 56px;
  }
}
.td-doubleSlider-2.td_center_slide2 {
  text-align: center;
  padding: 25px 0 10px 0;
}
.td-doubleSlider-2.td_center_slide2 .td-slider {
  display: inline-block;
}
.td-doubleSlider-2.td_center_slide2 .td-button {
  position: relative;
  top: -15px;
  margin: 0 2px 0 3px;
}
@font-face {
  font-family: 'newspaper';
  src: url('/w/wp-content/themes/Newspaper/images/icons/newspaper.eot?8');
  src: url('/w/wp-content/themes/Newspaper/images/icons/newspaper.eot?8#iefix') format('embedded-opentype'), url('/w/wp-content/themes/Newspaper/images/icons/newspaper.woff?8') format('woff'), url('/w/wp-content/themes/Newspaper/images/icons/newspaper.ttf?8') format('truetype'), url('/w/wp-content/themes/Newspaper/images/icons/newspaper.svg?7#newspaper') format('svg');
  font-weight: normal;
  font-style: normal;
}
.td-icon-left:before {
  content: '<';
  font-size: 24px;
}
.td-icon-right:before {
  content: '>';
  font-size: 24px;
}
.single-post p.post-meta {
  margin-right: 5px;
  display: inline;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.single-post .cu-tags {
  margin-bottom: 30px;
  display: block;
  padding-top: -15px;
}
.et_post_meta_wrapper img {
  padding-top: 30px;
}
#lp-recentposts li {
  padding-top: 5px;
  border-color: black;
  border-bottom: 1px solid;
}
#lp-recentposts li:last-child {
  border-bottom: none;
}
#lp-recentposts h3 {
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}
#lp-recentposts h3 a:hover {
  color: black;
  text-decoration: underline;
}
.crp_related .lp-relatedtitle {
  font-family: Arial, sans-serif;
  color: black;
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
  text-align: left;
}
.crp_related .lp-relatedlist {
  display: flex;
  justify-content: center;
}
.gameimagelink {
  text-align: center;
  font-size: 22px;
}
