// Demo Styles
body {
  color: #333;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.centercustompage { display: inline; position: relative;}
#mute-button-141762 { z-index: 60 !important;}
.plan-features p {color: white;}

.demo-wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.demo-header {
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
  h1,
  p {
    margin-bottom: 0;
  }
  p {
    font-size: 1.5rem;
  }
}

@media (min-width: 62em) {
  .demo-wrap {
    padding-top: 0;
    height: auto;
  }
}


/* --- Pricing Plans --- */

.pricing-plans {
  width: 100%;
}

.plan-title { color: white !important;}

.pricing-tables {
  display: flex;
  flex-flow: column;
  padding-top: 1em;
}

.pricing-plan {
  background-color: #000 !important;
  border: 2px solid #000 !important;
  border-bottom: 2px solid #000; !important
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  
}

.pricing-plan:first-child, .pricing-plan:last-child {
  background-color: #EEE;
}

.pricing-plan:first-child {
  border-bottom: 0;
}

.pricing-plan:last-child {
  border-top: 0;
}

.pricing-plan:nth-child(2) {
  border-bottom: 0;
}

.no-flexbox .pricing-plan {
  float: left;
}

.plan-title {
  font-size: 1em;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0.75em 1em 1.25em;
  text-transform: uppercase;
}

.plan-cost {
  background-color: white;
  color: #77b9dd;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1.25em 1em;
  text-transform: uppercase;
}

.plan-cost span {
  display: none;
}

.plan-price {
  font-size: 3em;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0;
}

.plan-type {
  border: 0.313em solid #DDD;
  color: #999;
  display: inline-block;
  font-size: 0.75em;
  margin: 0.75em 0 0 0.75em;
  padding: 0.3em 0.4em 0.25em;
  width: auto;
}

.plan-features {
  margin: 0;
  padding: 2em 1em 1em;
}

.plan-features li {
  list-style-type: none;
  border-bottom: 1px solid #DDD;
  margin-bottom: 0.5em;
  padding-bottom: 0.75em;
  color: #555;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8em;
  font-weight: normal;
  line-height: 1.3;
//   &:before {
//     content: "✔";
//     margin-right: 7px;
    
//   }
  span {
    color: #BBB;
  }
}

.plan-features li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.plan-features h3 {
  
}

.plan-features i {
  font-size: 1.5em;
}

.plan-features i.icon-ok-squared {
  color: #3aa14d;
}

.plan-features i.icon-cancel-circled {
  color: darkRed;
}

.btn-plan {
  background-color: #1B8DC8;
  color: white;
  max-width: 12em;
}

.cta {
  background-color: #6cb507;
}

.featured-plan {
  background-color: #eef7fc;
  border-top: 5px solid #8cd0f5;
  border-right: 0 solid transparent;
  border-bottom: 5px solid #8cd0f5;
  border-left: 0 solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  //order: -1;
  position: relative;
  transition: transform 400ms ease;
}

.featured-plan {
  .plan-title {
    color: #1B8DC8;
  }
}

.featured-ribbon {
  width: 200px;
  background: #1B8DC8;
  position: absolute;
  top: 15px;
  left: -60px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.01em;
  font-size: 0.65em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* Custom styles */
  /* Different positions */
}

.featured-ribbon.sticky {
  position: fixed;
}

.featured-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.featured-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.featured-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.featured-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.featured-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (min-width: 400px) {
  .pricing-plans {    
    padding-right: 2em;
    padding-left: 2em;
    width: 100%;
  }

  .featured-plan {
    transform: scale(1.05);
  }
}

@media (min-width: 33.75em) {
  .pricing-plans .module-title {
    margin-bottom: 1em;
  }

  .pricing-tables {
    flex-flow: row wrap;
  }

  .pricing-plan {
    flex-grow: 1;
    width: 50%;
  }

  .pricing-plan:first-child {
    border-right: 0;
    border-bottom: 0;
  }
  
  .featured-plan {
    margin-top: 0.6em;
    order: 0;
  }
  
  .pricing-plan:nth-child(3) {

  }

  .pricing-plan:last-child {
    border-top: 2px solid #DDD;
    border-left: 0;
  }
  
  .no-flexbox .pricing-plan {
    width: 48%;
  }

  .plan-title {
    font-size: 0.875em;
  }
}

@media (min-width: 48em) {
  .no-flexbox .pricing-plan {
    width: 24%;
  }

  .plan-type {
    font-size: 0.7em;
    margin: 0.5em 0 0 1em;
    padding-bottom: 0.2em;
  }

  .featured-ribbon {
    font-size: 0.65em;
  }
}

@media (min-width: 62em) {
  .pricing-tables {
  }

  .pricing-plan {
    flex-grow: 1;
    width: 23%;    
    margin: 0px 10px;
  }
  
  .featured-plan {
    margin-top: 0;
    order: 0;
  }

  .pricing-plan:first-child, .pricing-plan:nth-child(2n) {
    border-bottom: 2px solid #DDD;
  }

  .pricing-plan .plan-features span {
    display: block !important;
  }

  .plan-cost {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 1em;
  }

  .plan-cost span {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    padding-right: 0.15em;
    padding-left: 0.15em;
    width: 100%;
    display: block;
}

  .plan-price {
    font-size: 3.25em;
  }

  .btn-plan {
    font-size: 0.875em;
  }

  .featured-ribbon {
    font-size: 0.45em;
    left: -68px;
    line-height: 25px;
  }
}

@media (min-width: 75em) {
  .plan-cost {
    font-size: 1em;
  }
}

@media (min-width: 100em) {
  .pricing-tables {
    margin: 0 auto;
    max-width: 100.00em;
  }
}










#shopify-section-fittingText .club-section {
    margin-top: -20px !important;
    margin-bottom: 60px !important;    
    margin-left: 37.500px !important;
}


.product-single__title {
    font-size: 2.25em;
    font-family: 'Roboto', sans-serif !important;
}

.shop-inline-list li { border: none;}
.active {

    color: white !important;
    padding: 10px 50px !important;
}

.shop-inline-list li a:hover {
    font-weight: bold;
    color: #020202 !important;
}
.shop-inline-li


.centercustompage {

	display:inline;
  position: relative;
  text-align: center;
  color: white;

}
.centeredcustom {
  position: absolute;
  top: -400%;
  left: 50%;
  transform: translate(-50%, -50%);
}



#page-customPaint-page .sm-container-padding {
    width: 100%;
}

#page-fitting-page .community-club-ride-times-day-info { color: white !important;}

.pricespecs > p { color: white;}
.pricespecs > h1 {color: white;}
.pricespecs > h2 {color:white;}

.header-titles-bikefitting {
    letter-spacing: 2px;
    font-size: 60px !important;
    line-height: 30px !important;
    font-family: 'krinkes_regular_personal_usRg';
    margin-top: 150px !important;
    padding-left: 0px !important;
    text-transform: capitalize !important;
}

@media screen and (min-width: 768px) {
  
  
  .product-single__photos {
  
      width: 500px;
    margin: 0 auto;
    margin-top: -50px;
}

  .centeredcustom p{ 
    font-size: 80px;
    font-family: 'krinkes_regular_personal_usRg';
    font-weight: 400;
    color: #fff;
    margin-bottom: -10px;
    text-align: center;
}
  
  
  .centeredcustom button {

    background-color: #fff;
    padding: 10px 80px;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display:block;

}
.centeredcustom {
  position: absolute;
  top: -900%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
}
.custom-images {
  padding: 60px;
}
  
  .custom-container-div > p { width: 50%;}

.header-titles-custom {
    letter-spacing: 2px;
    font-size: 60px;
    line-height: 30px !important;
    font-family: 'krinkes_regular_personal_usRg';
    margin-top: 150px;
    padding-left: 0px !important;
}

.custom-container {width: 80%;}
.custom-images img {
  width: 49.5%;
  display:inline !important;
}
}


@media screen and (max-width: 768px) {
.centeredcustom p { 
    font-size: 50px;
    font-family: 'krinkes_regular_personal_usRg';
    font-weight: 400;
    color: #fff;
    margin-bottom: -10px;
  width: 100%;
  text-align: center;
}
  
  .centeredcustom button {
    background-color: #fff;
    padding: 10px 20px;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-left: 0%;
    font-size: 10px;
}
  .centeredcustom {
  position: absolute;
  top: -500%;
  left: 50%;
  transform: translate(-50%, -50%);
    text-align: center;
}
.custom-images {
  padding: 0px;
}
  
  .custom-container-div {padding-left: 0px;}

.header-titles-custom {
    letter-spacing: 2px;
    font-size: 60px;
    line-height: 30px !important;
    font-family: 'krinkes_regular_personal_usRg';
    margin-top: 50px;
    padding-left: 0px !important;
}

.custom-container {width: 80%;}
.custom-images img {
  width: 100%;
  display:inline !important;
}
}


.notebook-post-small h2 {
    font-size: 1.5rem;
    font-family: 'krinkes_regular_personal_usRg';
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}

#notebook-nav > div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0.8rem;
}
#notebook-top-inner {
    padding: 20px 60px 20px 60px;
    background-color: #000000;
}

#notebook-nav > div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  
  
#notebook-nav {
    width: 100% !important;
}
}


#notebook-nav {text-align: center;}

#notebook-top-inner {
    margin-top: 100px !important;
    text-align: center !important;
}

#notebook-top {
    width: 50% !important;
    margin: 0 auto !important;
}

.header-titles-bike {
letter-spacing: 2px;
    font-size: 60px;
    line-height: 30px !important;
    font-family: 'krinkes_regular_personal_usRg';
  	margin-top: 80px;
}

.crew-member h2 {
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.site-header { height: 80px !important;}
div#notebook-post-content h1 { font-size: 56px;}
.site-header .wrapper {
    height: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0px !important;
}
/* Container holding the image and the text */
.container-image {
  position: relative;
  text-align: center;
  color: white;
}

.centered-image button { color: white !important; background-color: #444 !important;}


/* Centered text */
.centered-image {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}






#shopify-section-bikes-new .cst-txt  ~ .cst-txt {
    text-align: center;
    margin-bottom: 100px;
    border: #0000005e 1px solid;
}

#crew h1 {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    text-transform: lowercase;
    font-family: 'khand', sans-serif;
    line-height: 0.8;
    text-align: center;
    font-size: 60px !important;
    display: block;
  text-transform: capitalize;
}



@media only screen and (min-width: 760px) {

.centered, .centered-image {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 10px black;

}

.bike-texts { font-size: 96px !important; margin-bottom:0px;}
.centered button, .centered-image button {

    background-color: #fff;
    padding: 10px 80px;
    margin: 0 auto;
    border: none;
    box-shadow: 0 0 10px black;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    text-align: center;

}

.centered p, .centered-image p{ 
    font-size: 150px;
    font-family: 'krinkes_regular_personal_usRg';
    font-weight: 400;
    color: #fff;
    margin-bottom: -10px;
}
  
}


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

.centered, .centered-image{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 5px black;
  width: 100%;
  text-align: center;
}

.bike-texts { font-size: 46px !important; margin-bottom:0px;}
.centered button, .centered-image button {
    background-color: #fff;
    padding: 10px 20px;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-left: 0%;
    font-size: 10px;
   box-shadow: 0 0 5px black;
}
  


.centered p, .centered-image p { 
    font-size: 50px;
    font-family: 'krinkes_regular_personal_usRg';
    font-weight: 400;
    color: #fff;
    margin-bottom: -10px;
}
  
}


#bikes-top-slider div {
    height: 100%;
    width: 100%;
    text-align: center;
}

div#bikes-top-slider { padding: 0px !important;}


/* Style the navigation menu */
.topnav {
  overflow: hidden;
  position: relative;

}
    
    .topnav img { width: 100px;}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

#myLinks li { list-style: none;}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
}

/* Add a grey background color on mouse-over 
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) 
.active {
  background-color: #444;
  color: white;
}

*/
  @media only screen and (max-width: 760px) {
  .topnav {
    display:block;
    background-color: rgb(0,0,0,0.5);
  }
    
 .desk-nav { display:none;}
}
  
   @media only screen and (min-width: 760px) {
  .topnav {
    display:none;
  }
    
 .desk-nav { display:block;}
}


  @media only screen and (max-width: 760px) {
.home-section-bg {
    width: 100%;
  	height: auto !important;

}
  }