@font-face {
  font-family: 'S4CSansRegular';
  src: url('/fonts/s4csans/s4csrg__-webfont.eot');
  src: local(''), url('/fonts/s4csans/s4csrg__-webfont.woff') format('woff'), url('/fonts/s4csans/s4csrg__-webfont.ttf') format('truetype'), url('/fonts/s4csans/s4csrg__-webfont.svg#webfont2KvY9yUn') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S4CSansBold';
  src: url('/fonts/s4csans/s4csbd__-webfont.eot');
  src: local(''), url('/fonts/s4csans/s4csbd__-webfont.woff') format('woff'), url('/fonts/s4csans/s4csbd__-webfont.ttf') format('truetype'), url('/fonts/s4csans/s4csbd__-webfont.svg#webfontokCzJG4A') format('svg');
  font-weight: normal;
  font-style: normal;
}

.cyw-merchandise .s4cContent {
font-family: "S4CSansRegular", Helvetica, Arial, sans-serif;
}

.cyw-merchandise h1, h2, h3, h4, h5, h6 {
font-family: "S4CSansBold", Helvetica, Arial, sans-serif;
}

.cyw-merchandise .masonryGridItemContent > h2, .masonryItemInfo h2 {
font-family: "S4CSansBold", Helvetica, Arial, sans-serif;
}

.cyw-merchandise div.pageTitle > h1 {
font-family: "S4CSansBold", Helvetica, Arial, sans-serif;
}

.cyw-merchandise a.button, a.buttonIcon {
font-family: "S4CSansBold", Helvetica, Arial, sans-serif;
}

.cyw-merchandise ul.feedLinks h3 {
font-family: "S4CSansBold", Helvetica, Arial, sans-serif;
}

.cyw-merchandise ul.feedLinks {
font-family: "S4CSansRegular", Helvetica, Arial, sans-serif;
}

.cyw-merchandise div.masonryItemInfo a {
  color: #EE82B6;
}
.cyw-merchandise div.masonryItemInfo a:hover {
  color: #36312d;
}
.cyw-merchandise a.button,
.cyw-merchandise a.buttonIcon {
  background: #EE82B6;
  color: #fff;
}
.cyw-merchandise a.button:hover,
.cyw-merchandise a.buttonIcon:hover {
  color: #36312d;
}

.cyw-merchandise a.button span.skew,
.cyw-merchandise a.buttonIcon span.skew {
  background: #fff;
}
.cyw-merchandise a.button:hover span.icon,
.cyw-merchandise a.buttonIcon:hover span.icon {
  color: #36312d;
}


.cyw-merchandise div.masonryItemInfo h2, .cyw-merchandise div.masonryItemInfo h2 > a {
    color: #21acde;
}

.cyw-merchandise div.masonryItemInfo h2 > a:hover {
    color: #36312d;
}

.cyw-merchandise .masonryItemInfo p {
    color: #fff;
}

.cyw-merchandise .layoutBlockFluidMax1280 h1, .cyw-merchandise .layoutBlockFluidMax1280 h2, .cyw-merchandise .layoutBlockFluidMax1280 h3, .cyw-merchandise .layoutBlockFluidMax1280 h4, .cyw-merchandise .layoutBlockFluidMax1280 h5, .cyw-merchandise .layoutBlockFluidMax1280 h6 {
color:#36312d;
}

.cyw-merchandise p {
color:#36312d;
}
.cyw-merchandise div.pageTitle > h1 {
    font-size: 5.5rem;
font-weight: 300;
}

.cyw-merchandise #contact-form {
    padding: 25px 0 20px;
}
.cyw-merchandise #contact-form div {
    margin-bottom: 25px;
}
.cyw-merchandise #contact-form label span {
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin: 5px 0;
}
.cyw-merchandise #contact-form input[type="text"], .cyw-merchandise #contact-form input[type="email"], .cyw-merchandise #contact-form input[type="tel"], .cyw-merchandise #contact-form input[type="url"], .cyw-merchandise #contact-form textarea, .cyw-merchandise #contact-form select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
    margin: 0 0 5px;
    padding: 10px;
    width: 100%;
}

.cyw-merchandise #contact-form select {
height:50px;
}
.cyw-merchandise #contact-form input[type="text"]:hover, #contact-form input[type="email"]:hover, .cyw-merchandise #contact-form input[type="tel"]:hover, .cyw-merchandise #contact-form input[type="url"]:hover, .cyw-merchandise #contact-form textarea:hover, .cyw-merchandise #contact-form select:hover {
    border: 1px solid #aaa;
    transition: border-color 0.3s ease-in-out 0s;
}

.cyw-merchandise #contact-form input[type="checkbox"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
    margin: 0 0 5px;
    padding: 10px;
}
.cyw-merchandise #contact-form input[type="checkbox"]:hover {
    border: 1px solid #aaa;
    transition: border-color 0.3s ease-in-out 0s;
}
.cyw-merchandise #contact-form textarea {
    height: 100px;
    max-width: 100%;
}

.cyw-merchandise #contact-form select {
    height: 50px;
    max-width: 100%;
}

.cyw-merchandise #contact-form button[type="submit"] {
    background: none repeat scroll 0 0 #EE82B6;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0 0 5px;
    max-width: 250px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.cyw-merchandise #contact-form button[type="submit"]:hover {
    background: none repeat scroll 0 0 #36312d;
    transition: background-color 0.3s ease-in-out 0s;
}
.cyw-merchandise #contact-form button[type="submit"]:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.cyw-merchandise #contact-form input:focus, .cyw-merchandise #contact-form textarea:focus {
    border: 1px solid #999;
    outline: 0 none;
}

.cyw-merchandise #contact-form input[type="file"] {
height:50px;
background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 2px #ddd inset, 0 1px 0 #fff;
    margin: 0 0 5px;
    width: 100%;
}

.cyw-merchandise .cyw-bd-form {
max-width: 800px;
}

.cyw-merchandise #contact-form input[name="cyw_child_dob"] {
width:200px;
}

.cyw-merchandise .cyw-schedule .masonryGridItemContent > h2 {
border-bottom: 1px solid #b5b9b8;
padding:0 0 25px 0;
font-size: 2.1em;
font-weight: normal;
text-align: center;
}

.cyw-merchandise .cyw-schedule .masonryGridItemContent {
background:none;
}

.cyw-merchandise .cyw-schedule .time {
    display: inline-block;
    padding-right: 1.6em;
    text-align: left;
    width: 3em;
}

.cyw-merchandise .cyw-schedule .feedLinks li {
border-bottom: 1px solid #dce1df;
padding: 2.1em 0 2.1em 1.2em;
}

.cyw-merchandise .cyw-schedule ul.feedLinks p {
padding: 0.5em 0;
font-size: 1.1em;
}

.cyw-merchandise .sponsor {
padding: 5.5% 0;
}

.cyw-merchandise strong {
  font-weight:bold;
}

.cyw-merchandise .sponsor .centreVideo {
margin-top:2%;
max-width:300px;
}

.cyw-christmas-show-19.cyw-merchandise .centeredImg, .taith-nadolig-cyw-20.cyw-merchandise .centeredImg {
margin-top:2%;
margin-bottom:10%;
}

.cyw-merchandise hr {
height: 2px;
}

.greenUI a.button:hover, .greenUI a.buttonIcon:hover, .buttonIconInner:hover, .buttonInner:hover, .buttonIconInner:hover, .buttonInner:hover, [class*='stwnsh'] .buttonIcon .buttonIconInner:hover, [class*='stwnsh'] li a.button:hover, [class*='stwnsh'] li a.button div.buttonInner:hover, [class*='stwnsh'] .actionsItem a.buttonIcon:hover {
color:#1e1e1e;
}

body.subSubSection1 li.subSubSectionLink1 a.button, body.subSubSection1 li.subSubSectionLink1 a.buttonIcon, body.subSubSection1 li.subSubSectionLink1 a.buttonIcon span.icon, body.subSubSection1 li.subSubSectionLink1 a.button span.icon, body.subSubSection1 li.subSubSectionLink1 a.button span.label {
color:#1e1e1e;
}

.cyw-merchandise div.fullWidthImg {
    margin-bottom: 5%;
}

.cyw-merchandise .centeredImg {
    margin-bottom: 5%;
}

.cyw-merchandise ul.errorlist li {
color: #cc0000;
margin: 0 0 0 1em;
font-size: 1.2rem;
}

.cyw-merchandise #contact-form input[type="file"] {
border:none;
box-shadow:none;
}

.cyw-merchandise #contact-form #id_photo {
padding-top:10px;
}

.monthly-email-subscribe .masonryGrid, .e-bost-misol-tanysgrifio .masonryGrid {
margin-bottom: 10%;
}



h1.largeHeading {
  margin: auto;
  max-width: 400px;
  padding-bottom: 0;
  padding-top: 10px;
}

div.pageSubTitle {
  padding-bottom: 0;
  padding-top: 0;
  max-width: none;
}

div.pageSubTitle > h2 {
  margin-bottom: 12px;
}

.textBlock {
  padding-bottom: 0;
  padding-top: 0;
  max-width: none;
}

.masonryGridItemContent {
  margin: 10px;
  width: auto;
}

ul.cywGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: static !important;
    height: auto !important;
    width: auto !important;
}

@media screen and (min-width: 500px) {
  ul.cywGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

ul.cywGrid > li {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.textBlock p {
  margin-bottom: 12px;
}

.masonryGridItemContent > h2, .masonryItemInfo h2 {
    font-size: 16px;
}

div.pageSubTitle > h2 {
  font-size: 30px;
}


body.subSection div.sectionHeading {
    background: url('https://www.s4c.cymru/media/media_assets/CywSkyBG2.png') repeat-x top;
    background-position: 0px 0px;
    -moz-animation: animatedBackground 60s linear infinite;
    -webkit-animation: animatedBackground 60s linear infinite;
    -ms-animation: animatedBackground 60s linear infinite;
    -o-animation: animatedBackground 60s linear infinite;
    animation: animatedBackground 60s linear infinite;
    min-height: 500px;
  
}

.largeHeading > img {
  -webkit-animation: animatedBalloon 6s ease-in-out infinite;
  animation: animatedBalloon 6s ease-in-out infinite;
}

@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1200px 0;
  }
}

@-webkit-keyframes animatedBalloon { 
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 20px, 0);
  }
}

@keyframes animatedBalloon { 
  0% {
    transform: translate3d(0, 20px, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 20px, 0);
  }
}

.darkBG a {
  color: #1f425c;
  font-weight: bold;
  text-decoration: underline;
}

hr {
    border: none;
    width: 50%;
    margin: 40px auto 40px;
}