@font-face {
  font-family: "Conv_Gotham-Black";
  src: url("../fonts/Gotham-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Gotham-Bold";
  src: url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Gotham-Medium";
  src: url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Gotham-Book";
  src: url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Gotham-Light";
  src: url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham_blackregular";
  src: url("../fonts/gotham_blackregular.ttf") format("truetype");
}

#rootWrp {
  z-index: 2;
}
#rootWrp {
  min-height: 100%;
  width: 100%;
  position: relative;
}
.tmplLicense {
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: underline !important;
}

.floatingbtn {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #30bf6c;
  border-radius: 27.75px;
  color: white;
  font-family: "Conv_Gotham-Bold";
  font-size: 21px;
  line-height: 43.85px;
  width: 200px;
  height: 55px;
  margin: 0px auto;
  padding: 0px 27.25px;
  text-decoration: none;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.5px;
}

.tmplLicense p {
  line-height: 27px;
  margin-top: 11px;
  letter-spacing: -0.3px;
  font-family: "Conv_Gotham-Book";
  font-size: 18px;
  color: #17171a;
}

.globalFitLive #mainWrp {
  padding-bottom: 340px;
}
#mainWrp {
  overflow-x: hidden;
}
#mainWrp {
  overflow: auto;
  padding-bottom: 100px;
  width: 100%;
}

#license_hd {
  height: fit-content;
  background-image: url("https://workoutlabs.com/wp-content/themes/printableworkouts/responsive/img/exercise-illustrations-licensing/glow.png"),
    linear-gradient(to bottom, #6767ff, #6767ff 538px, white 242px, white);
  background-size: 100% 538px, cover;

  background-repeat: no-repeat;
}

.license_title {
  margin-top: 126.6px;
  font-size: 60px;
  color: #fff;
  max-width: 780px;
  display: inline-block;
  letter-spacing: -1.5px;
  font-family: "Conv_Gotham-Black";
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px;
}

@media(min-width:1910px){
  /* widescreen line break */
  .license_title{
    width:35%;
  }
}
.license_title span {
  background-color: #ffd500;
  line-height: 69px;
  padding: 10px 25px;
  width: fit-content;
}
.license_subtitle {
  margin: 0px auto -15px auto;
  color: white;
  font-family: "Conv_Gotham-Medium";
  font-size: 26px;
  line-height: 36px;
  max-width: 760px;
}

#license_hd img {
  width: 45%;
  height: auto;
}

#intro_text p {
  font-size: 18px;
  line-height: 27px;
  color: #17171a;
}

strong {
  font-family: "Conv_Gotham-Medium";
  font-weight: 400;
}

#intro_text {
  max-width: 698px;
  margin: 20px auto;
  text-align: left;
}

#work_categories {
  margin-top: 80px;
}

#work_categories h3 {
  color: #17171a;
  font-size: 37px;
  line-height: 42px;

  font-family: "Conv_Gotham-Bold";
  margin-top: 15px;
  letter-spacing: -1px;
}

.exercise_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 18.5px;
  width: 1040px;
  margin: 40px auto;
}

.exercise_item {
  flex-basis: 40%;
  border-radius: 40px;
  height: 461.03px;
  max-height: 461.03px;
  min-height: 461.03px;
  width: 510px;
  min-width: 510px;
  background-color: #f7f8fc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ei_imgholster {
  width: 320px;
  height: 246px;
  margin-bottom: 17px;
  padding-top: 20px;
}

.ei_imgholster img {
  width: 320px;
  height: 246px;
  object-fit: contain;
  object-position: center center;
}

.exercise_item h4 {
  color: #17171a;
  font-size: 26px;
  font-family: "Conv_Gotham-Bold";
  letter-spacing: -0.7px;
  margin-bottom: 0px;
  line-height: 32px;
}

.exercise_item p {
  color: #5c5c66;
  padding: 0px 40px;
  font-size: 16px;
  line-height: 24px;
  height: 100px;
  letter-spacing: -0.3px;
}

.exercise_item p strong {
  color: #17171a;
}

.exercise_item a {
  text-decoration: none;
  color: #5974ff;
  font-family: "Conv_Gotham-Medium";
}

#lic_illustrations {
  margin-top: 80px;
}

#lic_illustrations h3 {
  color: #17171a;
  font-size: 37px;
  line-height: 42px;
  width: 700px;
  margin: 0 auto;
  font-family: "Conv_Gotham-Bold";
  margin-top: 15px;
  letter-spacing: -1px;
}

.skpic {
  width: 919px;
  height: 520.5px;
  margin: 40px auto;
}

.illtext {
  width: 698.84px;
  margin: 0px auto 80px auto;
  text-align: left;
}

.wcpic {
  width: 457px;
  height: 423px;
  margin: 40px auto;
}

.warmchartext {
  width: 700px;
  text-align: left;
  margin: 0 auto;
}

#greybg {
  background: rgb(246, 245, 250);
  background: linear-gradient(
    180deg,
    rgba(246, 245, 250, 1) 13%,
    rgba(255, 255, 255, 1) 48%
  );
  margin-top: 65px;
  padding: 70px 0px;
}

#greybg h3 {
  color: #17171a;
  font-size: 37px;
  line-height: 42px;

  font-family: "Conv_Gotham-Bold";
  margin-top: 15px;
  letter-spacing: -1px;
  margin-bottom: 28px;
}

#greybg p {
  font-size: 18px;
  width: fit-content;
  text-align: left;
  margin: 0 auto;
}

.formatlist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  gap: 15px;
  width: fit-content;
}

.format_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  height: 60px;
}

.format_item img {
  flex-basis: 10%;
  width: 35px;
  max-width: 35px;
  height: auto;
}

#greybg .format_item p {
  flex-basis: 90%;
  padding-left: 15px;
  margin: 0px 0px;
  font-size: 17px;
  
}

#greybg .format_item .fi_top{
  font-weight:600;
  line-height:13px; /*line-height decreased here to align to top of container */
  font-family: "Conv_Gotham-Medium";
}

#greybg .format_item .fi_bot{
  
  line-height:35px; /*line-height increased here to compensate */
}

#greybg .format_item strong {
  font-family: "Conv_Gotham-Bold";
}

#greybg .format_item p br {
  content: " ";
  display: block;
  margin: 10px 0;
}

.greenbutton {
  background-color: #30bf6c;
  border-radius: 27.75px;
  color: white;
  font-family: "Conv_Gotham-Bold";
  font-size: 21px;
  line-height: 43.85px;
  width: 260px;
  padding: 16.5px 27.25px;
  text-decoration: none;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.5px;
}

#greybg .metaheading {
  margin-top: 100px;
}

.metapic {
  display: block;
  margin: 0 auto 25px auto;
  width: 675px;
}

#greybg .metatext {
  max-width: 650px;
  width: 650px;
  margin: 0px auto 20px auto;
}

#greybg .metatext a {
  font-family: "Conv_Gotham-Medium";
  color: #6767ff;
  text-decoration: none;
}

#greybg #illustration_use {
  margin: 80px auto 50px auto;
}

.slickslider_item {
  border-radius: 40px;
  padding: 50px;
  width: 700px;
  background-color: #f7f8fc;
}

.slickslider_item img {
  width: 700px;
  height: 400.03px;
}

#greybg .slickslider_item p.slidetitle {
  font-family: "Conv_Gotham-Bold";
  font-size: 26px;
  text-align: left;
  margin: 30px 0px 10px 0px;
  line-height: 32px;
  letter-spacing: -1px;
}

#greybg .slickslider_item p.slideexcerpt {
  font-size: 16.89px;

  color: #5c5c66;
}

/* .slick-list{padding:0 20% 0 0 !important;} */

.slick-slide {
  margin: 0 12px;
}
.slick-list {
  margin: 0 -12px;
}

.wrapped {
  position: relative;
  display: block;
  margin: 0px auto 80px auto;
}

.prev {
  position: absolute;
  top: 24.5%;
  left: 26.7%;
  height: auto;

  width: 60px;

  z-index: 1;
  cursor: pointer;
}

.next {
  position: absolute;
  top: 24.5%;
  right: 26.7%;
  height: auto;
  transform: rotate(180deg);
  width: 60px;
  z-index: 1;
  cursor: pointer;
}

.figure img.wlabs{
  width:60px;
  height:auto
}

.figure img.wlabs.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
  }
  .figure:hover img.wlabs.image-hover {
    opacity: 1;
  }
@media (min-width: 1921px) {
  .prev {
    left: 32.5%;
  }
  .next {
    right: 32.5%;
  }
}

@media (min-width: 1300px) and (max-width: 1441px) {
  .prev {
    left: 19%;
  }
  .next {
    right: 19%;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .prev {
    left: 15%;
  }
  .next {
    right: 15%;
  }
}

#greybg .unlock {
  width: 48%;
}

.unlock a {
  text-decoration: none;
  font-family: "Conv_Gotham-Medium";

  color: #6767ff;
}

.copyright {
  margin: 80px auto 20px;
  background-color: #fff2f2 !important;
  border-radius: 40px;
  width: 800px;
  max-width: 800px;
  height: 210px;
  text-align: left;
}

.tmplLicense #greybg .copy {
  font-family: "Conv_Gotham-Bold";
}

#greybg .copyright .copy {
  font-size: 26px;
  color: #ff5959 !important;
  margin: 0px auto 0px 0px;
  padding: 30px 0px 10px 35px;
  line-height: 32px;
}

.copytext {
  color: #5c5c66 !important;
  padding: 0px 35px;
}

#greybg .copytext a {
  font-family: "Conv_Gotham-Medium";
  color: #ff5959 !important;
  text-decoration: none;
}

.send {
  height: 100px;
  background-image: url("https://workoutlabs.com/wp-content/themes/printableworkouts/responsive/img/exercise-illustrations-licensing/send.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.send a {
  font-family: "Conv_Gotham-Medium";
  color: #6767ff;
  text-decoration: none;
}

@media (max-width: 1000px) {
  html,
  body,
  #rootWrp {
    width: auto !important;
    max-width: 100% !important;
  }

  .globalFitLive #mainWrp {
    padding-bottom: 0px;
  } 
  
  #greybg h3, #lic_illustrations h3, #work_categories h3{
    font-size: 28px;
  line-height: 36px;
  letter-spacing: -1px;
  max-width: 92%;
  margin-left: 4%;
  }

  #license_hd {
    height: 620px;
    background-image: url("../images/glow.png"),
      linear-gradient(to bottom, #6767ff, #6767ff 468px, white 242px, white);
    background-size: 100% 438px, cover;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }

  .license_title span {
    background-color: #ffd500;
    line-height: 69px;
    padding: 10px 5px;
    width: fit-content;
    text-align: center;
  }

  .license_title {
    font-size: 50px;
    width: 80%;
    text-align: center;
  }
  
  .license_subtitle{
    width: 80%;
    margin-top: -10px;
    font-size:18px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }

  #license_hd br {
    display: none;
  }

  #license_hd img {
    max-width: 100%;
    width:95%;
    margin: 10px ;
  }

  #intro_text { margin: 100px auto 20px; }
  
  #intro_text p {
   
    color: #17171a;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-size: 16px;
    width:90%;
    margin:0 auto;
    margin-bottom: 10px;
  }

  .tmplLicense p {
    line-height: 24px;
    width:90%;
    margin: 10px 0 20px 0;
    letter-spacing: -0.3px;
    font-family: "Conv_Gotham-Book";
    font-size: 16px;
    color: #17171a;
  }

  #work_categories {
    margin-top: 30px;
}
  #greybg p{
    line-height: 24px;
    letter-spacing: -0.3px;
    font-size: 16px;
    width:90%;
    margin:0 auto;  
  }

  .exercise_grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 98%;
    max-width: 98%;
  }

  .exercise_item {
    max-width: 90%;
    width: 90%;
    min-width: 90%;
    height: fit-content;
    min-height: fit-content;
    max-height: fit-content;
    padding: 12px;
  }

  .exercise_item p {padding: 0 5px;}
  
  .ei_imgholster {
    height: fit-content;
  }

  .ei_imgholster img {
    max-width: 90%;
  }

  .exercise_item p {
    height: fit-content;
    width:fit-content;
  }

  #lic_illustrations h3 {
    width: 100%;
  }

  /* .formatlist {
    padding:0px 5%;
  } */

  #greybg .format_item .fi_top{
    line-height:13px;
    width:100%;
  }

#greybg .format_item .fi_bot{
    line-height: 34px;
     width:100%;
}

  .skpic {
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
  }

  .illver br{
    display: none;
  }

  .illtext {
    width: 90%;
  }

  .wcpic {
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
  }

  .warmchartext {
    width: 90%;
  }

  .metapic {
    max-width: 90%;
    height: auto;
  }

  .formatlist {
    margin: 20px auto;
    scale: 90%;
  }
  
  #greybg {
    padding: 60px 0px;
  }
  #greybg .metatext {
    width: 90%;
  }

  #greybg .unlock {
    width: 90%;
  }

  #greybg #illustration_use {
      margin: 80px auto 30px auto;
  }
  .slickslider_item {
    width: 320px;
    max-width: 90%;
  }
  .slickslider_item img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #greybg .slickslider_item .slideexcerpt {
    margin: 0px 0px;
    width: 100%;
  }
  
  .wrapped {
      margin: 0px auto 60px auto;
  }
  
  .prev {
    left: -1%;
    top: 9%;
    scale:75%;
  }
  .next {
    right: -1%;
    top: 9%;
    scale:75%;
  }

  .copyright {
    max-width: 90%;
    height: fit-content;
    padding: 30px 10px;
  }

  .copytext {
    padding: 0px 10px;
  }

  #greybg .copyright .copy {
    padding: 0px 10px 20px 20px;
  }

  .send {
    max-width: 90%;
  }

  #greybg .send p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  
  .license_title {
      font-size: 36px;
      width: 80%;
      text-align: center;
      line-height: 40px;
      letter-spacing: 0px;
  }
  
  #intro_text {
      max-width: 698px;
      margin: -40px auto 20px;
      text-align: left;
  }
  
}
