/*------------------------------------- GENERIC ---------------------------------------*/




* {    
  text-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

html {
  position: relative;
  min-height: 100%;
} 

body {
  font-family:'Open Sans';
  font-size: 17px;
  margin-bottom: 120px;
  color: black;
  font-weight: 350;
  background-color: #f8f8f8;
}

body.online-course{
  margin-bottom: 0;
  background-color: #fff;
}

iframe{
  max-width: 100%;
  max-height: 100vh;
}

a, a:visited {
  color: #000;
  text-decoration: none;
  background-color:#E9E4DD;
  /*background-color: #96a554;*/
}

a:hover {
  color: #000;
  background-color:#a4aa6a;
  text-decoration: underline;
}

p a{
  /*font-size:95%;*/
  padding: 0 3px 0 3px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  padding: 0 0.5em 0 0.5em;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 350;
}

h1{
  font-size:40px !important;
}

h2{
  font-size: 27px !important;
  letter-spacing: 0.5px;
}

.home h1{
  font-size:45px !important;
}

.home h2{
  font-size: 30px !important;
}


h3, #mc_embed_signup .mc-field-group label {
  font-family:'Roboto Condensed', sans-serif !important;
  font-weight: 500;
  letter-spacing: 1px;
  font-size:18px !important;
  text-transform:uppercase !important;
}

h4{
  font-size: 22px !important;
  font-weight: 100;
  letter-spacing: 1px;
}

b, strong {
  font-weight: 400;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 22px;
  border-left: 5px solid #000;
  
}

blockquote + p{
  margin-top: -20px;
  padding: 0 20px 10px 20px;
  border-left: 5px solid #000;
  font-size: 13px;
  font-weight: bolder;
}


.head-font{
  font-family:'Roboto Condensed';
  font-weight: 500;
  letter-spacing: 1px;
}

input, select, textarea{
  font-family: 'Roboto Condensed';
  font-weight: 500;
  letter-spacing: 1px;
}

input, select{
  width: 250px;
}

input[type="checkbox"], input[type="radio"] {
  width: auto;
}

input[type="submit"], .btn, a.btn, .home-banner a, #mc_embed_signup input[type="submit"]
{
  padding: 6px 15px;
  font-family:'Roboto Condensed';
  font-size:18px;
  text-transform:uppercase;
  background-color: black;
  background-image: none;
  border: none;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  margin: 5px 0;
  display: inline-block;
  white-space: normal;
}

.home-banner a{
  line-height: 30px;
}

.product-buy-btn, a.product-buy-btn {
  background-color: #2f969c;
}

.dark-color-bg .product-buy-btn {
  /*background-color: black;*/
}

input[type="submit"]:hover, .btn:hover, a.btn:hover, a.btn.hover, .home-banner a:hover, .caption-link:hover .btn, a.promo-link:hover .btn{
  color: black;
  background-color: #96a554;
  text-decoration: none;
}

.nav a.btn-reverse{
  background-color: #d1644f;
}

.nav a.btn-reverse:hover{
  background-color: transparent;
}

select {
  border: solid 2px black;
  padding: 5px 10px;
}


.theme-showcase > p > .btn, .theme-showcase > p > a.btn {
  margin: 5px 0;
}

#fonts{
  font-family:'Trade Gothic W01';
  font-family:'Open Sans';
  font-family: 'Glyphicons Halflings';
  font-family:'Roboto Condensed';
}

.glyphicons{
  font-family: 'Glyphicons Halflings';
}

.container-fluid, #content {
  padding-right: 0;
  padding-left: 0;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
  width: 100%;
}

.flex-center div{
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.color-bg{
  /*background-color: rgba(209,100,79);*/
  background-color:#dcd0cf;
}

.dark-color-bg{
  background-color:#d1644f;
}

input {
  border: solid 2px black;
  padding: 5px;
}

.dark-input {
  background-color: black;
  color: white;
}

.flex-container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inverted{
  color: white;
  background-color: black;
}


.message{
  padding: 40px;
  margin: 40px auto;
  font-size: 20px;
  width: 80%;
}

.message.error{
  background-color: pink;
}

.flash-container{
  padding: 40px;
  margin: 40px auto;
  font-size: 20px;
  width: 80%;
  background-color: #dcd0cf;
}

.bg-red-500 .flash-container{
  background-color: pink;
}

.background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}



/*------------------------------------- HEADER ---------------------------------------*/

.newnav {
  position: -webkit-sticky;
  position: sticky;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 50px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; 
}

.newnav.color-bg{
  /*background-color: rgba(209,100,79, 0.9);*/
  background-color: #3f3c3c;
  margin-bottom: 0px;
}

.newnav.color-bg .newnav-nav > li > a {
  color: white;
  font-weight: normal;
}

.newnav {
  min-height: 50px;
}

.newnav.fixed {
  position: fixed;
}

.newnav-fixed-top {
  top: 0;
}

.newnav-fixed-bottom, .newnav-fixed-top {
  right: 0;
  left: 0;
  z-index: 1030;
}

#newnav {
  position: relative;
}

#nav-logo-link {
  position: absolute;
  display: block;
  top: 5px;
  left: 17px;
  min-width: 50px;
  background-color: transparent;
}

#newnav #nav-logo-link:hover{
  text-decoration: none;
}

#newnav #nav-logo-link:hover #main-logo{
  opacity: 0.5
}

#newnav #nav-logo-link:hover #small-logo{
  -webkit-animation:spin 1s linear infinite;
  -moz-animation:spin 1s linear infinite;
  -o-animation:spin 1s linear infinite;
  animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate3d(0, 1, 0, 360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate3d(0, 1, 0, 360deg); } }
@-o-keyframes spin { 100% { -webkit-transform: rotate3d(0, 1, 0, 360deg); transform:rotate3d(0, 1, 0, 360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate3d(0, 1, 0, 360deg); -moz-transform:rotate3d(0, 1, 0, 360deg); transform:rotate3d(0, 1, 0, 360deg); } }

#newnav #main-logo {
  height: 130px;
  margin-top: 30px;
}

#newnav #small-logo {
  height: 125px;
  -webkit-transform-origin: 10% 50%;
  -moz-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  -o-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
  margin-bottom: 35px;
  margin-left: -23px;
}

.newnav-fixed-top {
  border-width: 0 0 5px;
  border-color: black;
  border-bottom-style: solid;
}

.newnav #main-nav.newnav-nav {
  display: block;
  float: none;
  vertical-align: top;
  clear: right;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  padding-top: 86px;
  letter-spacing:0px;
}

.newnav.color-bg #main-nav.newnav-nav {
  text-align: left;
  margin-left: 210px
}


@media (max-width: 1200px) {
  .newnav #main-nav {
    margin-left: 35px;
  }
  .newnav.color-bg #main-nav.newnav-nav{
    margin-left: 195px;
  }
}

.newnav #top-nav.newnav-nav {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2px;
  position: absolute;
  top: 0;
  right: 0;
}

#login-btn a {
  text-transform: lowercase;
  background-color: black;
  color: white;
  margin-left: 100px;
}

#main-nav li {
  float: none;
  display: inline-block;
}

#top-nav.newnav-nav > li > a {
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  padding: 0;
  margin: 10px 15px 5px 15px;
  border-bottom: solid 5px transparent;
}

#main-nav.newnav-nav > li > a {
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  margin: 0;
  padding: 10px 15px 10px 15px;
}

.newnav-nav > li > a:hover {

}

#main-nav.newnav-nav > li > .dropdown-menu {
  margin-top: 4px;
}

.dropdown-menu li{
  display: block !important;
  text-transform:none;
  font-size:16px;
}

.nav a{
  color: black;
  background-color: transparent;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, #login-btn a:hover, .dropdown-menu > li > a.active {
  background-color: #d1644f;
  background-image: none;
}
#top-nav.nav > li > a:focus, #top-nav.nav > li > a:hover, #top-nav.nav .open > a, #top-nav.nav > li > a.active, #top-nav.nav .open > a:focus, #top-nav.nav .open > a:hover{
  background-color: transparent;
  background-image: none;
  border-color:#d1644f;
}
#main-nav.nav > li > a:focus, #main-nav.nav > li > a:hover, #main-nav.nav .open > a, #main-nav.nav > li > a.active, #main-nav.nav .open > a:focus, #main-nav.nav .open > a:hover{
  background-color: #d1644f;
  background-image: none;
}



.academy-button {
  padding: 20px 10px 10px 10px !important;
  margin: 0 !important;
  border: none !important;
  background-color: #E9E4DD !important;
  color: black !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.academy-button:hover{
  background-color: #d1644f !important;
}

.mobile-only .academy-button {
  font-size: 20px !important;
}

.side-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 2px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-left: 4px solid\9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.newnav .newnav-collapse {
  text-align: center;
}

.newnav #top-nav {
  float: right;
}

#top-nav li {
  display: inline-block;
}

.homelink a {
  padding: 0 !important;
}

.homelink img{
  height: 50px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase .newnav .container {
  width: auto;
}

.newnav-toggle .icon-bar {
  background-color: black;
}

#small-logo, #main-logo, #main-nav, #side-nav-container{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

nav.small-nav #small-logo {
  height: 60px !important;
  left: 30px !important;
  margin-bottom: 0px !important;
  margin-top: 25px;
  margin-left: 40px !important;
}

.small-nav #main-logo {
  height: 0px !important;
}

.small-nav #main-nav {
  padding-top: 46px !important;
}

#social-media-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

#social-media-nav a{
  padding: 0;
  margin: 0 0 5px 5px ;
  border: none;
}
#social-media-nav a:hover{
  background-color: transparent;
  opacity: 0.5;
}

#social-media-nav li {
  display: inline-block;
}

/*------------------------------------- HOMEPAGE ---------------------------------------*/

.home-banner {
  position: relative;
}

.home-banner img {
  width: 100%;
}

.asset-caption {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.home-banner .asset-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /*margin-top:200px;*/
  color: #fff;
  text-align: center;
}

.embed-title {
  font-family:'Roboto Condensed' !important;
  font-weight: 500;
  letter-spacing: 1px;
  font-size:15px !important;
  text-transform:uppercase !important;
  margin:10px 0 0 0;
  float:left;
}

.embed-title img{
  float:left;
  margin-right: 10px;
}

.embed-title a{
  background-color:transparent !important;
}

/*------------------------------------- CONTENT PAGES ---------------------------------------*/

.grid-row{
  border-bottom: solid 5px black;
}

.big-text {
  padding: 100px 350px 100px 50px;
}

.signup-strip .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 30px 0;
}

.signup-strip .btn {
  //font-size: 13px;
  vertical-align: baseline;
}

.signup-form > * {
  width: 200px;
  margin-left: 20px;
  padding: 5px 10px;
  /* height: 37px; */
}

.signup-caption {
  margin-right: 20px;
  margin-top: 5px;
  font-weight: bolder;
  padding: 0 10px;
}

.large-signup-form-container {
  justify-content: end;
  align-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  color: white;
}

.large-signup-form {
  width: 450px;
  margin: 50px;
  background-color: #dcd0cfdd;
  color: black;
  max-width: 80%;
}

#mc_embed_signup {
  background: transparent !important;
  font-size: 20px !important;
}
#mc_embed_signup input {
  color: black!important;
}
#mc_embed_signup input[type="submit"] {
  color: white!important;
  height: auto;
  line-height: normal;
}
#mc_embed_signup input[type="submit"]:hover {
  color: black!important;
  background-color: #96a554;
}

#mc_embed_signup .mc-field-group label {
  width: 285px;
  text-transform: uppercase;
}

#mc_embed_signup h2 {
  display: none;
}
#mc_embed_signup .indicates-required {
  display: none;
}

#mc_embed_signup .mc-field-group {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  flex-wrap: wrap;
}

.comments-block {
  margin: 30px 0;
}

.triple-image-promo .grid-item img {
  width: 100%;
  border-bottom: solid black 5px;
}

.triple-image .grid-item img {
  width: 100%;
}

.double-image-promo .grid-item img {
  width: 100%;
  margin-top: 50px;
}

.double-image .grid-item img {
  width: 100%;
}

.double-image-promo .flex-container .grid-item {
  max-width: 50%;
}
.double-image-promo .flex-container .grid-item:nth-child(even) {
  padding-left: 25px;
}
.double-image-promo .flex-container .grid-item:nth-child(odd) {
  padding-right: 25px;
}
.double-image-promo + .double-image-promo {
  margin-top: -75px;
}

a.promo-link {
  color: black;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-color: white;
  margin: 20px;
  width: 33.33333%;
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}

a.promo-link:hover{
  background-color: #ccc;
  text-decoration: none;
}

a.promo-link img{
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a.promo-link:hover img{
  opacity: 0.7;
}

a.promo-link .btn{
  margin-top: 30px;
}

.promo-header{
  margin-left: 20px;
  margin-bottom: 0;
}

.block-link{
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 30px;
}

.promo-text {
  padding: 15px;
  margin-bottom: 50px;
}

.promo-text .btn {
  position: absolute;
  bottom: 15px;
}

.double-image-promo .btn {
  position: static;
}

.promo-category {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 11px;
}

.cart-message-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: none;
}

.cart-message {
  background-color: #fffd;
  padding: 50px;
  z-index: 10000;
  color: black;
  font-size: 50px;
  display: inline-block;
  opacity: 0;
  font-weight: bold;
  transition: all, 0.2s;
}

.cart-message-buttons .btn {
  margin: 0 20px;
}

.container-fluid, .newnav, .footer {
  transition: all, 0.2s;
}

.blurbg {
  filter: blur(5px);
  opacity: 0.8;
}

.cart-message.showmessage {
  opacity: 0.9;
}

#commerce-cart input {
  width: auto;
}

.small-text {
  padding: 20px 300px;
}

.textHalf {
  width: 50%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.workout-blocks.left .textHalf{
  padding-right: 0;
}
.workout-blocks.right .textHalf{
  padding-left: 0;
}

.imageHalf {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.imageHalf img{
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-container.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

video {
  max-width: 100%;
  display: block;
  width: 100%;
}

.imageFullWidth img {
  width: 100%;
}

.imageFullWidth {
  position: relative;
}

.imageFullWidth .asset-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  color:#fff;
}

.caption-link {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.caption-link:hover  .asset-caption{
  background-color: rgba(0,0,0,0.4);
}

.asset-caption .flex-center > div {
  max-width: 500px;
}

.asset-caption blockquote, .asset-caption blockquote + p{
  border-color: white;
}

.double-text .textHalf {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.double-text-flow {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 50px 65px;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.video-table {
  background-color: #dcd0cf;
  color: black;
}

.container table{
  width: 100%;
}

.container table > tbody > tr > td, .container table > tbody > tr > th, .container table > tfoot > tr > td, .container table > tfoot > tr > th, .container table > thead > tr > td, .container table > thead > tr > th {
  padding: 8px 16px 8px 0px;
  border-top: 1px solid #999;
}

.container table > thead{
  background-color: #f5f5f5;
}

.lightwidget-widget{
  margin-top: 30px;
  margin-bottom: 25px;
}

.instagram-media {
  max-width: 100% !important;
  min-width: 0 !important;
}

#disqus_thread {
  max-height: 90vh;
  overflow-y: scroll;
}

#disqus_thread iframe {
  max-height: none;
}

/*------------------------------------- ONLINE COURSES OVERVIEW PAGES ---------------------------------------*/

.overview-page-title {
  margin-bottom: 30px;
  margin-top: 0;
}

.overview-intros {
  width: 100%;
  padding: 20px 25px 0px 25px;
}

.overview-product-image-wrapper {
  position: relative;
}

.overview-product-image-thumb {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 70px;
}

.overview .promo-text {
  background: white;
  border-top: solid 5px black;
  padding-bottom: 30px !important;
}

.overview .promo-subhead {
  font-size: 16px;
  color: #777;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: -5px;
  font-family:'Roboto Condensed', sans-serif !important;
  font-weight: 500;
  letter-spacing: 1px;
}

.overview .overview-tags-filter {
  text-transform: uppercase;
  display: inline-block;
  font-size: 17px;
  padding-top: 0px;
}

.overview .double-image-promo .btn {
  position: static;
}

.overview-tags .btn {
  margin-top: 0px;
}

.double-image-promo.overview .flex-container .grid-item {
  min-width: 40%;
}

.double-image-promo.overview .flex-container .grid-item .promo-text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.double-image-promo.overview .flex-container {
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.double-image-promo.overview .flex-container .grid-item:nth-child(even) {
  padding-right: 25px;
}
.double-image-promo.overview .flex-container .grid-item:nth-child(odd) {
  padding-left: 25px;
}

.overview-tags {
  text-align: center;
  width: 100%;
}
/*------------------------------------- ACCOUNT PAGES ---------------------------------------*/


.half-container{
  float: left;
  width: 50%;
  padding: 50px;
}

.account-closed{
  display: none !important;
}

.account-open{
  display: block !important;
}

.hide-form{
  display: none;
}

.stripe-button-el, .stripe-button-el span {
  color: white !important;
  background-color: black !important;
  background-image: none !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.stripe-button-el, #register-course-form {
  border: solid 2px black !important;
  font-family: 'Roboto Condensed'!important;
  font-weight: 500;
  letter-spacing: 1px!important;
}

.stripe-button-el span{
  border: none;
  font-family: 'Roboto Condensed'!important;
  font-weight: 500;
  letter-spacing: 1px!important;
}

.stripe-button-el:hover, .stripe-button-el:hover span{
  color: black !important;
  background-color: white !important;
}

.featherlight-inner{
  display: block;
}

#payment-form{
  max-width: 250px;
}

#payment-errors {
  margin-top: 40px;
}

.buy-course-form, .buy-course-text, #purchased-course-form{
  max-width: 100%;
}

.buy-course-form-holder{
  text-align: center;
}

.buy-course-form-holder .btn {
  margin-top: 20px;
}

.sold-out-btn {
  margin-top: 0 !important;
  cursor: default;
}

.sold-out-btn:hover{
  color: white;
  background-color: black;
}

.buy-course-header {
  margin-top: 0;
  margin-bottom: 0;
}
.buy-course-subheader {
  margin-top: 5px;
  margin-bottom: 10px;
}

.buy-course-text-holder blockquote{
  margin: 0;
  font-size: 16px;
}

#register-course-form{
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#register-course-form:hover, #visit-course-form:hover{
  color: black !important;
  background-color: white !important;
}

/*------------------------------------- ONLINE COURSE ---------------------------------------*/

#online-course-container {
  padding-left: 300px;
  max-width: 100%;
  min-height: 100vh;
}

#online-course-container .container {
  max-width: 100%;
  width:970px
}

#online-course-container .grid-row {
  padding: 30px 0;
}

#online-course-container .header-grid-row {
  padding: 25px 0 0 0;
  /* border-bottom: none; */
}

#online-course-container h1.online-course-header {
  margin-top: 0;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*font-weight: bolder;*/
}

#online-course-container h2{
  margin-top: 0;
}

.opening-chevrons::after {
  font-family: 'Glyphicons Halflings';
  content: "\e252\e252";
  font-size: 13px;
}

.newnav-side-border {
  height: 35px;
  padding: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-color: white;
  border-top: solid 5px black;
}

.newnav-side-border.no-border-permanent{
  border-top: solid 0px;
  height: 0;
}


#side-nav-container {
  padding-left: 0;
  width: 300px;
  border-right: solid 5px black;
  position: fixed;
  overflow-x: hidden;
  bottom: 0;
  top: 130px;
  /*background-color: #D5C9C8;*/
  background-color: #f8f8f8;
}

#side-nav-container.small-nav{
  top: 90px;
}

#side-nav-container.closed {

}

#side-nav-tab {
  position: absolute;
  top: 0;
  background-color: #f8f8f8;
  right: -20px;
  width: 25px;
  height: 40px;
  border: solid 5px black;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-flex {
  flex-direction: column;
  justify-content: center;
}

.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a {
  color: #fff;
}

.side-nav-box {
  font-size: 15px;
  border-bottom: solid 2px black;
}

.sub-nav .panel {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  border: 0;
}

.sub-nav .badge{
  float: right;
}

.cart-nav.badge {
  padding: 2px 3px 3px;
  margin-top: -10px;
}

.view-cart-buttons {
  display: none!important;
}
.view-cart-buttons.active {
  display: inline-block !important;
  position: static;
}



.sub-nav .collapser {
  float: right;
  font-size: 15px;
}

.sub-nav a, .sub-nav-link {
  color: black;
  text-decoration: none;
  border-left: solid 5px transparent;
  /*background-color: #D5C9C8;*/
  background-color: #f8f8f8;
  font-weight: 500;
}

.sub-nav a.active {
  border-left: solid 5px black;
  background-color: #d1644f;
  color:white;
}

a.accordion-toggle.active {
  border-left: solid 5px black;
  background-color: #f8f8f8;
  color:#d1644f;
}
a.accordion-toggle.active:hover {
  border-left: solid 5px black;
  background-color: #f8f8f8;
  color:#d1644f;
}

.sub-nav a.sub-nav-anchor {
  padding-left: 40px;
}

.sub-nav .anchor-active a {
  background-color: #c4978c;
  color: white;
}



.sub-nav-link, .accordion-toggle {
  display: block;
  padding: 5px 10px;
}

.sub-nav a:hover{
  /*background-color: #afa6a6;*/
  background-color: #ddd0d0;
  color: black;
}

.sub-nav .nav-entry{

}

.sub-nav .nav-entry.entry-type-onlineCourse {
  font-weight: bold;
  font-size: 18px;
  border-top: solid 5px black;
  text-transform: uppercase;
  display: none;
}
.sub-nav .nav-entry.entry-type-module {
  border-top: 5px solid black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

.sub-nav .nav-entry.entry-type-workout {
  border-top: solid 2px black;
  font-size: 18px;
  letter-spacing: 1px;
}

.sub-nav .nav-entry.entry-type-workoutBlockParent {
  border: none;
  border-top: solid black 1px;
  font-weight: normal;
  text-transform: uppercase;
}

.sub-nav .nav-entry.entry-type-workoutBlockParent .sub-nav-link {
  color: #7c7474;
  font-size:13px;
  font-weight: bolder;
  letter-spacing: 1px;
}

.sub-nav .nav-entry.entry-type-workoutBlocks {
  border-top: solid black 1px;
}
.sub-nav .parent-workoutBlockParent .nav-entry.entry-type-workoutBlocks {
  border-top: none;
}

.sub-nav .nav-entry.entry-type-overview {

}

.sub-nav .nav-entry.entry-type-workout-overview a {
  padding-left: 20px;
}

.sub-nav .nav-entry.entry-type-module-overview a {
  padding-left: 20px;
}

.nav-entry.entry-type-workout .accordion-toggle.collapsed {
  background-color: #f8f8f8;
}

.nav-entry.entry-type-workout .accordion-toggle {
  text-transform: uppercase;
  /*font-weight: bolder;*/
}

.parent-workoutBlockParent .sub-nav-link {
  padding: 5px 10px 5px 20px;
}

.sub-nav .nav-entry.entry-type-assessmentBlocks, .sub-nav .nav-entry.entry-type-workoutBlocks {
}

.sub-nav .nav-entry.entry-type-assessmentBlocks, .sub-nav .nav-entry.entry-type-workout-overview {
}

/*
.parent-workoutBlockParent .entry-type-workoutBlocks .sub-nav-link::before, .parent-workoutBlockParent .entry-type-supplementary .sub-nav-link::before {
  content: "\2022 ";
  width: 10px;
  display: inline-block;
}
*/

.sub-nav  .accordion-toggle .collapser::after {
  font-family: 'Glyphicons Halflings';  
  content: "\e252";    
  float: right;        
  color: black;        
}

.sub-nav .accordion-toggle.collapsed .collapser::after {
  content: "\e250";
}

.sub-nav  .nav-entry.entry-type-module .accordion-toggle .collapser::after {       
  color: black;        
}

.sub-nav  .nav-entry.entry-type-module .accordion-toggle.collapsed .collapser::after {
  color: black;
}

.next-prev-row .container.flex-container {
  justify-content: space-between;
  flex-direction: row;
}

.next-prev-btn {
  max-width: 40%;
}

.next-prev-btn .badge {
  display: none;
}

.clear-data-form {
  float: right;
}

.next-prev-arrow {
  font-size: 26px;
  line-height: 0px;
  display: inline-block;
}
.flex-spacer {
  flex-grow: 2;
}

.input-group .form-control {
  margin-top: 7px;
}

/*
.sub-nav .nav-entry.entry-type-module .accordion-toggle, .sub-nav .nav-entry.entry-type-module-overview a{
  background-color: #302e2e;
  color: white;
}

.sub-nav .nav-entry.entry-type-module .accordion-toggle.collapsed {
  background-color: white;
  color: black;
}
*/
/*
.sub-nav-link.active {
  border-left: solid black 10px;
  padding-left: 5px;
}
.parent-workoutBlockParent .sub-nav-link.active {
  border-left: solid black 5px;
  padding: 5px 10px 5px 15px;
}
*/

.module-video {
  background-color: #dcd0cf;
  color: black;
  padding:  30px 0;
}

.table.exercise-table-table {
  width: 40%;
  float: left;
  margin-right: 5%;
}

.table.exercise-table-table > tbody > tr > td, .table.exercise-table-table > tbody > tr > th, .table.exercise-table-table > tfoot > tr > td, .table.exercise-table-table > tfoot > tr > th, .table.exercise-table-table > thead > tr > td, .table.exercise-table-table > thead > tr > th {
  padding: 8px 16px 8px 0px;
  border-top: 1px solid #999;
}

.table.exercise-table-table th {

  text-align: left;
  font-weight: 800;
  font-family: trade gothic w01;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;

}

.exercise-table-video {
  width: 55%;
  float: left;
}

.exercise-table-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.course-strip-image {
  width: 50%;
  float: right;
  margin-left: 25px;
}

.course-ratings-image {
  max-width: 20%;
}

.workout-content {
  float: right;
  border: solid 5px black;
  padding: 10px 20px;
  margin: -5px 0 30px 30px;
  font-weight: bold;
  display: none;
}

.intro-text {
  margin: 0 0 30px 0;
}

.workout-content-list{
  padding-left: 0;
}

.workout-content-list-item{
  list-style: inside;
  margin: 5px 0;
}

.workout-content-list-link {

}

.workout-content-list-link:hover {

}

.facebook-group-link {
  padding: 5px;
  margin-left: 10px;
}

.status-table td, .status-table th {
  border: solid black 1px !important;
  padding: 5px !important;
}

.status-table h2{
  text-align: center;
}

.status-header {
  font-weight: 600;
  text-align: center;
  color: #d1644f;
  margin: 20px;
}
h2.status-header {
  margin-bottom: -20px;
}
h3.status-header {
  margin-top: 40px
}


.date-lock {
  padding: 150px 50px 200px 50px;
  text-align: center;
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 1px;
}

.online-course-recommendations-holder {
  margin-bottom: 20px;
}

/*--------------------------------------- OVERVIEW PAGE --------------------------------------*/

.overview-grid {
  background-color: #dcd0cf;
  padding-top: 30px;
}

.milestone-page {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.milestone-circle-wrapper{
  height: 60px;
  width: 60px;
  border-radius: 30px !important;
  margin: 10px 0 20px 0;
  border: solid black 6px;
  transition: all 0.2s;
}
.milestone-pass-count-0{
  border-color: #636060;
}
.milestone-pass-percent-100{
  border-color: black;
}
.milestone-circle-wrapper:hover{
  border-width: 2px;
}

.milestone-section-header {
  position: relative;
  width: 100%;
  background-color: black;
  padding: 10px;
  color: white;
}

.milestone-section-header h1 {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 18px !important;
  margin: 0;
  padding: 0px;
  letter-spacing: 1px;
  font-weight: 500;
}

.milestone-section-connector {
  background-color: black;
  height: 10px;
  width: 200px;
  position: absolute;
  bottom: 45px;
}

.milestone-header {
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin-left: -45px;
  overflow: hidden;
}

.milestone-section-clear {
  width: 100%;
  height: 50px;
}

.milestone-wrapper {
  display: inline-block;
  margin: 0;
  position: relative;
}

.milestone-inner {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  width: 60px;
  margin-left: 100px;
}

.milestone-connector {
  background-color: black;
  width: 102px;
  height: 10px;
  display: inline-block;
  position: absolute;
  bottom: 45px;
  right: 59px;
}

.first-milestone .milestone-connector{
  display: none;
}

.first-milestone .milestone-inner {
  margin-left: 0px;
}

.milestone-section-container{
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-left: 45px;
}

.congratulations-wrapper {
  margin-top: -30px;
}

.congratulations-body {
  margin-bottom: 50px;
}

/*--------------------------------------- FEEDBACK BOXES --------------------------------------*/

#feedback-form{

}

#inline-form-wrapper{
  display: inline-block;
  margin: 0 50px 0 0;
}

#plus-minus-counter {
  width: 200px;
}

#feedback-form label {
  background-color: black;
  padding: 5px 10px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  color: white;
  margin: 0 5px;
  cursor: pointer;
  font-weight:lighter;
}

#feedback-form label:hover {
  background-color: rgba(0,0,0,0.5);
}

.form-number-scale{
  display: none!important;
}

.form-number-scale:checked+label {
 color: rgb(209,100,79)!important;
}

.form-number-scale-holder {
  display: inline-block;
}

.form-explanation {
  margin-top: 30px;
  font-size: 12px;
}

textarea {
  border: solid 2px black;
  width: 500px;
  max-width: 100%;
  height: 100px;
  padding: 10px;
}

/*--------------------------------------- CALENDAR PAGE --------------------------------------*/

.day-container {
  float: left;
  border: solid 1px black;
  padding: 30px 40px;;
  margin: 0 20px 20px 0;
  background: white;
  position: relative;
  width: 350px;
  height: 230px;
}

.day-container:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  border-top: 60px solid black;
  border-right: 60px solid white;
  width: 0;
}

#calendar-holder a {
  display: block;
}

#calendar-holder a:hover .day-container {
  background-color: #d1644f;
}

#calendar-holder a:hover .day-container:before {
  border-right: 60px solid #d1644f;
}

.calendar-event {
  position: relative;
  z-index: 2;
}

.calendar-event-date {
  color: white;
  font-size: 18px;
  position: absolute;
  top: -27px;
  left: -32px;
  font-weight: 100;
}

.calendar-event-location {
  font-weight:800;
  text-transform: uppercase;
  margin-bottom: -3px;
  font-size: 16px;
  letter-spacing: 1px;
}

.calendar-event-title {
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 24px;
  letter-spacing: 1px;
}

.calendar-event-venue {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.calendar-event-source {
  margin-top: 20px;
}

.calendar-event-source.Garage-Gym-Girl{
  display: none;
}

.calendar-individual-event-wrapper{
  margin-left: 24px;
}

.calendar-individual-event-date {
  font-size: 16px;
  font-weight: 500;
}
.calendar-individual-event-time {
  font-size: 14px;
  font-weight: 500;
}

.calendar-individual-event-location {
  font-weight:800;
  text-transform: uppercase;
  margin-bottom: -3px;
  font-size: 16px;
  letter-spacing: 1px;
}

.calendar-individual-event-title {
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 24px;
  letter-spacing: 1px;
}

.calendar-individual-event-venue {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.calendar-individual-event-price{
  margin-bottom: 20px;
}

.month-container {
  clear: both;
  border-bottom: solid 5px black;
}

.grid-wrapper.event-header {
  padding-top: 20px;
}

/*--------------------------------------- BLOG PAGE --------------------------------------*/


.blog-nav-container {
  width: 25%;
  float: left;
  margin-right: 5%;
}

.blog-nav-container-inner {
  border: solid black 5px;
  margin-bottom: 20px;
}

#blog-nav-tags, #blog-nav-signup{
  border: solid black 5px;
}

#blog-nav-signup{
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
}

#blog-nav-signup #mc_embed_signup form {
  padding: 0;
}

#blog-nav-signup #mce-responses {
  margin: 0 !important;
  padding: 0 !important;
}
#blog-nav-signup #mce-responses .response {
  margin: 0 !important;
  padding: 0 !important;
}

#blog-nav-signup-footer {
  border: solid black 5px;
  padding: 20px;
}

#blog-nav-signup-footer #mc_embed_signup form {
  padding: 0;
}

#blog-nav-signup-footer #mce-responses {
  margin: 0 !important;
  padding: 0 !important;
}
#blog-nav-signup-footer #mce-responses .response {
  margin: 0 !important;
  padding: 0 !important;
}


.blog-tag-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.blog-nav-container-inner a{
  color: black;
  display: block;
  padding: 5px 10px;
  border-bottom: solid black 1px;
  text-decoration: none;
  background-color: white;
}

.blog-nav-container-inner a.active {
  background-color: #d1644f;
}

.blog-nav-container-inner a:hover{
  text-decoration: none;
  background-color: #ddd0d0;
}

.blog-accordion-toggle {
  font-size: 17px;
  font-weight: bold;
}

.blog-grid-row img {
  max-width: 100%;
  height: auto;
}

.blog-grid-row a {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.blog-nav-container-inner .collapser {
  font-family: 'Glyphicons Halflings';  
  float: right;   
  font-size: 15px;     
}

.blog-nav-container-inner .collapser::after {
  content: "\e252";    
}

.blog-nav-container-inner .collapsed .collapser::after {
  content: "\e250";
}


.blog-container {
  width: 70%;
  float: left;
}

.blog-grid-row{
  margin-bottom: 40px;
}

.blog-container .grid-image {
  width: 100%;
}

.blog-header{
  margin-top: 0;
}

#blog-next {
  float: right;
}

#blog-next-prev {
  margin-bottom: 20px;
}

.rss-icon{
  margin-left: -20px;
}
.rss-icon:hover{
  opacity: 0.5;
}
.rss-icon:hover a{
  border-color: transparent !important;
}
.blog-text img{
  display: block;
}
#blog-rss-feed{
  margin-top: 20px;
}

/*--------------------------------------- FOOTER --------------------------------------*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: #f5f5f5;
  padding: 30px 0;
}

.footer .container .text-muted {
  margin: 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

#footer-social-media-nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
}

#footer-social-media-nav li {
  display: inline-block;
  margin-right: 5px;
}

/*--------------------------------------- BARE --------------------------------------*/


.newnav-bare {
  position: -webkit-sticky;
  position: sticky;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 50px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; 
}

#bare-logo-link {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  padding: 5px 0 0 0px;
}

#bare-logo-link img {
  height: 125px;
}

.bare.academy-button {
  position: absolute;
  top: 0;
  right: 0;
}

#newnav.bare {
  text-align: center;
}

.newnav-bare #nav-container {
  height: auto;
overflow: hidden;
 padding: 0 10px;
}



@media (max-width: 990px) {

  .newnav-bare #nav-container, #nav-container a {
  width: auto!important;
  text-align: center !important;
}

#newnav.bare {
  text-align: left;
}

}