:root {
  --cgc-purple: #653eb3;
  --cgc-yellow: #f7f301;
  --cgc-blue-link: #247de0;
  --cgc-blue-link-tran: #247ce000;
  --cgc-grey: #c8c5bd;
  --cgc-body: #121212;
  --cgc-white: #ffffff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.clear {
  clear: both;
}
form#user-login-form, form#user-pass, form#user-pass-reset {
  padding: 200px 5vw;
  max-width: 900px;
  margin: 0 auto;
  color: var(--cgc-white);
}
form#user-login-form input, form#user-pass input {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}


body.path-user {
  background: var(--cgc-purple);
}

body {
  font-family: "OpenSans", "Arial", sans-serif, "Helvetica", "SF Pro Display",system-ui, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 100%;
  color:var(--cgc-body);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--cgc-white);
  box-sizing: border-box;
}
main {
  position: relative;
}

h1 {
  font-family: "OpenSans", sans-serif;
  color: var(--cgc-yellow);
  font-size: clamp(2.5rem, 7vw, 5rem);
  text-shadow: 3px 3px 5px var(--cgc-body);
  line-height: 1.1;
  margin-block-start: 0px ;
  margin-block-end: 0px;
}

h2, h3, h4, h5 {
  color: var(--cgc-purple);
}
h2 {
  font-size: clamp(1.5rem, 6vw, 3rem);
  font-weight: 600;
  margin-block-start: 0;
  margin-block-end: 0.3em;
  line-height: 1;
  /* font-family: "Literata", serif; */
  font-family: "OpenSans", sans-serif;
  
}
h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.7rem);
  line-height: 1.3;
}
h4 {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  margin-block-start: 0;
  line-height: 1.3;
}
h5 {
  font-size: 1.2rem;
  line-height: 1.3;
}
img {
  width: 100%;
  height: 100%;
}

/*---- header start -----*/

header {
  width: 100%;
  height: auto;
  padding: 20px 10vw;
  position: absolute;
  z-index: 2;
}
.header-flex-wrapper {
  display: flex;
  column-gap: 30px;
}
.header-logo-container {
  flex: 1;
  display: flex;
  width: 100%;
  align-self: baseline;
}

img.cgc-header-logo {
  /* width: clamp(180px, 40vw, 300px);
  height: auto; */
  /* margin-left: -15px; */
  min-width: 250px;
}

/*---- header End -----*/

/*---- Nav start -----*/
ul#superfish-main ul {
  padding: 10px;
  background: var(--cgc-white);
}

ul.sf-menu a, ul.sf-menu span.nolink {
  display: block;
  padding: 1rem 0.9rem;
  position: relative;
}

div#block-cgc24-mainnavigation, div#block-cgc24-mainnavigation-2 {
  display: flex;
  justify-content: flex-end;
  margin-left: 15px;
}

div#block-cgc24-mainnavigation a, div#block-cgc24-mainnavigation-2 a {
  color: var(--cgc-white);
  background-color: var(--cgc-blue-link-tran);
  text-decoration: none;
  font-weight: 600;
  transition: all .5s;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
}
div#block-cgc24-mainnavigation a:hover, div#block-cgc24-mainnavigation-2 a:hover {
  color: var(--cgc-white);
  background-color: var(--cgc-blue-link);
}

.contact-nav-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  row-gap: 20px;
}
/* .sf-depth-1 ul {
  margin-top: 9px !important;
} */
.sf-depth-2 {
  background-color: var(--cgc-white);
}
a.sf-depth-2 {
  color: var(--cgc-blue-link)!important;
  background-color: var(--cgc-white);
}
a.sf-depth-2:hover {
  color: var(--cgc-white)!important;
}

div#block-cgc24-primary-local-tasks {
  z-index: 200;
  position: relative;
}
div#block-cgc24-primary-local-tasks ul.tabs.primary {
  background-color: white;
}

.mobile-menu #block-cgc24-mainnavigation-2 {
  display: none;
}
ul#superfish-main--2 ul {
  padding-top: 8px!important;
}

/*---- Nav End -----*/

/*---- banner start ----*/

.banner-flex-wrapper {
  box-sizing: border-box;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  min-height: 700px;
}

.banner-overlay {
  /* background-image: url(/sites/default/files/cgc-hero-overlay-opt.png); */
  background-image: url(/sites/default/files/cgc-hero-overlay-v2-opt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 100vh;
  /* margin: 0 0 0 -10vw; */
  position: absolute;
  /* right: 0; */
  top: 0;
  min-height: 700px;
  background-attachment: fixed;
}

.banner-text-container {
  max-width: 900px;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 10vw;
  margin-left: 10vw;
  height: 100%;
  margin-top: 40px;
  min-height: 700px;

}
.field.field--name-field-banner-sub-text2 {
  color: var(--cgc-white);
  font-size: 1rem;
  text-shadow: 3px 3px 5px var(--cgc-body);
}
.field.field--name-field-banner-sub-text2 h2 {
  color: var(--cgc-white);
  line-height: 1.3;
  text-shadow: 3px 3px 5px var(--cgc-body);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 600;
  margin-block-start: 1em;
  font-family: "OpenSans", "Arial", sans-serif, "Helvetica", "SF Pro Display",system-ui, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.field.field--name-field-banner-sub-text2 li {
  font-size: clamp(0.8rem, 2vw, 1.5rem);
  font-weight: 400;
}
.banner-text-container ::marker {
  color: var(--cgc-yellow);
  text-shadow: 3px 3px 5px var(--cgc-body);
}
.field.field--name-field-banner-sub-text2 h3,
.field.field--name-field-banner-sub-text2 h4,
.field.field--name-field-banner-sub-text2 h5,
.field.field--name-field-banner-sub-text2 p {
  color: var(--cgc-white);
  text-shadow: 3px 3px 5px var(--cgc-body);
  margin-block-start: 20px;
}


.field.field--name-field-banner-links {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.field.field--name-field-banner-links a,
.field.field--name-field-link-button a {
  text-decoration: none;
  color: var(--cgc-white);
  background-color: var(--cgc-blue-link);
  padding: 20px;
  width: max-content;
  height: auto;
  font-weight: 600;
  display: block;
  transition: all .5s;
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1;
}
.field.field--name-field-banner-links a:hover,
.field.field--name-field-link-button a:hover {
  background-color: var(--cgc-purple);
}
/* .banner-image-container {
  width: 100vw;
  height: 100vh;
} */
.banner-image-container img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  display: flex;
  min-height: 700px;
}
/*---- banner end ----*/

/*---- Paragraph styles Start ----*/

.paragraph h2 {
  font-family: "OpenSans", sans-serif;
}

.paragraph.paragraph--type--call-to-action {
  text-align: center;
  color: var(--cgc-white);
  padding: 60px 10vw;
  background-image: url(/sites/default/files/cgc-cta-bg.png);
  /* background-image: url(/sites/default/files/cgc-hero-overlay-v2-opt.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  text-shadow: 3px 3px 5px var(--cgc-body);
  background-color: var(--cgc-purple);
  background-attachment: fixed;

}
.paragraph.paragraph--type--call-to-action .field.field--name-field-title {
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 600;
  color: var(--cgc-yellow);
  font-family: "OpenSans", sans-serif;
  margin-block-end: 10px;
}
.paragraph.paragraph--type--call-to-action h3 {
  color: var(--cgc-white);
  margin-block-start: 0;
  font-size: clamp(1rem, 2vw, 2rem);
}
.paragraph.paragraph--type--call-to-action .field.field--name-field-link-button.field--type-link a {
  margin: 20px auto;
  text-shadow: none;
}

.paragraph.paragraph--type--text-right-image-left {
  display: flex;
  column-gap: 80px;
  row-gap: 30px;
  padding: 60px 10vw;
  flex-direction: row;
  flex-wrap: wrap;
}

.paragraph.paragraph--type--text-left-image-right {
  display: flex;
  column-gap: 80px;
  row-gap: 30px;
  padding: 60px 10vw;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.paragraph.paragraph--type--text-left-image-right .field--name-field-text,
.paragraph.paragraph--type--text-right-image-left .field--name-field-text,
.paragraph.paragraph--type--text-left-image-right .field.field--name-field-image,
.paragraph.paragraph--type--text-right-image-left .field.field--name-field-image {
  min-width: 300px;
}
.paragraph.paragraph--type--text-left-image-right .field.field--name-field-image,
.paragraph.paragraph--type--text-right-image-left .field.field--name-field-image {
  flex: 1;
}

.paragraph.paragraph--type--text-block {
  padding: 60px 10vw;
}

.paragraph.width-75_25.paragraph--type--text-left-image-right .field--name-field-text,
.paragraph.width-75_25.paragraph--type--text-right-image-left .field--name-field-text {
  flex: 2;
}
.paragraph.width-50_50.paragraph--type--text-right-image-left .field--name-field-text,
.paragraph.width-50_50.paragraph--type--text-left-image-right .field--name-field-text {
  flex: 1;
}

.view.view-class-tile.view-id-class_tile.view-display-id-block_1 .view-content {
display: flex;
padding: 0 10vw 60px;
column-gap: 40px;
row-gap: 20px;
flex-direction: row-reverse;
justify-content: center;
flex-wrap: wrap;
}
.view.view-class-tile.view-id-class_tile.view-display-id-block_1 .views-row {
  flex: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/5;
  max-width: 400px;
  min-width: 320px;
}

.view.view-class-tile.view-id-class_tile.view-display-id-block_1 .views-row:nth-child(1) {
  background-color: rgba(117, 2, 2, 0.3);
}
.view.view-class-tile.view-id-class_tile.view-display-id-block_1 .views-row:nth-child(2) {
  background-color: rgba(0, 81, 255, 0.3);
}
.view.view-class-tile.view-id-class_tile.view-display-id-block_1 .views-row:nth-child(3) {
  background-color: rgba(255, 43, 255, 0.3);
}


.class-tile-text-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
  row-gap: 20px;
}
.class-tile-title {
  font-size: clamp(2rem, 2vw, 2.5rem);
  color: var(--cgc-yellow);
  font-family: "OpenSans", sans-serif;
  line-height: 1;
  font-weight: 600;
  margin: 0 1vw;
  text-shadow: 3px 3px 5px var(--cgc-body);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.class-tile-text {
  color: white;
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  display: flex;
  height: 100%;
  align-items: baseline;
  flex: 1;
  text-shadow: 2px 2px 2px var(--cgc-body);
}
.class-tile-image img {
  object-fit: cover;
}
.class-tile-image {
  position: relative;
  z-index: -1;
  height: 100%;
  width: auto;
}

.class-tile-link a {
  text-decoration: none;
  color: var(--cgc-white);
  background-color: var(--cgc-blue-link);
  padding: 20px;
  width: max-content;
  height: auto;
  font-weight: 600;
  display: block;
  transition: all .5s;
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1;
}
.class-tile-link a:hover {
  background-color: var(--cgc-purple);
}
.class-tile-link {
  margin: 0 auto;
  flex: 0.5;
}
.class-tile {
  display: block;
  box-sizing: border-box;
  background-image: url(/sites/default/files/cgc-hero-overlay-v2-opt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  aspect-ratio: 4/5;
}

.media-oembed-content {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/*---- Coach profile Start ----*/

.paragraph.paragraph--type--coach-profile .view-content {
  padding: 60px 10vw;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 30px;
  justify-content: center;
}
.paragraph.paragraph--type--coach-profile .views-row {
  background-color: #38006d;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 600px;
  min-width: 300px;
  background-image: url(/sites/default/files/cgc-hero-overlay-v2-opt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.coach-profile-wrapper {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.coach-title {
  color: var(--cgc-yellow);
  font-family: "OpenSans", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin: 0 auto;
  text-align: center;
  text-shadow: 3px 3px 5px var(--cgc-body);
}
.coach-body {
  color: var(--cgc-white);
  font-size: 0.8rem;
  text-align: justify;
}
.coach-profile-image {
  flex: 1;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  min-width: 160px;
  max-width: 160px;
  margin: 0 auto;
}
.coach-profile-image img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coach-profile-text {
  flex: 2;
  min-width: 200px;
}
/*---- Coach profile End ----*/





/*---- Paragraph styles End ----*/

.find-us-container {
  padding: 60px 10vw;
}

/*----- Contact page Start ------*/
.node-10 .banner-overlay, .node-10 .banner-image-container,
.node-9 .banner-overlay, .node-9 .banner-image-container,
.node-8 .banner-overlay, .node-8 .banner-image-container {
  background-color: var(--cgc-purple);
  max-height: 600px;
  background-position: center;
  transform: rotate(180deg);
}
.node-10 .banner-text-container,
.node-9 .banner-text-container,
.node-8 .banner-text-container  {
  width: 100% !important;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  padding: 100px 10vw 0;
  height: 100%;
}
.cgc-contact-container {
  display: flex;
  column-gap: 60px;
  margin-bottom: 5vw;
  flex-wrap: wrap;
}
.cgc-address-wrapper, .cgc-webform-wrapper {
  flex: 1;
  min-width: 400px;
}
form#webform-submission-cgc-main-contact-node-10-add-form input {
  width: 100%;
  height: 40px;
}
.cgc-address-wrapper a {
  text-decoration: none;
  color: var(--cgc-blue-link);
}
.cgc-address-wrapper a:hover {
  color: var(--cgc-purple);
}
.cgc-address-wrapper h3, .cgc-address-wrapper h4 {
  color: var(--cgc-body);
  font-weight: 400;
}

input#edit-submit {
  width: max-content !important;
  color: var(--cgc-white);
  border: none;
  background-color: var(--cgc-blue-link);
  padding: 10px 20px;
}
input#edit-submit:hover {
  background-color: var(--cgc-purple);
}
label {
  font-weight: 600;
  display: block;
  margin: 10px 0 5px;
}
.form-textarea-wrapper textarea {
  padding: 10px;
}
/*----- Contact page End ------*/

/*--- Kit suppliers start ----*/

.view.view-kit-suppliers.view-id-kit_suppliers .view-content {
  display: flex;
  column-gap: 40px;
  row-gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.view.view-kit-suppliers.view-id-kit_suppliers .views-row {
  text-align: center;
  padding: 20px;
  background-color: var(--cgc-white);
  border-radius: 10px;
  width: 280px;
  height: auto;
}

.view.view-kit-suppliers.view-id-kit_suppliers a {
  text-decoration: none;
  color: var(--cgc-white);
  background-color: var(--cgc-blue-link);
  padding: 10px;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}

.view.view-kit-suppliers.view-id-kit_suppliers article {
  flex: 2;
  display: flex;
  align-items: center;
}
.kit-supplier-flex {
  display: flex;
  height: 200px;
  flex-direction: column;
}

.cgc-club-kit-links-wrapper {
  padding: 60px 10vw;
  background-color: var(--cgc-grey);
}


/*------ footer start -----*/

footer {
  margin-top: 50px;
}

a.footer-logo img {
  max-width: 300px;
  margin-left: -15px;
  height: auto;
}

.footer-flex-wrapper {
  padding: 30px 10vw;
  background-color: var(--cgc-white);
}

.footer-address-section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 60px;
}

.footer-address {
  flex: 1;
}
.footer-affiliated-section h3 {
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
  font-size: 1.5rem;
  color: var(--cgc-body);
}

.footer-affiliated-section {
  flex: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  column-gap: 80px;
  row-gap: 20px;
  min-width: 300px;
}
#affiliate-logo img {
  width: 100%;
  height: auto;
}
a#affiliate-logo {
  width: clamp(180px, 100%, 250px);
}


.social-links-wrapper {
  display: flex;
  column-gap: 10px;
}
.social-links-wrapper a {
  width: 40px;
  height: 40px;
  background-color: var(--cgc-blue-link);
  transition: all .5s;
}
.social-links-wrapper a:hover {
  background-color: var(--cgc-purple);
}


footer p a {
  text-decoration: none;
  color: var(--cgc-blue-link);
  font-weight: 600;
}
footer p a:hover {
  color: var(--cgc-purple);
}

.copyright-section {
  display: flex;
  column-gap: 80px;
  justify-content: space-between;
  background: var(--cgc-purple);
  background-image: url(/sites/default/files/cgc-copyright-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: var(--cgc-white);
  padding: 10px 10vw;
  font-size: 0.8rem;
  font-weight: 600;
  flex-wrap: wrap;
}
.copyright {
  display: flex;
  column-gap: 2vw;
  flex-wrap: wrap;
}

.footer-cgc-link a {
  color: var(--cgc-white);
}
.footer-cgc-link a:hover {
  color: var(--cgc-yellow);
}

/*------ footer end -----*/

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

  .mobile-menu div#block-cgc24-mainnavigation-2 {
    display: block;
  }
  div#block-cgc24-mainnavigation {
    display: none;
  }
  
  a#superfish-main-toggle span {
    display: none;
  }
  a.sf-depth-2 {
    text-indent: 10px;
  }

  a#superfish-main-toggle {
    height: 30px;
    width: 30px;
    background: url(/sites/default/files/ham-menu-3lines.svg) no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    float: right;
    pointer-events: all;
    z-index: 800;
    position: absolute;
    top: 30px;
    right: 10vw;
  }
  
  a#superfish-main-toggle.sf-expanded {
    background: url(/sites/default/files/ham-menu-cross.svg) no-repeat;
    background-position: center;
    background-size: contain;
  }
  ul#superfish-main-accordion {
    background-color: var(--cgc-white);
    right: 30px;
  }
  ul#superfish-main-accordion a {
    color: var(--cgc-blue-link);
  }
  a#superfish-main-toggle {
    background-color: black;
}
.contact-nav-wrapper {
  display: none;
}

}


@media only screen and (max-width: 790px) {
  .footer-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
a.footer-logo img {
  margin-left: 0;
}
}

@media only screen and (max-width: 600px) {
  .social-links-wrapper a {
    width: 30px;
    height: 30px;
}
.cgc-address-wrapper, .cgc-webform-wrapper {
  flex: 1;
  min-width: 100%;
}
.paragraph.paragraph--type--text-left-image-right .field--name-field-text,
.paragraph.paragraph--type--text-right-image-left .field--name-field-text,
.paragraph.paragraph--type--text-left-image-right .field.field--name-field-image,
.paragraph.paragraph--type--text-right-image-left .field.field--name-field-image {
  min-width: 100%;
}
}
@media only screen and (max-width: 500px) {
  .header-logo-container {
    display: block;
    margin-top: 50px;
  }
}


