.sc-header-v1 {
  background-color: #c73737;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  margin: 15px 0;
  margin-bottom: 0;
}

.sc-header-v1 h1,
.sc-header-v1 h2,
.sc-header-v1 h3,
.sc-header-v1 p {
  color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  max-width: 800px;
}

.mb25 {
  margin-bottom: 25px;
}

.fancy-h1-text {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 1.2;
}

.full-width {
  width: 102vw;
  position: relative;
  left: 52%;
  transform: translateX(-51%);
}

#foot-menu {
  padding-left: 15px;
  padding-right: 15px;
}

.wp-caption-text {
  font-size: 20px;
  color: #555;
  text-align: center;
  padding: 30px 15px;
  line-height: 1.25;
  margin-bottom: 0;
}

.aligncenter,
.alignright,
.alignleft {
  background: none !important;
  max-width: 80%;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.buy-text {
  color: #fff;
  line-height: 1.35;
  font-size: 15px;
  padding: 40px 0 0 30px;
}

.dots-bg {
	background:url('/wp-content/themes/NerdFitness/library/images/backup-dots-15.png') center center no-repeat transparent;
  background-size: cover;
}

.lines-bg {
  background:url('/wp-content/themes/NerdFitness/library/images/backup-lines-10.png') center center no-repeat transparent;
  background-size: cover;
}

.big-h-pad {
  padding-left: 90px;
  padding-right: 90px;
}

.dark-bg{

  background-color: #414042;
}

.dark-bg p {
  color: #fff;
}



.m-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.red-emphasized-text-v1 {
  font-family: bitter, serif;
  color: #c73737;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.2em;
  font-weight: 400;
}

.black-emphasized-text-v1 {
  font-size: 36px;
  color: #000;
  font-family: bitter, serif;
  margin: 30px auto 40px;
  line-height: 1.2;
  text-align: center;
}

.wide-container-50 {
  width: 150%;
  margin-left: -25%;
}

.wide-container-80 {
  width: 180%;
  margin-left: -40%;
}

.grey-bg {
  background-color: #f1f1f2;
}

.red-border {
  border: 2px solid #c73737;
  padding-top: 20px;
  padding-bottom: 20px;
}

.desktop-hide {
  display: none;
}
.desktop-show {
  display: block;
}

mb0 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wide-container-50,
  .wide-container-80 {
    width: 100%;
    margin-left: inherit;
  }
}

@media (max-width: 768px) {

  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  
  .sc-header-v1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .big-h-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sc-header-v1 h1,
  .sc-header-v1 h2,
  .sc-header-v1 h3,
  .sc-header-v1 p {
    width: 90%;
  }

  .mobile-flex-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .buy_text {
    padding: 40px 30px;
  }

  .mobile-margin-top-20 {
    margin-top: 20px;
  }

  .mobile-h-pad-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wp-caption {
    width: auto !important;
  }

  .mobile-h-margin-20 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
