@import url("../../../../../vuo8nyh.css");

html { background-color: #e6e9ee; }
body { background-color: #e6e9ee; }

#home-directory { 
position: relative;
z-index: 99;
}

#footer-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#footer-logos img {
  height: 26px;
  margin: 0px 20px 20px 0px;
  width: auto;
}

#eu-cookie-law {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #2e4467;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-flow: column;
  border-radius: 5px;
  box-shadow: 0px 4px 12px rgb(0 0 0 / 20%);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.widget form {
  max-width: 100% !important;
}

#eu-cookie-law {
  font-size: 16px;
  font-family: museo-sans, sans-serif;
}

#eu-cookie-law a {
  background: #f4f4f4;
  padding: 10px 0px;
  text-decoration: none;
  text-align: center;
  color: #4f4f4f;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  margin: 20px 0px 0px 0px;
  width: 100%;
  padding: 10px 12px;
}

.widget form {
  max-width: 100% !important;
  width: 100%;
}

#eu-cookie-law input,
#eu-cookie-law input:focus,
#eu-cookie-law input:hover {
  background: #341b7a;
  border: 1px solid #341b7a;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  display: block;
  float: none;
  font-size: 16px;
  font-weight: 900;
  margin: 0px 0px 30px 0px;
  padding: 10px 12px;
  text-transform: none;

  height: auto;
}

ul.category-filter.container {
  display: none;
}

.ccw-testimonial h1 {
  color: #4f4f4f;
  font-size: 30px !important;
}

.wp-block-image img {
  width: 100% !important;
}

.ccw__gallery img {
  object-fit: cover;
  height: 340px;
}
.ccw-teacher__testionial-meta h3 {
  font-size: 20px;
}

.ccw-teacher__testionial-text p {
  font-size: 22px;
}

.ccw-content-card__content h3 {
  margin: 0px 0px 30px;
}

.ccw-content-card__content p.contact-person {
  font-size: 24px;
  font-weight: bold;
  color: #4f4f4f;
  margin-bottom: 10px;
}

.ccw-content-card__content a.button {
  margin-bottom: 30px;
  font-size: 16px;
}

.ccw-contact-card {
  background: #fff;
  padding: 40px 40px 10px 40px;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}

.ccw-global-banner {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  flex-basis: 48%;
  margin: 40px auto 40px auto;
}

.bg--white {
  background: #fff !important;
}

.ccw-teacher__testionial-wrap {
  background: #fff;
  padding: 40px 40px 10px 40px;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}

.ccw-taster__gallery {
  display: grid;
  grid: auto / 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.ccw__gallery {
  display: grid;
  grid: auto / 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.masterclass-gallery__entry {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}

.masterclass-gallery__entry p {
  max-width: 35ch;
  margin: auto;
}

.masterclass-gallery {
  display: grid;
  grid-column-gap: 60px;
  grid-template-columns: 20px repeat(6, calc(500px)) 100px;
  overflow-x: scroll;
  background: #fff;
  padding: 100px 100px 100px 0px;
  margin: 70px;
}

.masterclass-gallery::before {
  content: "";
}

.masterclass-gallery::after {
  content: "";
  width: 10px !important;
}

.masterclass-gallery > .masterclass-gallery__entry:last-child {
  margin-right: 20px;
}

.masterclass-gallery__entry img {
  border: 3px solid #fff;
  object-fit: cover;
  height: 440px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 0px auto 30px auto;
}

div#content.site-content {
  margin-top: 41px !important;
}

.info-card-wrapper {
  display: grid;
  grid: auto / 0.9fr 1.2fr 0.9fr;
  margin: -107px 0px 50px 0px;
  z-index: 99;
  position: relative;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.page .site-content {
  padding-bottom: 80px;
}

h1#testimonials {
  text-align: center;
  padding-top: 20px;
}

.ccw-testimonial-wrapper {
  display: grid;
  grid: auto / 1fr 1fr 1fr 1fr;
  max-width: 1100px;
  margin: auto;
  padding: 30px 30px 30px 60px;
}

.ccw-testimonial__button {
  align-self: center;
  justify-self: center;
}

.ccw-testimonial__button a {
  background: #331a7a !important;
}

.ccw-testimonial__button a:hover {
  background: #3d09d1 !important;
}

#homeTestimonialOne {
  z-index: 9;
  position: relative;
  margin-right: -250px;
  transform: scale(1.1);
}

#homeTestimonialTwo {
  margin-right: -150px;
  z-index: 8;
  position: relative;
  transform: scale(0.9);
  background: #fff;
}

#homeTestimonialTwo h3 {
  color: #4f4f4f;
}

#homeTestimonialTwo p {
  color: #4f4f4f;
}

#homeTestimonialThree {
  margin-left: -100px;
  z-index: 7;
  position: relative;
  transform: scale(0.7);
  opacity: 1;
}

#homeTestimonialThree h3 {
  color: #4f4f4f;
}

#homeTestimonialThree p {
  color: #4f4f4f;
}

.ccw-home-message {
  background: #413465;
  padding: 40px 40px 14px 40px;
  margin: 40px 0px 55px;
  border-radius: 5px;
}

.ccw-home-message h1 {
  margin: 0px 0px 20px 0px !important;
  color: #fff !important;
  font-size: 40px !important;
}

.ccw-home-message p {
  color: #fff !important;
  font-weight: 600 !important;
}

.navButtonApply {
  display: inline-block;
  background: #331a7a;
  padding: 2px 15px;
  border-radius: 200px;
}

.navButtonApply:hover {
  background: #ff7a00;
}

li.navButtonApply a {
  color: #fff !important;
}

li.navButtonApply a::after {
  content: "  ›";
  margin: 0px 0px 0px 6px;
}

.ccw-masterclasses__gallery {
  display: grid;
  grid: auto / 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 30px 0px 0px 0px;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
}

.full-bleed-content {
  max-width: 1100px;
  margin: auto;
  padding: 40px 30px 70px 30px;
}

.site-content {
  overflow-x: unset !important;
}

.ccw-testimonial--teacher {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

.ccw-testimonial--teacher__text {
  padding: 40px 40px 0px 40px;
}

.ccw-testimonial--teacher__text p {
  font-size: 25px;
}

.ccw-testimonial--teacher__meta {
  background: #3d3d3d;
  padding: 20px 40px 30px;
}

.ccw-testimonial--teacher__meta p.teacher {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  margin: 0px;
}

.ccw-testimonial--teacher__meta p.school {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin: 0px;
}

.ccw-hero-banner__text h1 {
  color: #fff !important;
  font-size: 70px !important;
  display: inline-block;
  padding: 0px 0px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  text-align: center;
  font-weight: 900 !important;
}

.ccw-hero-banner__text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 200px 10%;
}

.ccw-hero-banner__image {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  flex-basis: 48%;
  margin: 0px auto 40px auto;
}

.panel--padding {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 20px;
}

.panel--padding h3 {
  font-size: 30px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 20px;
}

.panel--padding a {
  display: block;
  background: #331a7a;
  padding: 10px;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  margin: 0px;
}

.panel a::after {
  content: "  ›";
  margin-left: 5px;
}

.panel a:hover {
  background: #3d09d1;
}

.ccw-testimonial__entry {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 60px 20px 40px;
  border-radius: 5px;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.ccw-masterclasses {
  background: #331a7a;
  padding: 269px 30px 10px 30px;
  margin: -226px 0px 0px;
  border-radius: 0px;
  text-align: center;
}

.ccw-masterclasses img {
  border: 3px solid #fff;
  object-fit: cover;
  height: 240px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
}

.ccw-masterclasses p {
  color: #fff;
  max-width: 55ch;
  margin: 0px auto 30px;
  font-size: 18px;
  font-weight: 300 !important;
}

.ccw-masterclasses h2 {
  color: #fff;
  margin: 0px 0px 20px 0px;
}

.ccw-masterclasses a {
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  color: #331a7a !important;
}

.ccw-testimonial a:hover {
  background: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
}

.ccw-testimonial {
  background: #ffffff;
  padding: 60px 40px 40px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  align-self: center;
  justify-self: center;
}

.ccw-testimonial p {
  color: #4f4f4f;
  max-width: 55ch;
  margin: auto;
  font-size: 20px;
  font-weight: 600 !important;
}

.ccw-testimonial h1 {
  color: #4f4f4f;
  font-size: 30px;
}

.ccw-testimonial a.button {
  background: #fff;
  color: #4f4f4f !important;
  font-size: 18px;
  margin: 20px 0px 0px 0px;
}

.ccw-banner {
  display: grid;
  grid: 400px / 1fr 1fr;
  background: #fff;
  margin: 0px 0px 60px 0px;
  padding: 0px;
  overflow: hidden;
  border-radius: 5px;
border: 1px solid #e4e4e4;
box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.ccw-banner__text h1 {
  font-size: 25px !important;
  margin: 0px 0px 20px 0px;
}

.ccw-banner__text a.button {
  font-size: 15px;
  margin: 0px;
  background: #331a7a;
}

.ccw-banner__text a.button:hover {
  background: #3d09d1;
}

.ccw-banner__image {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  flex-basis: 48%;
  margin: auto;
  width: 100%;
}

.ccw-banner__text {
  text-align: center;
  align-self: center;
  justify-self: center;
  padding: 40px 60px;
}

.banner-text {
  font-weight: 900 !important;
  font-size: 50px !important;
}

.panel-apply {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
}

.panel-apply h1 {
  margin: 0px;
}

a.button {
  font-size: 20px;
  background: #3b3b3b;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  margin-top: 0px;
  width: auto;
  font-weight: 600 !important;
}

a.button:hover {
  background: #000;
}

a.button::after {
  content: "  ›";
  margin-left: 5px;
}

.info-card {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  align-self: center;
  justify-self: center;
  display: grid;
  width: 100%;
  align-items: center;
}

.info-card p.info-label {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

p.small-label {
  margin: 0px 0px 10px 0px;
}

.grid--one {
  display: grid;
  grid: auto / 1fr;
  width: 100%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.grid--two {
  display: grid;
  grid: auto / 1fr 1fr;
  width: 100%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.grid--three {
  display: grid;
  grid: auto / 1fr 1fr 1fr;
  width: 100%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.entry-content h1 {
  color: #262626;
  padding: 5px 0px;
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-size: 45px;
}

.panel {
  background: #fff;
  /* border: 1px solid #d9d9d9; */
  border-radius: 5px;
  padding: 0px;
  transition: 0.4s;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.panel__links {
  padding: 20px 20px 20px 20px;
  margin: 0px;
}

.panel__text {
  padding: 20px 20px 0px 20px;
  margin: 0px;
  text-align: center;
}

.panel__text p {
  margin: 5px 0px 10px 0px;
  text-align: center;
}

.panel__text h1 {
  font-size: 1.875rem;
  margin: 0px 0px 0px 0px;
  padding: 25px 0px 5px 0px;
}

.panel__image img {
  width: 100%;
  margin: 0px;
  object-fit: cover;
  height: 240px;
}

.panel h2 {
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
}

.panel a {
  display: block;
  background: #331a7a;
  padding: 10px;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0px 0px 0px;
}

.panel a::after {
  content: "  ›";
  margin-left: 5px;
}

.panel a:hover {
  background: #3d09d1;
}

.panel:hover {
  transform: scale(1);
  transition: 0.15s;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

#main {
  padding: 0px;
}

.single .nav-previous {
  display: none;
}

.single .nav-links > span,
.single .nav-links > div > span {
  display: none;
}

.single .entry-meta {
  display: none;
}

.single .featured-image img {
  text-align: center;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  min-height: 500px;
}

.layout-three-columns .masonry [class*="col-"] {
  padding: 0px;
  border: 1px solid #dddddd;
}

#post-load {
  max-width: 700px;
  margin: auto;
}

.masonry .entry-title,
.masonry .page .entry-title {
  line-height: 1.3em;
  margin-top: 0rem;
  margin-bottom: 1rem;
  text-align: center;
  padding: 20px 0px 10px;
}

.masonry .featured-image + .entry-meta {
  margin-top: 0rem;
  display: none;
}

.masonry [class*="col-"] {
  margin-bottom: 10px !important;
}

.masonry article {
  background: #fff;
  padding: 0px;
}

div#post-load.masonary {
  display: grid !important;
  grid: auto / 1fr 1fr !important;
}

.col-md-4 {
  width: 100%;
}

figure.featured-image img {
  object-fit: cover;
  height: 240px;
  width: 100%;
}

.featured-image a {
  width: 100%;
}

.masonry [class*="col-"] {
  margin-bottom: 50px !important;
}

h2.widget-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 900;
  margin: 0px 0px 20px 0px;
}

.site-footer .container {
  overflow: hidden;
  max-width: 1200px;
}

.site-header .container {
  /* max-width: 1200px; */
}

.site-title a {
  color: #505050;
  font-size: 21px;
}

.site-footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.site-footer a:hover {
  color: #fff;
}

a.back-to-top {
  display: none !important;
}

.site-footer .widget-area {
  margin-top: 0px;
  margin-bottom: 0px;
}

.site-footer {
  padding: 80px 0px;
}

#media_image-9 {
  margin: 20px 0px;
}

.container .container.container-small {
  max-width: 1240px;
}

div#content {
  max-width: 1200px !important;
  margin: auto;
}

.quote {
  background: white;
  padding: 30px 30px 10px 30px;
  border-left: 5px solid #17428f;
}

.quote p {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 20px;
}

#big-search-trigger {
  display: none;
}

.site-header nav {
  display: table-cell;
  padding-right: 0px;
  text-align: right;
  vertical-align: middle;
}

img.mainphoto {
  transform: rotate(-2deg);
  width: 80%;
  margin: 0% 10% 0% 10%;
  text-align: center;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.category-filter li {
  display: inline-block;
  list-style: none;
  margin-left: 19px;
  margin-right: 19px;
  text-transform: None;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
}

.masonry .featured-image + .entry-meta,
.masonry .entry-gallery + .entry-meta,
.masonry .entry-video + .entry-meta {
  margin-top: 0rem;
}

.masonry .entry-title,
.masonry .page .entry-title {
  line-height: 1.3em;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.miniline {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 15px !important;
}

.entry-content p {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
}

div.sharedaddy,
div.sharedaddy {
  display: none;
}

.miniline a {
  display: none !important;
  padding-bottom: 20px !important;
}

.search-wrap {
  background: rgba(255, 255, 255, 0.9);
}

.page .page-header {
  text-align: left;
  display: none;
}

header.page-header {
  text-align: left;
  display: none !important;
}

.entry-content a {
  font-weight: 500;
  border-bottom: 1px solid;
  color: #4f4f4f;
  font-weight: 800;
  letter-spacing: 0px;
}

.download-btn {
  background: #17428f;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.download-btn:hover {
  background: #e72964;
}

.download-btn a {
  color: #fff;
}

.download-btn a:hover {
  text-decoration: none !important;
}

.fullwidth-slider .site-header,
.fullwidth-slider.standard-menu .main-navigation ul ul {
  background-color: #fff;
}

.site-header .container {
  display: table;
  position: relative;
  padding-top: 13px;
  padding-bottom: 9px;
}

.site-header {
  padding-top: 0px;
  padding-bottom: 1px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.category-list {
  display: none;
}

h1.page-title {
  background: #17428f;
  color: #fff;
  font-size: 30px;
  display: block;
  padding: 5px 20px;
  margin: 0px 0px 500px 0px;
}

.site-branding {
  width: 260px !important;
}

.submenu {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}

.instagram-feed {
  display: none;
}

.masonry .post-date {
  display: none;
}

.masonry .entry-content {
  display: none;
}

.admin-bar #big-search-close {
  top: 87px;
}

.single .hero {
  padding-bottom: 70px;
}

.site-header .nav-menu > li > a {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 13px;
  color: #4f4f4f;
  letter-spacing: normal;
}

menu .main-navigation ul ul {
  background-color: #fff;
  min-width: 300px;
}

.standard-menu .main-navigation ul ul a {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 13px;
  color: #4f4f4f;
}

.single .entry-title {
  font-family: museo-sans, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: #4f4f4f;
  display: inline;
  padding: 5px 20px;
}

.masonry .entry-title a {
  font-family: museo-sans, sans-serif;
  color: #4f4f4f;
  padding: 5px 8px;
  text-align: center !important;
  margin: auto;
}

.standard-menu .nav-menu > li > ul {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px;
}

.infowrap {
  float: left;
  width: 100%;
}

.info {
  float: left;
  width: 48%;
  border-left: 7px solid #17428f;
  background: #fff;
  padding: 15px 10px 15px 30px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.ages {
  float: left;
  width: 30%;
  background: #fff;
  padding: 15px 30px;
  margin-right: 5px;
  text-align: center;
}

.price {
  float: left;
  width: 20%;
  background: #fff;
  padding: 15px 30px;
  text-align: center;
}

.contact {
  float: left;
  width: 98%;
  border-left: 7px solid #17428f;
  background: #fff;
  padding: 15px 10px 15px 30px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.contact-icon {
  float: right;
  background: #f4f4f4;
  padding: 15px 30px;
  text-align: center;
}

.col-lg-4 {
  width: 100% !important;
}

.widget.widget_media_image img {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .sticky-header .site-header {
    position: relative;
    top: 0px !important;
  }
  .widget-area .widget_nav_menu {
    display: block;
    margin-top: 0;
    margin-bottom: 70px;
    padding-right: 30px;
    vertical-align: top;
    width: 100%;
  }
  .menu-toggle i {
    display: none;
  }
  .menu-toggle span {
    margin-top: -1px;
    width: 25px;
    top: 50%;
    right: 7px;
  }
  .menu-toggle span:before {
    width: 25px;
    top: -5px;
  }
  .menu-toggle span:after {
    width: 25px;
    top: 5px;
  }
  .entry-content h1 {
    font-size: 35px;
  }
  .grid--one {
    grid: auto / 1fr;
  }
  .grid--two {
    grid: auto / 1fr 1fr;
  }
  .grid--three {
    grid: auto / 1fr 1fr;
  }
  .site-header .nav-menu > li > a {
    font-size: 23px;
  }
  .nav-menu > li {
    margin: 0 24px 0 0;
  }
  .ccw-banner {
    grid: auto / 1fr;
  }
  .ccw-banner__image {
    height: 200px;
    object-fit: cover;
    border: 0px;
    transform: scale(1);
    box-shadow: none;
    width: 100%;
  }
  .ccw-banner__image img {
    height: 400px;
    object-fit: cover;
    width: 100%;
  }
  .ccw-banner__text {
    text-align: center;
    align-self: center;
    justify-self: center;
    padding: 30px 20px;
  }
  .ccw-banner__text h1 {
    font-size: 20px !important;
    margin: 0px 0px 20px 0px;
  }
  .ccw-banner__text p {
    font-size: 17px !important;
    margin: 0px 0px 20px 0px;
  }
  .info-card-wrapper {
    display: grid;
    grid: auto / 1fr;
    background: #fff;
    margin: 0px;
  }
  .info-card {
    background: #fff;
    text-align: center;
    padding: 20px 20px;
    align-self: center;
    justify-self: center;
    display: grid;
    width: 100%;
    align-items: center;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .ccw-banner__image img {
    height: 200px;
    object-fit: cover;
    width: 100%;
  }
  .grid--one {
    grid: auto / 1fr;
  }
  .grid--two {
    grid: auto / 1fr;
  }
  .grid--three {
    grid: auto / 1fr;
  }
  .full-bleed-content {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
  }
  .ccw-masterclasses__gallery {
    grid: auto / 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .ccw-masterclasses img {
    border: 3px solid #fff;
    object-fit: cover;
    height: 90px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7);
  }
  .ccw-home-message h1 {
    margin: 0px 0px 20px 0px !important;
    color: #fff !important;
    font-size: 30px !important;
  }
  .ccw-testimonial-wrapper {
    display: grid;
    grid: auto / 1fr;
    max-width: 1100px;
    margin: auto;
    padding: 30px 30px 30px 30px;
    grid-row-gap: 20px;
  }
  #homeTestimonialOne {
    z-index: 9;
    position: relative;
    margin-right: 0px;
    transform: scale(1);
  }
  #homeTestimonialTwo {
    margin-right: 0px;
    z-index: 8;
    position: relative;
    transform: scale(1);
    background: #fff;
  }
  #homeTestimonialTwo h3 {
    color: #4f4f4f;
  }
  #homeTestimonialTwo p {
    color: #4f4f4f;
  }
  #homeTestimonialThree {
    margin-left: 0px;
    z-index: 7;
    position: relative;
    transform: scale(1);
    opacity: 1;
  }
  #homeTestimonialThree h3 {
    color: #4f4f4f;
  }
  #homeTestimonialThree p {
    color: #4f4f4f;
  }
  .menu-toggle {
    right: 28px !important;
  }
  .ccw-hero-banner__text h1 {
    font-size: 35px !important;
  }
  .ccw-hero-banner__image {
    height: 260px;
  }
  .masterclass-gallery {
    grid-template-columns: 20px repeat(6, calc(200px)) 100px;
  }
  .masterclass-gallery__entry {
    background: #fff;
    padding: 0px;
    border-radius: 6px;
    text-align: center;
  }
  .masterclass-gallery__entry img {
    border: 3px solid #fff;
    object-fit: cover;
    height: 240px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
    margin: 0px auto 30px auto;
  }
  .ccw-contact-card {
    padding: 20px 20px 0px 20px;
  }
  .ccw-content-card__content a.button {
    display: block;
  }
  .ccw-teacher__testionial-meta h3 {
    font-size: 16px;
  }
  .ccw-teacher__testionial-text p {
    font-size: 18px;
  }
  .ccw-content-card__content a.button {
    font-size: 13px;
  }
  h2 {
    font-size: 25px;
  }
  a.button {
    font-size: 16px;
    background: #3b3b3b;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 0px;
    width: auto;
    font-weight: 600 !important;
  }
  .panel-apply {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
  }
  .navButtonApply {
    display: inline-block;
    background: #ff530a;
    padding: 5px 25px 7px !important;
    border-radius: 200px;
  }

  .ccw__gallery {
    display: grid;
    grid: auto / 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .ccw-taster__gallery {
    display: grid;
    grid: auto / 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  #eu-cookie-law input.accept {
    position: relative;
    bottom: auto;
    top: auto;
  }

  #eu-cookie-law {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #2e4467;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    border-radius: 5px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 20%);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  #footer-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #footer-logos img {
    height: 26px;
    margin: 0px 20px 20px 0px;
    width: auto;
  }
}