/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* custom Stylsheet */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.abril-fatface-font {
  font-family: "Abril Fatface";
}
/* GENERAL STYLES */
#g-page-surround {
  background-image: url('../../../../images/ImageFiles/WWFBGUndone-Model2.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* box with spyro on white background*/
.wonder1 {
  position: relative;
  margin-top: 1rem;
}
.wonder1.moduletable, .wonder1.widget, .wonder1.g-outer-box, .wonder1 > .g-content {
  position: relative;
  background: #fafafa;
}
.wonder1.moduletable:before, .wonder1.widget:before, .wonder1.g-outer-box:before, .wonder1 > .g-content:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #fea220;
  -webkit-mask-image: url('../../../../images/spyro.svg');
  mask-image: url('../../../../images/spyro.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: -0.5rem;
  left: -1.5rem;
  z-index: 0;
}
.wonder1.moduletable:after, .wonder1.widget:after, .wonder1.g-outer-box:after, .wonder1 > .g-content:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fea220;
  -webkit-mask-image: url('../../../../images/spyro.svg');
  mask-image: url('../../../../images/spyro.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: -1.2rem;
  right: 20%;
  z-index: 1;
}
.wonder1.moduletable .g-main-nav .g-menu-item-container:after, .wonder1.widget .g-main-nav .g-menu-item-container:after, .wonder1.g-outer-box .g-main-nav .g-menu-item-container:after, .wonder1 > .g-content .g-main-nav .g-menu-item-container:after {
  background: #ffffff !important;
}
/* box with spyro on grey background*/
.wonder2 {
  position: relative;
  margin-top: 1rem;
}
.wonder2.moduletable, .wonder2.widget, .wonder2.g-outer-box, .wonder2 > .g-content {
  position: relative;
  background: #a7a7a7;
}
.wonder2.moduletable:before, .wonder2.widget:before, .wonder2.g-outer-box:before, .wonder2 > .g-content:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  -webkit-mask-image: url('../../../../images/spyro.svg');
  mask-image: url('../../../../images/spyro.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: -0.5rem;
  left: -1.5rem;
  z-index: 0;
}
.wonder2.moduletable:after, .wonder2.widget:after, .wonder2.g-outer-box:after, .wonder2 > .g-content:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  -webkit-mask-image: url('../../../../images/spyro.svg');
  mask-image: url('../../../../images/spyro.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: -1.2rem;
  right: 20%;
  z-index: 1;
}
.wonder2.moduletable .g-main-nav .g-menu-item-container:after, .wonder2.widget .g-main-nav .g-menu-item-container:after, .wonder2.g-outer-box .g-main-nav .g-menu-item-container:after, .wonder2 > .g-content .g-main-nav .g-menu-item-container:after {
  background-color: #a7a7a7 !important;
}
/* MENU */
#g-container-navigation #g-navigationmain {
  background: linear-gradient(to bottom, black 15%, rgba(0, 0, 0, 0) 100%);
}
/*Make font black*/
.font-black, .font-black * {
  color: #000 !important;
}
.font-black span[style], .font-black a[style] {
  color: #000 !important;
}
/*Make links orange*/
.orange-link {
  color: orange !important;
  text-decoration: none;
}
.orange-link:hover {
  color: #ffae42 !important;
  text-decoration: underline;
}
/*Articles titles bolder*/
.page-header h1 {
  font-weight: 800;
}
/* NEWS */
/* BACKGROUND NEWS*/
body.outline-20 #g-page-surround {
  background-image: url('../../../../images/ImageFiles/WONDER-Background-news.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* ENLARGE ARROWS */
.swiper-button-prev i, .swiper-button-next i {
  font-size: 30px !important;
  color: #ffffff !important;
}
/* ENLARGE ARROW HIT AREAS */
.swiper-button-prev, .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ALIGN SLIDE TEXT LEFT */
.swiper-slide {
  text-align: left !important;
}
.swiper-pagination {
  margin-left: 5px;
  /* or tweak to your visual preference */
}
/*ARTICLES*/
/* BACKGROUND ARTICLES*/
body.outline-22 #g-page-surround {
  background-image: url('../../../../images/ImageFiles/WONDER-Background-article.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* ARTICLES STYLING*/
body.outline-22 .item-page a {
  color: orange !important;
  text-decoration: none !important;
  font-weight: normal;
  transition: font-weight 0.2s ease-in-out;
}
body.outline-22 .item-page a:hover {
  font-weight: bold;
}
.back-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 0.5rem;
  transform: rotate(-4deg);
}
.back-wrap .g-content {
  display: inline-block;
  width: auto;
  max-width: max-content;
  text-align: center;
  transform: rotate(2deg);
  /* undo the tilt */
  background: white;
  /* optional for visual separation */
  padding-bottom: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* subtle lift */
}
.back-to-news a {
  color: orange;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
  display: inline-block;
}
.back-to-news a:hover {
  transform: scale(1.05);
  color: orange;
  /* keeps the same color */
}
/*CONTACT*/
/* BACKGROUND CONTACT*/
body.outline-21 #g-page-surround {
  background-image: url('../../../../images/ImageFiles/WONDER-Background-contact2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/*TOP STACK (for productions and contact)*/
/* === MOBILE-FIRST DEFAULT === */
/* Slideshow Section (1–3 blocks) */
.contact-wrapper .g-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 100%;
}
.contact-wrapper .g-block {
  flex: 0 0 auto;
  width: 80%;
  max-width: 80%;
  margin-bottom: -80px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.contact-wrapper .g-block:first-child {
  margin-top: 0;
}
.contact-wrapper .g-block img {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-width: 200px;
  display: block;
}
/* Header Section (4–6 blocks) */
.header-wrapper .g-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 100%;
}
/* HIDE HEADER ON MOBILE/TABLET */
@media only all and (max-width: 79.9375rem) {
  .header-wrapper {
    display: none !important;
  }
}
/* TABLET TWEAKS (48rem–80rem) */
@media only all and (min-width: 48rem) and (max-width: 79.9375rem) {
  .contact-wrapper .g-block {
    width: 70%;
    max-width: 70%;
    margin-bottom: -100px;
  }
}
/* === DESKTOP (≥80rem) === */
@media only all and (min-width: 80rem) {
  /* Subtle size & rotation differences */
  .contact-wrapper .g-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .contact-wrapper .g-block {
    margin: 0 -30px;
    position: relative;
    display: block !important;
    z-index: 1;
  }
  .contact-wrapper .g-block:nth-child(1) {
    flex: 0 0 33%;
    max-width: 33%;
    rotate: -4deg;
    z-index: 1;
    margin-right: -55px;
  }
  .contact-wrapper .g-block:nth-child(2) {
    flex: 0 0 35%;
    max-width: 35%;
    rotate: 2deg;
    margin-top: 10px;
    z-index: 3;
  }
  .contact-wrapper .g-block:nth-child(3) {
    flex: 0 0 33%;
    max-width: 33%;
    rotate: 7deg;
    margin-top: 20px;
    z-index: 2;
    margin-left: -50px;
  }
  .contact-wrapper .g-block:nth-child(4) {
    flex: 0 0 19%;
    max-width: 19%;
    rotate: -3deg;
    margin-top: 5px;
    z-index: 1;
  }
  .contact-wrapper .g-block:nth-child(5) {
    flex: 0 0 21%;
    max-width: 21%;
    rotate: 5deg;
    z-index: 0;
  }
}
/* === HEADER SECTION (≥80rem) === */
@media only all and (min-width: 80rem) {
  /* Header Slides Styling */
  .header-wrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 70px;
    margin-top: -120px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-wrapper .g-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .header-wrapper .g-block {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 -30px;
    position: relative;
    z-index: 1;
  }
  .header-wrapper .g-block:nth-child(1) {
    flex: 0 0 15%;
    max-width: 15%;
    rotate: 4deg;
  }
  .header-wrapper .g-block:nth-child(2) {
    flex: 0 0 30%;
    max-width: 30%;
    rotate: 5deg;
    top: -5px;
  }
  .header-wrapper .g-block:nth-child(3) {
    flex: 0 0 35%;
    max-width: 35%;
    rotate: -2deg;
    top: -5px;
    z-index: 4;
  }
  .header-wrapper .g-block:nth-child(4) {
    flex: 0 0 15%;
    max-width: 15%;
    rotate: 5deg;
    z-index: 3;
    margin-left: -50px;
  }
}
/* === Mobile/Tablet rotation effects for slideshow blocks (≤80rem) === */
@media only all and (max-width: 79.9375rem) {
  /* Allow overflow for rotated content */
  /* Rotate image inside first slideshow block */
  /* Rotate image inside third slideshow block */
  .contact-wrapper .g-block {
    overflow: visible;
  }
  .contact-wrapper .g-block:nth-child(1) img {
    transform: rotate(-4deg);
  }
  .contact-wrapper .g-block:nth-child(3) img {
    transform: rotate(5deg);
  }
}
/*PRODUCTIONS*/
/* BACKGROUND PRODUCTIONS*/
body.outline-18 #g-page-surround {
  background-image: url('../../../../images/ImageFiles/WONDER-Background-productions.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* Add drop shadow to the photo/image wrapper */
.g-latestnews-grid-item .g-latestnews-grid-item-image {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
/* Optional: make shadow stronger on hover */
.g-latestnews-grid-item:hover .g-latestnews-grid-item-image {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
/* Make titles black and bold on hover */
.g-latestnews-grid-item-content * {
  color: black !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: font-weight 0.2s ease;
}
.g-latestnews-grid-item:hover .g-latestnews-grid-item-content * {
  font-weight: 700 !important;
}
/* navigation of carousel on black*/
.g-latestnews-nav-item {
  color: black !important;
  font-weight: 500;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
/* Optional: bold on hover to match title behavior */
.g-latestnews-nav-item:hover {
  font-weight: 700;
}
/*reduce size of boxes*/
/* Make the grid behave responsively */
.g-latestnews-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
/* Each card gets ~22% width, adjusts on screen size */
.g-latestnews-grid-item {
  flex: 0 1 22%;
  box-sizing: border-box;
}
/* Make sure images scale with proportion */
.g-latestnews-grid-item-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .g-latestnews-grid-item {
    flex: 0 1 48%;
  }
}
@media (max-width: 480px) {
  .g-latestnews-grid-item {
    flex: 0 1 100%;
  }
}
/* PRODUCTIONS - LOWER SLIDER*/
/* === Title Styling === */
.g-toprated .g-title {
  color: #000 !important;
}
/* === Navigation Arrows Styling === */
.g-toprated .slick-arrow:before {
  color: #000 !important;
}
/* === Allow shadow visibility === */
.g-toprated .slick-list {
  overflow: visible;
}
/* === Image tile styling === */
.g-toprated .g-toprated-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}
/* === On hover: darker and deeper shadow === */
.g-toprated .g-toprated-image:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
/* === Ensure image conforms to shape === */
.g-toprated .g-toprated-image img {
  border-radius: inherit;
  width: 100%;
  height: auto;
  display: block;
}
/*SINGLE PRODUCTIONS*/
/* BACKGROUND SINGLE PRODUCTIONS*/
body.outline-19 #g-page-surround {
  background-image: url('../../../../images/ImageFiles/WONDER-Background-productions.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/*center synopsys*/
body.itemid-122 .moduletable {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/*tighten title box*/
.title-wrap {
  display: flex;
  justify-content: left;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  transform: rotate(-4deg);
}
.title-wrap .g-content {
  display: inline-block;
  width: auto;
  max-width: max-content;
  text-align: left;
  transform: rotate(2deg);
  /* undo the tilt */
  background: white;
  /* optional for visual separation */
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* subtle lift */
}
/*token position*/
.outline-19 .moduletable.token {
  position: relative;
  z-index: 10;
  margin-top: -15rem;
}
@media (max-width: 768px) {
  .outline-19 .moduletable.token {
    margin-top: -7rem;
    z-index: 10;
  }
}
/*# sourceMappingURL=custom_20.css.map */