@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
.btn {
  background-color: #f5f5f5 !important;
}
.btn:hover {
  color: #4a2f79 !important;
  background-color: #f69652 !important;
  border-color: #f69652 !important;
}

.btn-info {
  background-color: #838383;
  border-color: #838383;
}
.btn-info:hover {
  color: #cc8312;
  background-color: #4a2f79;
  border-color: #4a2f79;
}

.btn-dark {
  color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-dark:hover {
  border-color: #118ab2 !important;
}

.btn-dark2 {
  color: #000000 !important;
  border-color: transparent !important;
  background: #ffffff !important;
}
.btn-dark2:hover {
  color: #000000 !important;
  border: 2px solid #000000 !important;
  background: transparent !important;
}

.btn-light {
  color: #cc8312;
  border-color: #cc8312;
}

#terms h1,
#terms h2,
#privacy h1,
#privacy h2,
#refund h1,
#refund h2,
#contact h1,
#contact h2,
#login h1,
#login h2,
#signup h1,
#signup h2,
#cancel h1,
#cancel h2,
#order h1,
#order h2,
#password-request h1,
#password-request h2,
#password-reset h1,
#password-reset h2 {
  color: #212529;
}
#terms h5,
#privacy h5,
#refund h5,
#contact h5,
#login h5,
#signup h5,
#cancel h5,
#order h5,
#password-request h5,
#password-reset h5 {
  color: #000000;
}

#terms,
#privacy {
  padding-left: 60px;
  padding-right: 60px;
}

.separator_wrapper {
  color: #f5f5f5;
}
.separator_wrapper i {
  color: #cc8312;
}
.separator_wrapper i.fa-circle {
  color: #f5f5f5;
}
.separator_wrapper::before, .separator_wrapper::after {
  margin-left: -20px;
  margin-right: -20px;
  height: 4px;
  width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5 !important;
}

.icon_spacer::before, .icon_spacer::after {
  margin-left: 0;
  margin-right: 0;
}

.header-light {
  background-color: #ffffff;
}

.header-dark {
  background-color: #1d1d1d;
}

.workDetailHead {
  margin-top: 100px;
}

.bg-dark {
  background-color: #1d1d1d;
}

.row-contact {
  padding: 50px 0 !important;
}

.bg-dark-blue {
  background-color: #073b4c;
}

.bg-sky-blue {
  background-color: #118ab2;
}

.bg-pink {
  background-color: #ef476f;
}

.bg-dark-yellow {
  background-color: #ffd166;
}

.bg-light-green {
  background-color: #06d6a0;
}

.black-text {
  color: #000000;
}

.light-text {
  color: #e6e6e9 !important;
}

.section-title {
  color: #1d1d1d;
}

.header-style1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
  font-family: "Varela Round", sans-serif;
  font-size: 3.6rem;
  text-transform: uppercase;
}

.breadcrumb-item.active {
  color: #f5f5f5;
}

.custom-select {
  background-color: #f3f5f8;
  border: 0;
  outline: 0;
  box-shadow: none;
  letter-spacing: 0.075em;
  height: auto;
  font-size: 12px;
  padding: 12px 20px;
  margin-bottom: 10px;
  font-family: inherit;
  line-height: inherit;
  width: 100%;
}

#login .checkbox-row,
#signup .checkbox-row {
  display: flex;
  align-items: center;
}
#login .checkbox-row input[type=checkbox],
#signup .checkbox-row input[type=checkbox] {
  margin-right: 10px;
}

select {
  background: #f2f2f2 !important;
  height: 50px !important;
  color: #999 !important;
}

/*Text*/
.text-uppercase {
  text-transform: uppercase;
}

.text-extra-medium {
  font-size: 26px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-capitalize {
  text-transform: capitalize;
}

.dark-text {
  color: #1d1d1d;
}

.light-text {
  color: #073b4c;
}

/*
Shorthand 	Description
m 	Margin
t 	Top
r 	Right
b 	Bottom
l 	Left
x 	X-axis (left and right)
y 	Y-axis (top and bottom)
n 	Negative
0 	0 reset
1 	--space-1 (default .5rem)
2 	--space-2 (default 1rem)
3 	--space-3 (default 2rem)
4 	--space-4 (default 4rem)
*/
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: var(--space-1);
}

.mt1 {
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: var(--space-1);
}

.ml1 {
  margin-left: var(--space-1);
}

.mx1 {
  margin-left: var(--space-1);
  margin-right: var(--space-1);
}

.my1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1);
}

.m2 {
  margin: var(--space-2);
}

.mt2 {
  margin-top: var(--space-2);
}

.mr2 {
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: var(--space-2);
}

.ml2 {
  margin-left: var(--space-2);
}

.mx2 {
  margin-left: var(--space-2);
  margin-right: var(--space-2);
}

.my2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.m3 {
  margin: var(--space-3);
}

.mt3 {
  margin-top: var(--space-3);
}

.mr3 {
  margin-right: var(--space-3);
}

.mb3 {
  margin-bottom: var(--space-3);
}

.ml3 {
  margin-left: var(--space-3);
}

.mx3 {
  margin-left: var(--space-3);
  margin-right: var(--space-3);
}

.my3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
}

.m4 {
  margin: var(--space-4);
}

.mt4 {
  margin-top: var(--space-4);
}

.mr4 {
  margin-right: var(--space-4);
}

.mb4 {
  margin-bottom: var(--space-4);
}

.ml4 {
  margin-left: var(--space-4);
}

.mx4 {
  margin-left: var(--space-4);
  margin-right: var(--space-4);
}

.my4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.mxn1 {
  margin-left: -var(--space-1);
  margin-right: -var(--space-1);
}

.mxn2 {
  margin-left: -var(--space-2);
  margin-right: -var(--space-2);
}

.mxn3 {
  margin-left: -var(--space-3);
  margin-right: -var(--space-3);
}

.mxn4 {
  margin-left: -var(--space-4);
  margin-right: -var(--space-4);
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

/*
Shorthand 	Description
p 	Padding
t 	Top
r 	Right
b 	Bottom
l 	Left
x 	X-axis (left and right)
y 	Y-axis (top and bottom)
n 	Negative (margin only)
0 	0 reset
1 	--space-1 (default .5rem)
2 	--space-2 (default 1rem)
3 	--space-3 (default 2rem)
4 	--space-4 (default 4rem)
*/
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: var(--space-1);
}

.pt1 {
  padding-top: var(--space-1);
}

.pr1 {
  padding-right: var(--space-1);
}

.pb1 {
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: var(--space-1);
}

.py1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
}

.px1 {
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}

.p2 {
  padding: var(--space-2);
}

.pt2 {
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: var(--space-2);
}

.py2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}

.px2 {
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}

.p3 {
  padding: var(--space-3);
}

.pt3 {
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: var(--space-3);
}

.pl3 {
  padding-left: var(--space-3);
}

.py3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.px3 {
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}

.p4 {
  padding: var(--space-4);
}

.pt4 {
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: var(--space-4);
}

.pl4 {
  padding-left: var(--space-4);
}

.py4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.px4 {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}

:root {
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;
}

.no-background {
  background: none;
}

.display-inline-block {
  display: inline;
}

.display-inline-block > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.remove-border-right {
  border-right: none !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity as needed */
  pointer-events: none;
  /* Allows interactions with the video beneath */
}

/**** HEADER SECTION ****/
/**** CONTENT ****/
#apparatus .fa-check-square {
  color: green !important;
}

/**** FOOTER ****/
footer ul li {
  list-style: none;
}

#login #checkbox-id {
  width: auto !important;
}

#contact h1,
#cancel h1 {
  line-height: 1em;
}

.nav-link {
  color: #444;
}
.nav-link:hover {
  color: #284b63;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #193532;
  background-color: #284b63;
}

#portfolio .portfolio-item img {
  height: 220px;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

#signup h2 {
  text-transform: uppercase;
}
#signup #plan {
  width: 100%;
}
#signup #checkbox-id,
#signup #checkbox-id2 {
  width: 15%;
}
#signup #checkbox-id {
  width: 5%;
}
#signup #termbox1,
#signup #agree-enrollment {
  align-items: flex-start;
}
#signup #payment-info h5 {
  color: #457d58ff;
}

#simple-header a {
  color: #284b63;
}
#simple-header img {
  width: 240px;
}

#simple-header {
  background: #ffffff;
  margin-bottom: 1.2em;
}

#simple-header img {
  width: 200px;
}

.parsley-error {
  border-color: red;
}

ul.parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.parsley-errors-list li {
  color: red;
}

.card-title {
  font-size: 25px;
  color: #457d58ff;
  font-weight: 400;
  margin-bottom: 0px;
}

#order {
  padding-top: 130px;
}
#order .page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#order-confirmation .alert-success,
#order-confirmation h3 {
  color: #0f5132 !important;
}
#order-confirmation .alert-danger,
#order-confirmation h3 {
  color: #842029 !important;
}
#order-confirmation p {
  font-size: 18px;
  color: #f47821;
}

#member-header {
  margin-bottom: -180px;
}

.welcome-image {
  width: 100%;
}

#welcome-box {
  z-index: 200;
}

.article {
  border: 2px solid #6a6a6a;
  border-radius: 5px;
  background-color: #838383;
}

#content-wrapper {
  background-color: #f47821;
}
#content-wrapper h2 {
  text-transform: uppercase;
  text-align: center;
}
#content-wrapper .entry-meta li,
#content-wrapper .entry-meta a:not(:hover) {
  color: #97dffc;
}
#content-wrapper .entry-title h2 a:hover {
  color: #f47821;
}

.header-bg .menu-link {
  color: #f5f5f5;
}

.sticky-header .not-dark .menu-link {
  color: #f5f5f5;
}

#recipe .fa-cutlery,
#recipe .fa-book {
  color: #284b63;
}

.entry-content > img {
  width: 80%;
}

#profile {
  background-size: cover;
}
#profile .update-subscription {
  background-color: #3c6e71 !important;
}
#profile .update-subscription:hover {
  background-color: #457e82 !important;
}
#profile .content-outer {
  max-width: 1200px;
}
#profile .auto-container {
  max-width: inherit;
}
#profile .confirm {
  background-color: #353535 !important;
}
#profile .confirm:hover {
  background-color: #424242 !important;
}
#profile .text-green {
  color: #0f5132;
}

.no-bg-color {
  background-color: #ffffff !important;
}

.white-btn {
  color: #25262c;
  border: 2px solid #ddd;
  display: block;
  font-size: 11px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25262c;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active {
  color: #ffffff;
}

.white-btn:hover:before,
.white-btn:focus:before,
.white-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.white-btn-2 {
  color: #25262c;
  display: block;
  padding: 13px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #25262c;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-btn-2:hover,
.white-btn-2:focus,
.white-btn-2:active {
  color: #ffffff;
}

.white-btn-2:hover:before,
.white-btn-2:focus:before,
.white-btn-2:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.white-border-btn {
  color: #fff;
  border: 2px solid #fff;
  display: block;
  padding: 11px 30px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: transparent;
  border-radius: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.white-border-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca7379;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.white-border-btn:hover,
.white-border-btn:focus,
.white-border-btn:active {
  color: #ffffff;
}

.white-border-btn:hover:before,
.white-border-btn:focus:before,
.white-border-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.small-btn {
  padding: 10px 25px !important;
  font-size: 10px;
}

.medium-btn {
  padding: 11px 25px !important;
  font-size: 11px;
}

.large-btn {
  padding: 12px 30px !important;
  font-size: 12px;
}

.long-btn {
  width: 260px;
}

.btn.btn-primary {
  border-color: transparent;
}

#bmr-calculator {
  cursor: url(cursors/arrow.png);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background-color: #2e3440;
  color: #c5ced9;
  font-family: sans-serif;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}
#bmr-calculator ::-moz-selection {
  color: #2e3440;
  background-color: #c5ced9;
}
#bmr-calculator ::selection {
  color: #2e3440;
  background-color: #c5ced9;
}
#bmr-calculator .main-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  #bmr-calculator .main-wrapper {
    grid-template-columns: 1fr;
  }
  #bmr-calculator .calorie-calculator-wrapper {
    padding-left: 0px !important;
    padding-right: 160px !important;
  }
}
#bmr-calculator .height-to-inches-wrapper {
  margin: 0 auto;
}
#bmr-calculator .height-to-inches-wrapper > div > input {
  margin-top: 1%;
  padding: 1em;
  background-color: #2e3440;
  border: none;
  border-bottom: 3px solid #c5ced9;
  color: #c5ced9;
  outline: none;
}
#bmr-calculator .button-wrapper {
  text-align: center;
}
#bmr-calculator .height-to-inches-wrapper > .button-wrapper > button {
  margin-top: 1%;
  padding: 1em;
  background-color: #2e3440;
  border: none;
  color: #c5ced9;
  outline: none;
  background-image: linear-gradient(#c5ced9, #c5ced9);
  background-size: 0% 3px;
  background-position: bottom;
  font-size: 20px;
  background-repeat: no-repeat;
  width: 200px;
  margin: auto;
}
#bmr-calculator .height-to-inches-wrapper > .button-wrapper > button:hover {
  background-size: 100% 3px;
  transition: 200ms;
}
#bmr-calculator .h1-div {
  text-align: center;
  line-height: 3em;
  cursor: default;
}
#bmr-calculator hr {
  height: 3px;
  border: none;
  background-color: #c5ced9;
}
#bmr-calculator .calorie-calculator-wrapper {
  display: grid;
  width: 500px;
  margin: 0 auto;
  padding: 0 30px;
}
#bmr-calculator .calorie-calculator-wrapper > input {
  margin-top: 1%;
  padding: 1em;
  background-color: #2e3440;
  border: none;
  border-bottom: 3px solid #c5ced9;
  color: #c5ced9;
  outline: none;
}
#bmr-calculator .calorie-calculator-wrapper > button {
  cursor: url("cursors/arrow.png");
  margin-top: 1%;
  padding: 1em;
  background-color: #2e3440;
  border: none;
  color: #c5ced9;
  outline: none;
  background-image: linear-gradient(#c5ced9, #c5ced9);
  background-size: 0% 3px;
  background-position: bottom;
  font-size: 20px;
  background-repeat: no-repeat;
  width: 200px;
  margin: auto;
}
#bmr-calculator .calorie-calculator-wrapper > button:hover {
  background-size: 100% 3px;
  transition: 200ms;
}
#bmr-calculator .radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
#bmr-calculator .radio__input {
  display: none;
}
#bmr-calculator .radio__radio {
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #c5ced977;
  border-radius: 50%;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 2px;
}
#bmr-calculator .radio__radio::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #c5ced9;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.15s;
}
#bmr-calculator .radio__input:checked + .radio__radio::after {
  transform: scale(1);
}
