/* 
Herfit page css v 1.2
*/

/*Fonts*/
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('/wp-content/themes/riddell_2013/assets/fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('/wp-content/themes/riddell_2013/assets/fonts/AvenirNextLTPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('/wp-content/themes/riddell_2013/assets/fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('/wp-content/themes/riddell_2013/assets/fonts/AvenirNextLTPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('/wp-content/themes/riddell_2013/assets/fonts/AvenirNextLTPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Demi (Semi-Bold) */
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('/wp-content/themes/riddell_2013/assets/fonts/AvenirNextLTPro-Demi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('/wp-content/themes/riddell_2013/assets/fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*Fonts*/



.herfit-landing-page .foot {
  margin: 0;
  text-align: center;
}

.herfit-landing-page .foot .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.herfit-landing-page .foot section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.herfit-landing-page .foot .commitment {
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  margin-left: 0;
  margin-right: 0;
  background: #e0bcbc;
}

.herfit-landing-page .foot .commitment .container {
  padding-left: 7em;
  padding-right: 7em;
  word-break: break-word;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
}

.herfit-landing-page .foot .commitment .container span {
  font-size: 1.4em;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

/* Google Fonts already linked in HTML */
body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4em;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

.herfit-landing-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1065px;
  background-image: url(/wp-content/themes/riddell_2013/images/herfit/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0 94%);
}

@media (min-width:1366px) {

  .herfit-landing-page .herfit-wrapper .main,
  .herfit-landing-page .herfit-wrapper .foot .container {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
  }

  .herfit-landing-page .herfit-wrapper .main {
    padding: 4em;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (max-width: 1365px) {
  .herfit-landing-page::before {
    height: 1060px;
    top: -100px;
  }
}

@media (max-width: 1320px) {
  .herfit-landing-page::before {
    height: 1095px;
  }

  body .herfit-landing-page .callout-bottom .line {
    width: 250px;
  }

  body .herfit-landing-page .callout-middle {
    max-width: 600px;
    top: 235px;
    left: 310px;
  }
}

@media (max-width:1150px) {
  .herfit-landing-page::before {
    height: 1135px;
  }

  body .herfit-landing-page .callout-bottom {
    top: 405px;
    left: 275px;
  }

  body .herfit-landing-page .callout-middle .line {
    width: 200px;
  }
}

@media (max-width: 1079px) {

  .herfit-landing-page .fit-details .container,
  .herfit-landing-page .comfort .container {
    justify-content: center;
    flex-direction: column;
  }

  .herfit-landing-page .fit-details .container,
  .herfit-landing-page .comfort .container {
    justify-content: center;
  }

  .herfit-landing-page .fit-details .container {
    flex-direction: column-reverse !important;
  }

  .herfit-landing-page::before {
    height: 1180px;
  }

  body .herfit-landing-page .callout-bottom {
    top: 355px;
    left: 275px;
  }

  body .herfit-landing-page section.fit-details {
    margin-top: 50px;
  }
}

@media (max-width:1040px) {
  .herfit-landing-page::before {
    height: 1225px;
  }
}

@media (max-width:1010px) {
  .herfit-landing-page::before {
    height: 1260px;
  }
}

@media (max-width:991px) {
  .herfit-landing-page::before {
    height: 1285px;
  }
}

@media (max-width:600px) {
  body .herfit-landing-page::before {
    height: 500vh;
  }
}

@media (max-width: 900px) {
  .herfit-landing-page::before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 95%);
    top: -25vh;
  }
}

@media (max-width: 600px) {
  .herfit-landing-page::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    top: -30vh;
  }
}

@media (max-width: 580px) {
  .herfit-landing-page::before {
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    top: -20vh;
  }
}

@media (max-width: 500px) {
  .herfit-landing-page::before {
    top: -10vh;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}

.herfit-landing-page .main {
  margin: 4em;
  overflow-x: hidden;
}

.herfit-landing-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.herfit-landing-page .center-img {
  max-width: 900px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .herfit-landing-page .herfit-wrapper {
    margin: 1em;
  }
}

.herfit-landing-page .riddell-heading {
  font-size: calc(12vw + 1px);
  font-family: 'Poppins', sans-serif;
  margin: 0;
  margin-bottom: -0.2em;
  padding: 0;
  padding-bottom: 0;
  font-weight: 400;
  position: relative;
  display: inline-block;
  line-height: 0.7;
}

.herfit-landing-page .r-symbol {
  font-size: 0.3em;
  vertical-align: -0.6em;
  margin-left: 0.05em;
  position: relative;
}

.herfit-landing-page .riddell-bold {
  font-weight: 700;
}

@media (max-width: 900px) {
  .herfit-landing-page .riddell-heading {
    font-size: calc(14vw + 1px);
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .herfit-landing-page .riddell-heading {
    font-size: calc(16vw + 1px);
    margin: 0;
    padding: 0;
  }
}

.herfit-landing-page .herfit-heading {
  margin-top: 0.2em;
  font-weight: normal;
  letter-spacing: 0.65em;
  font-size: 1.2em;
}

@media (max-width: 900px) {
  .herfit-landing-page .herfit-heading {
    letter-spacing: 0.20em;
  }
}

@media (max-width: 600px) {
  .herfit-landing-page .herfit-heading {
    letter-spacing: 0.15em;
  }
}

.herfit-landing-page .herfit-heading .her-bold {
  font-weight: bold;
}

@media (max-width: 900px) {
  .herfit-landing-page .herfit-heading {
    font-size: calc(10vw + 1px);
  }
}

@media (max-width: 600px) {
  .herfit-landing-page .herfit-heading {
    font-size: calc(12vw + 1px);
  }
}

.herfit-landing-page h2 {
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
}

/* Bottom ® icon styling */
.herfit-landing-page .bottom-r {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-bottom: 0;
  font-size: 0.8em;
  color: #888;
  line-height: 1;
  background: transparent;
  z-index: 9999;
}

.herfit-landing-page .bottom-r span {
  font-size: 0.35em;
  vertical-align: sub;
  margin-bottom: 0;
  padding-bottom: 0;
}

.herfit-landing-page .gradient-text {
  font-size: 1.4em;
  font-family: 'Avenir Next LT Pro', sans-serif;
  font-weight: bold;
  background: linear-gradient(to right, #b97a6d, #c98a7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.herfit-landing-page .solid-pink {
  font-size: 1.4em;
  font-weight: 400;
  font-family: 'Avenir Next LT Pro', sans-serif;
  background: linear-gradient(to right, #b97a6d, #c98a7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}

.herfit-landing-page .fit-details .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.herfit-landing-page .fit-details .fit-text {
  flex: 1 1 60%;
  text-align: left;
}

.herfit-landing-page .fit-details .fit-image {
  flex: 1 1 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 900px) {
  .herfit-landing-page .fit-details .container {
    flex-direction: column;
  }

  .herfit-landing-page .fit-details .fit-image {
    justify-content: center;
    margin-top: 1em;
  }
}

.herfit-landing-page .fit-details .fit-image img {
  max-width: 260px;
  height: auto;
}

/* Layout for fit-details and comfort sections */
.herfit-landing-page .fit-details .container,
.herfit-landing-page .comfort .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.herfit-landing-page .fit-image,
.herfit-landing-page .comfort-image {
  flex: 1 1 40%;
  max-width: 350px;
}

.herfit-landing-page .fit-image {
  margin-left: 2em;
  display: flex;
  justify-content: flex-end;
}

.herfit-landing-page .comfort-image {
  margin-right: 2em;
}

.herfit-landing-page .fit-text,
.herfit-landing-page .comfort-text {
  flex: 1 1 55%;
  min-width: 220px;
}

@media (max-width: 900px) {

  .herfit-landing-page .fit-details .container,
  .herfit-landing-page .comfort .container {
    flex-direction: column;
    align-items: stretch;
  }

  .herfit-landing-page .fit-image,
  .herfit-landing-page .comfort-image {
    margin: 0 0 1em 0;
    max-width: 100%;
    justify-content: center;
  }
}

.herfit-landing-page .confidence-text {
  margin-top: 0;
}

.herfit-landing-page .confidence .container {
  margin-top: 4em;
}

.herfit-landing-page .herfit-landing-page.intro .container,
.herfit-landing-page .confidence .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 900px) {

  .herfit-landing-page .intro .container,
  .herfit-landing-page .confidence .container {
    flex-direction: column;
    align-items: stretch;
  }
}

.herfit-landing-page .intro .container {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.herfit-landing-page .intro .container {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.herfit-landing-page .intro .container * {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.herfit-landing-page .herfit-heading,
.herfit-landing-page .gradient-text,
.herfit-landing-page .arch-support-text {
  white-space: normal !important;
}

.herfit-landing-page .riddell-heading {
  display: block;
  width: 100%;
}

.herfit-landing-page .herfit-heading {
  display: block;
  width: 100%;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Cleat annotation styles to match reference image */
.herfit-landing-page .cleat-annotation {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.herfit-landing-page .cleat-image {
  width: 100%;
  max-width: none;
  display: block;
  margin: 0 auto;
}

.herfit-landing-page .callout {
  position: absolute;
  display: flex;
  align-items: center;
  font-family: 'Poppins', 'Helvetica Neue', sans-serif;
  font-size: 1.1rem;
  color: #222;
  max-width: none;
  min-width: 600px;
  min-height: 48px;
  padding: 8px 24px 8px 0;
  right: unset;
  text-align: left;
  flex-wrap: nowrap;
  z-index: 10000;
}

.herfit-landing-page .callout .line {
  width: 480px;
  height: 4px;
  background-color: #eeb6b0;
  margin-right: 18px;
  position: relative;
}

.herfit-landing-page .callout .line::after {
  content: "";
  width: 22px;
  height: 22px;
  background: #eeb6b0;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.herfit-landing-page .callout p {
  margin: 0;
  font-family: 'Avenir Next LT Pro', sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #222;
  background: none;
  padding: 0;
  box-shadow: none;
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
}

/* Position each callout to match the image */
.herfit-landing-page .callout-top {
  top: 110px;
  left: 162px;
}

.herfit-landing-page .callout-middle {
  top: 280px;
  left: 360px;
}

.herfit-landing-page .callout-bottom {
  top: 450px;
  left: 330px;
}

.herfit-landing-page .callout-middle .line {
  width: 400px;
}

.herfit-landing-page .callout-bottom .line {
  width: 310px;
}

.herfit-landing-page .features .shoe-img {
  max-width: 700px;
  width: 100%;
  margin-top: 2em;
  margin-right: 0;
  margin-left: 0;
}

.herfit-landing-page .features .cleat-annotation {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width:1195px) {

  .herfit-landing-page .features .shoe-img,
  .herfit-landing-page .features .cleat-annotation {
    max-width: 100%;
  }

  .herfit-landing-page .cleat-image {
    max-width: 700px;
  }

  .herfit-landing-page .callout-top {
    left: 140px;
    top: 83px;
  }
}

@media (max-width: 700px) {

  .herfit-landing-page .features .shoe-img,
  .herfit-landing-page .features .cleat-annotation {
    max-width: 98vw;
  }
}

.herfit-landing-page .store {
  display: block;
  margin-top: 0;
  width: 100%;
  background: #444;
  text-align: center;
}

.herfit-landing-page .store .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.3em auto 1em auto;
  padding: 1em;
}

.herfit-landing-page .store h3 {
  font-size: 1.43em;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0.2em;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5em;
}

.herfit-landing-page .store img {
  max-width: 500px;
  max-height: 100px;
  width: 100%;
  height: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.herfit-landing-page p {
  font-size: 2em;
  white-space: nowrap;
}

.herfit-landing-page .nowrap {
  white-space: nowrap;
}

.herfit-landing-page .comfort-text p {
  font-size: 2.5em;
}

.herfit-landing-page .comfort-text .solid-pink+br+text {
  font-size: 2.5em;
}

/* If the above selector does not work due to text node limitations, target the .comfort-text span.solid-pink and the next sibling text, or wrap the target text in a <span class="arch-support-text"> in the HTML and style that. */
.herfit-landing-page .arch-support-text {
  font-size: 1.3em;
  display: inline;
  font-family: 'Avenir Next LT Pro', sans-serif;
  font-weight: 300;
}

.herfit-landing-page .intro .container,
.herfit-landing-page .arch-support-text {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.herfit-landing-page .comfort-image .center-img {
  max-width: 970px;
  width: calc(100% + 10px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width:1024px) {

  .herfit-landing-page .callout p {
    font-size: 1rem;
  }

  .herfit-landing-page .callout-top .line {
    width: 230px;
  }

  .herfit-landing-page .callout-middle .line {
    width: 190px;
  }

  .herfit-landing-page .callout-bottom {
    left: 396px;
  }

  .herfit-landing-page .callout-bottom .line {
    width: 190px;
  }

  .herfit-landing-page .cleat-image {
    margin: 0;
  }

}

@media (max-width:1000px) {
  .herfit-landing-page .cleat-image {
    max-width: 650px;
  }

  .herfit-landing-page .callout-middle {
    top: 259px;
    left: 338px;
  }

  .herfit-landing-page .callout-bottom {
    left: 356px;
    top: 435px;
  }
}

body .herfit-landing-page .container {
  max-width: 1144px !important;
  margin: auto;
}

body .herfit-landing-page .riddell-heading {
  margin-left: -13px;
  margin-bottom: -32px;
}

body .herfit-landing-page .gradient-text {
  background: transparent;
  color: #b2877e;
  -webkit-text-fill-color: #b2877e;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 1.6em;
}

body .herfit-landing-page .arch-support-text {
  font-size: 1.34em;
  color: #000;
}

body .herfit-landing-page .features .shoe-img {
  margin-left: 0;
  margin-right: auto;
  max-width: 79%;
}

body .herfit-landing-page .features .cleat-annotation {
  max-width: inherit;
  margin-left: 0;
}

body .herfit-landing-page .fit-details .fit-image img {
  margin: 0 auto;
  width: 100%;
  max-width: 319px;
}

body .herfit-landing-page .comfort-image {
  flex: 1 1 50%;
}

body .herfit-landing-page .comfort-text {
  flex: 1 1 60%;
  text-align: left;
  max-width: 710px;
}

body .herfit-landing-page .intro .container b {
  font-weight: 600;
}

@media (max-width: 1320px) {
  body .herfit-landing-page .callout-top .line {
    width: 257px;
  }
}

@media (max-width: 1200px) {
  .herfit-landing-page .callout p {
    font-size: 24px;
  }
}

@media (max-width: 1040px) {
  body .herfit-landing-page .callout-bottom .line {
    width: 208px;
  }
}

@media (max-width: 1000px) {
  body .herfit-landing-page .callout-middle .line {
    width: 150px;
  }

  body .herfit-landing-page .callout-bottom .line {
    width: 178px;
  }
}