
/******** Controls the height underneath the text block - padding-bottom, sets background colour for the component *********/
.hero_wrapper {
  background: #f1f1f1;
  padding-bottom: 100px;
  width: 100%;
  margin:0;
}
/******** Gradient/image on the left *********/
 .hero_wrapper .left_side {
  background-image: linear-gradient(
    to bottom left,
    rgba(0, 0, 0, 0.3),
    rgba(255, 255, 255, 0.2)
  );
  height: 670px;
  width: 950px;
  margin: 0;
}
/******** Gradient/image on the right *********/

 .hero_wrapper .right_side {
  background-image: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.3),
    rgba(255, 255, 255, 0.2)
  );
  width: 950px;
  height: 670px;
  margin: 0;
}
/******** Change the background colour - sets border at bottom *********/
 .hero_wrapper .banner{
  display: flex;
  align-items: stretch;
  background-color: #474443;
  height: 670px;
  border-bottom: 10px solid #fff;
}
/******** Change the background image - controls the width of image sets border either side *********/

 .hero_wrapper .banner .hero_image{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2060px;
    background: url("/-/media/images/Homepage-banners/2023/WK50/s_desktop.jpg") no-repeat center;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

/******** Controls the text block - font size, colour, padding, shadow, positioning  - CHANGE the margin-top *********/

 .hero_wrapper .banner .hero_image .hero_text_s{
  font-family: "Rooster", sans-serif;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #28343d;
  text-align: center;
  width: 980px;
  padding: 30px;
  margin-top: 670px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 8px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 8px -1px rgb(0, 0, 0, 0.15);
}


/******** Controls the cta block  *********/
 .hero_wrapper .banner .hero_image .hero_text_s .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px 0;
}
/******** Controls the cta  *********/

 .hero_wrapper .banner .hero_image .hero_text_s .row .button {
  display: flex;
  font-weight: 600;
  justify-content: center;
  line-height: 48px;
  border-radius: 24px;
  background: #28343d;
  padding: 0 15px;
  margin: 10px 15px 0 15px;
  width: 320px;
  letter-spacing: 2.2px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

/******** Controls the Text  *********/

 .hero_wrapper .banner .hero_image .hero_text_s h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  margin:0;
  padding:0;
}

 .hero_wrapper .banner .hero_image .hero_text_s h2 {
  font-weight: 100;
  font-size: 22px;
  line-height: 40px;
    margin:0;
  padding:0;
}


@media only screen and (max-width: 2060px) {

    /******** Change the background image - flexbox set to percentage for NEW icon to align with edge of image *********/
 .hero_wrapper .banner .hero_image{
    flex: 0 0 86%;
  }
}
 /**** 1600 breakpoint | Banner height change - flex set to 100% - borders removed - NEW icon fixed right - text box smaller *********/
@media only screen and (max-width: 1600px) {
  .hero_wrapper {
    padding-bottom: 100px;
  }
    .hero_wrapper .banner {
    height: 590px;
  }
 .hero_wrapper .banner .hero_image {
    flex: 0 0 100%;
    border: none;
  }

 .hero_wrapper .banner .hero_image .hero_text_s{
    width: 880px;
    margin-top: 590px;
  }
}

/**** 1366 breakpoint | Banner height change 470 - Text size smaller *********/

@media only screen and (max-width: 1366px) {
  .hero_wrapper {
    padding-bottom: 96px;
  }
  .hero_wrapper  .banner {
    height: 470px;
  }

 .hero_wrapper .banner .hero_image {
    background: url("/-/media/images/Homepage-banners/2023/WK50/s_laptop.jpg") no-repeat center;
    background-size: cover;
  }

 .hero_wrapper .banner .hero_image .hero_text_s{
    width: 880px;
    margin-top: 475px;
    padding: 24px;
  }
 
 .hero_wrapper .banner .hero_image .hero_text_s h1{
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero_wrapper {
    padding-bottom: 80px;
  }
   .hero_wrapper .banner {
    border-bottom: 8px solid #fff;
  }

 .hero_wrapper .banner .hero_image .hero_text_s{
    width: 632px;
    margin-top: 478px;
  }
  
 .hero_wrapper .banner .hero_image .hero_text_s h1{
    font-size: 24px;
    line-height: 30px;
  }
  .hero_wrapper .banner .hero_image .hero_text_s h2{
    font-size: 18px;
    line-height: 30px;
  }

   .hero_wrapper .banner .hero_image .hero_text_s .row {
    padding: 8px 0;
  }
   .hero_wrapper .banner .hero_image .hero_text_s .row .button {
    line-height: 34px;
    padding: 0 8px;
    margin: 8px 8px 0 8px;
    width: 264px;
    font-size: 11px;
  }


}

@media only screen and (max-width: 767px) {
  .hero_wrapper {
    padding-bottom: 110px;
  }
    .hero_wrapper .banner {
    height: 300px;
  }
    .hero_wrapper .banner .hero_image {
    background: url("/-/media/images/Homepage-banners/2023/WK50/s_mob_l.jpg") no-repeat center;
    background-size: cover;
  }
 
   .hero_wrapper .banner .hero_image .hero_text_s{
    width: 260px;
    padding: 20px 46px 24px 46px;
    margin-top: 308px;
  }
 
 .hero_wrapper .banner .hero_image .hero_text_s  h1 {
    font-size: 20px;
    line-height: 28px;
  }
 .hero_wrapper .banner .hero_image .hero_text_s h2{
    font-size: 16px;
    line-height: 24px;
  }

 .hero_wrapper .banner .hero_image .hero_text_s .row {
    flex-direction: column;
    padding: 0;
  }
 .hero_wrapper .banner .hero_image .hero_text_s .row .button {
    margin: 16px auto 0 auto;
    width: 240px;
  }
   .hero_wrapper .banner .hero_image .hero_text_s .mob_hide {
    display: none;
  }

}
@media only screen and (max-width: 440px) {

 .hero_wrapper .banner .hero_image {
    background: url("/-/media/images/Homepage-banners/2023/WK50/s_mob.jpg")
      no-repeat center;
    background-size: cover;
  }

 .hero_wrapper .banner .hero_image .hero_text_s .row .button {
    margin: 16px auto 0 auto;
    width: 228px;
  }
  
}
@media only screen and (max-width: 375px) {
 .hero_wrapper .banner .hero_image .hero_text_s{
   width: 309px;
    padding: 20px 8px 24px 8px;
  }

}
@media only screen and (max-width: 332px) {
 .hero_wrapper{
    padding-bottom: 98px;
  }

 .hero_wrapper .banner .hero_image .hero_text_s{
    width: 268px;
    padding: 16px 8px 20px 8px;
  }

 .hero_wrapper .banner .hero_image .hero_text_s.row .button {
    width: 220px;
    margin: 12px auto 0 auto;
  }

}