.acc-wrapper {
  
}

.acc-wrapper a {
  color: #29abe0;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.acc-wrapper a:hover, .acc-wrapper a:focus {
  color: #000;
  text-decoration: none;
}

.acc-wrapper label {
  display: inline-block;
  margin-top: 0.5rem;
}

.acc-wrapper .f1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.acc-wrapper .f2 {
  -webkit-box-flex: 2;
      -ms-flex: 2 2;
          flex: 2 2;
}

.acc-wrapper .f3 {
  -webkit-box-flex: 3;
      -ms-flex: 3 3;
          flex: 3 3;
}

.acc-wrapper .jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.acc-wrapper .mb,
.acc-wrapper .mb1 {
  margin-bottom: 10px;
}

.acc-wrapper .mb2 {
  margin-bottom: 20px;
}

.acc-wrapper .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.acc-wrapper .calculator-container .selectize-input,
.acc-wrapper input,
.acc-wrapper select,
.acc-wrapper textarea {
  background: none;
  border: 1px solid;
  border-color: #e2e2e2;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", Arial, sans-serif;
  padding: 6px 12px;
  -webkit-transform: border-color 5000ms;
          transform: border-color 5000ms;
  min-width: 60px;
}

.acc-wrapper .calculator-container .selectize-input:focus, .acc-wrapper .calculator-container .selectize-input:hover,
.acc-wrapper input:focus,
.acc-wrapper input:hover,
.acc-wrapper select:focus,
.acc-wrapper select:hover,
.acc-wrapper textarea:focus,
.acc-wrapper textarea:hover {
  border-color: #8dc63f;
}

.acc-wrapper .mobshow {
  display: none;
}

@media screen and (max-width: 768px) {
  .acc-wrapper .mobshow {
    display: block;
  }
  .acc-wrapper .mobhide {
    display: none;
  }
}

.acc-wrapper .title {
  font-size: 24px;
  font-weight: 600;
}

.acc-wrapper .vbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.acc-wrapper .vbox-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.acc-wrapper .hc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.acc-wrapper .vc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.acc-wrapper .hbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.acc-wrapper .hbox > * {
  margin-right: 10px;
}

.acc-wrapper .hbox > *:last-child {
  margin-right: 0px;
}

.acc-wrapper .hbox-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.acc-wrapper .featured-img img {
  width: 100%;
  height: auto;
}

.acc-wrapper .featured-img {
  border-radius: 50%;
  max-width: 25%;
  margin-left: 20px;
}

.acc-wrapper .container {
  margin: 15px;
  margin: auto;
}

.acc-wrapper .calculator-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.acc-wrapper .calculator-container .weight-min-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.acc-wrapper .calculator-container .parameters {
  padding: 0px 10px;
}

.acc-wrapper .calculator-container .selectize-input {
  cursor: text;
}

.acc-wrapper .calculator-container .selectize-input::after {
  display: none;
}

.acc-wrapper .calculator-container .weightbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.acc-wrapper .calculator-container .minutesbox-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.acc-wrapper .calculator-container .calc-result {
  background-color: #ff6a33;
  color: white;
}

.acc-wrapper .calculator-container .calc-result .resbox {
  font-size: 50px;
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  .acc-wrapper .calculator-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .acc-wrapper .calculator-container .calc-result {
    padding: 20px;
  }
}

.acc-wrapper .acc-sportslist {
  width: 100%;
}

.acc-wrapper .acc-sportslist table {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.acc-wrapper .acc-sportslist table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.acc-wrapper .calorieTable-container {
  width: 100%;
}

.acc-wrapper .calorie-table {
  width: 100%;
  border-collapse: collapse;
  table-layout:auto;
  border-top: 5px solid #c53800;
}

.acc-wrapper .calorie-table tr > th,
.acc-wrapper .calorie-table tr > td {
  text-align: left;
  padding: 0.75rem;
  min-width: 95px;
}

.acc-wrapper .calorie-table tr.selected,
.acc-wrapper .calorie-table tr.selected a {
  background-color: #ff6a33;
  color: white;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .acc-wrapper .calorie-table .col-15mins,
  .acc-wrapper .calorie-table .col-30mins,
  .acc-wrapper .calorie-table .col-45mins {
    display: none;
  }
}

.acc-wrapper .content-exerpt {
  border: 1px solid #ededed;
  padding: 30px 0 30px 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.acc-wrapper .content-exerpt .post-content {
  padding: 20px 30px;
}

.acc-wrapper .content-exerpt .button {
  background-color: #29abe0;
  font-size: 18px;
  padding: 10px 60px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .acc-wrapper .detailsbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .acc-wrapper .content-exerpt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */