/*
Theme Name: AMC
Theme URI: http://advancedmedicalcertification.com/
Author: http://advancedmedicalcertification.com/
Author URI: http://advancedmedicalcertification.com/
Text Domain: AMC
*/

/* Hides page header
.intro-wrap {display:none;}*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#main_site {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin-bottom: 0.3em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "nimbus-sans", helvetica, sans-serif !important;
  font-weight: 300 !important;
}
body,
p {
  font-family: "nimbus-sans", helvetica, sans-serif !important;
  font-weight: 300 !important;
}
body em,
body i {
  font-family: "nimbus-sans", helvetica, sans-serif;
  font-style: italic;
  font-weight: 300 !important;
}
#nv-tabs a {
  font-family: "nimbus-sans", helvetica, sans-serif !important;
  font-weight: 400 !important;
}

/* Light: 300  Regular: 400  Bold: 700 */

.fa,
.fas {
  font-family: Font awesome\5 Free;
  font-weight: 900 !important;
}

#container #content {
  padding-top: 0;
}

body.woocommerce-account #container #content {
  padding-top: 20px;
}

#container #content header {
  padding-top: 25px;
}

#container h1.yuge {
  font-size: 60px !important;
}

#container h1.yuge-small {
  font-size: 46px !important;
}

h1 #counter {
  font-size: 64px;
  font-weight: 100;
  letter-spacing: -2px;
  line-height: 60px;
}

.blueTitle {
  font-weight: 700 !important;
}

.homeHands,
.productTop {
  background: rgb(4, 166, 212);
  background: -moz-linear-gradient(
    0deg,
    rgba(4, 166, 212, 1) 0%,
    rgba(19, 84, 112, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(4, 166, 212, 1) 0%,
    rgba(19, 84, 112, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(4, 166, 212, 1) 0%,
    rgba(19, 84, 112, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04a6d4",endColorstr="#135470",GradientType=1); /*For our old school browser friends*/
}

.homeProductBoxSecondary h1 {
  font-size: 32px !important;
}

.homeProductBoxSecondary {
  margin-left: 0 !important;
}

#container .homeProductBox h2 {
  font-size: 94px !important;
  margin: 28px 0;
  padding-top: 0;
}

#container .homeProductBox h4.price {
  font-size: 74px !important;
  line-height: 55px !important;
  color: #00b3e8 !important;
}

.homeProductBoxSecondary.vc_column_container {
  padding: 5px !important;
}

.homeProductBoxSecondary .btnRed {
  margin-bottom: 5px !important;
}

#teamCertify {
  padding-bottom: 5px;
}

.credits a {
  font-size: 0.98rem;
}

body.error404 .intro-text {
  display: none;
}

button.btnRed,
a.btnRed,
.btnRed a {
  font-weight: 700 !important;
  border-radius: 5px;
  letter-spacing: -0.05em;
}

.btnRed {
  border-radius: 5px;
}

.productBox .btnRed {
  color: #fff;
}

.wpb_wrapper {
  -webkit-perspective: none;
  perspective: none;
  -webkit-backface-visibility: inherit; /* Fixes text blur in Chrome */
}

/* -- BEST DEAL ribbon -- */

.homeProductBox.bundles {
  position: relative;
  /* So we can position the banner within the box */
}
.homeProductBox.bundles h1 {
  margin-top: 30px !important;
}

#ribbon-container {
  position: absolute;
  top: -10px;
  right: -10px;
  overflow: visible;
  font-size: 28px;
  /* font-size and line-height must be equal so we can account for the height of the banner */
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

#ribbon-container:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 12px;
  border-top: 23px solid rgba(0, 0, 0, 0.3);
  border-bottom: 23px solid rgba(0, 0, 0, 0.3);
  border-right: 23px solid rgba(0, 0, 0, 0.3);
  border-left: 23px solid transparent;
}

#ribbon-container:after {
  /* This adds the second part of our dropshadow */
  content: "";
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 58px;
  right: 3px;
}

#ribbon-container a {
  display: block;
  padding: 15px;
  position: relative;
  background: #43bcdf;
  overflow: visible;
  height: 45px;
  width: 260px;
  margin-left: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-indent: 0px;
}

#ribbon-container a:after {
  /* this creates the "folded" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  border-top: 15px solid #0d4054;
  border-right: 15px solid transparent;
}

#ribbon-container a:before {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -23px;
  border-top: 23px solid #43bcdf;
  border-bottom: 23px solid #43bcdf;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
}

#ribbon-container a:hover {
  background: #38a2c1;
}

#ribbon-container a:hover:before {
  /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
  border-top: 23px solid #38a2c1;
  border-bottom: 23px solid #38a2c1;
}

@media only screen and (max-width: 480px) {
  #ribbon-container a {
    width: 380px !important;
  }
}

@media only screen and (max-width: 768px) {
  .homeProductBox.bundles {
    margin-top: 10px;
  }
  .homeProductBox.bundles .btnRed {
    margin: -120px 5px 0 0 !important;
  }
}

@media (min-width:991px) {
  .woocommerce-checkout #radio_choice_field{
    width: 8rem;
  }
}

@media only screen and (min-width: 1020px) and (max-width: 1200px) {
  .homeProductBox .bundles.btnRed {
    display: contents;
  }
}

@media only screen and (max-width: 1024px) {
  #container .homeProductBox.bundles h5 {
    font-size: 0.85rem !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
  #ribbon-container a {
    width: 460px !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #ribbon-container {
    /* top: -5px; */
    width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  #ribbon-container a {
    width: 500px !important;
  }
}

@media only screen and (min-width: 1020px) {
  .homeProductBox.bundles .btnRed {
    margin-bottom: 0;
  }
}

/* -- End Best Deal -- */

/* Spinning wheel of */

body.loaded .preloader-wrapper {
  display: none !important;
}

.preloader-wrapper div.circle {
  border: 0 !important;
  border-radius: 0 !important;
  color: #04a6d4;
  /* width: 100px; */
  /* height: 100px; */
  /* text-align: center; */
  /* color: #04a6d4; */
}

.preloader-wrapper div.circle::after {
  content: "\f21e";
  font-family: "Font Awesome\ 5 Pro";
  font-size: 2rem;
  color: #04a6d4;
  margin: 0 auto;
  text-align: center;
}

.spinner-layer {
  border-color: transparent !important;
}

.active .spinner-layer {
  animation: none !important;
}

.preloader-wrapper {
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}

.circle-clipper.left .circle,
.circle-clipper.right .circle {
  -webkit-transform: none !important;
  transform: none !important;
}

.active .circle-clipper.left .circle,
.active .circle-clipper.right .circle {
  animation: none !important;
}

/* Back to Top */

div.autototop {
  display: none;
}

/* Match header to old theme */

#header #acoda-tabs ul.menu > li > a,
#acoda-tabs ul.sub-menu > li a,
.account-nav a,
ul.dock-panel li.dock-tab > a i {
  font-weight: 700 !important;
  color: #04a6d4;
  font-size: 15px;
  margin-right: 0;
  margin-left: 0;
}

#header-logo img.branding-2x.mobile {
  width: 120px !important;
  position: absolute;
  left: 0;
  top: 5px;
}

/* #header-logo img.branding-2x.desktop,#header-logo img.branding-1x.desktop {display: block;}
#header-logo img.branding-2x.mobile {display: none;}*/

.dock-panel i {
  padding: 0 5px;
}

#acoda-tabs ul#acoda_dropmenu ul.sub-menu {
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  border: 1px solid #dfdfdf !important;
  padding: 10px;
  border-radius: 5px;
}

#acoda_dropmenu {
  padding-top: 13px;
}

#acoda-tabs ul li.menu-item-has-children > a .menutitle:after {
  color: #000;
  font-weight: 700;
}

#acoda-tabs .dock-panel-inner {
  z-index: -1;
}

.account-nav {
  width: inherit !important;
}

.account-nav a {
  display: block;
  margin-top: -1px !important;
}

@media only screen and (min-width: 64.063em) {
  .inline #acoda-tabs,
  .stacked #acoda-tabs #acoda_dropmenu,
  #container #header-logo {
    margin: 0;
  }
  #header-wrap #header.stuck .inner-wrap {
    padding-top: 12px;
    padding-bottom: 0;
  }
  #acoda-tabs ul.sub-menu > li a {
    padding: 0.525rem 0.9375rem;
  }
}

@media only screen and (max-width: 1120px) {
  .account-nav {
    float: left !important;
    margin-top: 5px !important;
  }
}

/* Blog */

article.post .vc_row-parent.stretch_row_content {
  z-index: 0 !important;
}

.blogTile.vc-gitem-zone-height-mode-auto:before {
  padding-top: 0 !important;
}

/* ---- Tablet/mobile----- */

@media only screen and (max-width: 64.063em) {
  body.single-lesson #content,
  body.single-course #content {
    padding: 0.25rem;
  }
  #container h1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
  #container h1.yuge {
    font-size: 30px !important;
    line-height: 34px !important;
    padding-top: 0 !important;
  }
  #container h1.yuge-small {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  body.page-template-HomePageTemplate #container.homeProductBox h2,
  .page-template-HomePageTemplate #container.homeProductBox h2 {
    font-size: 90px !important;
  }
  #container h3 {
    font-size: 1.5rem !important;
  }
  .preloader-wrapper {
    height: 100px;
  }
  .vc_inner.row > .vc_column_container > .vc_column-inner {
    margin-bottom: 0 !important;
  }
  .wpb_row.row .wpb_row.row:last-child {
    padding-bottom: 0;
  }
  .dock-tab .textwidget,
  .dock-tab .textwidget a {
    font-size: 0.85rem;
  }
  .dock-panel-inner {
    z-index: -1;
  }
  /* Hamburger menu */
  .dock-menu-trigger.dock-tab {
    position: absolute;
    top: 0;
    right: -15px;
  }
  .woo-trigger.dock-tab {
    position: absolute;
    top: 0;
    right: 75px;
  }
  .dock-menu-tabs ul ul li {
    padding-left: 20px;
  }
  .dock-menu-tabs ul > li > a {
    font-size: 1.25rem;
  }
  #header-logo {
    float: left !important;
    margin: 8px 0 0 20px !important;
    width: 175px !important;
  }
  #header-logo #logo img.branding-2x {
    width: 100% !important;
  }
  /* Close button */
  .dock-panel-wrap .dock-tab-wrapper span.pointer {
    display: block;
  }
  #container .skinset-dockbar.acoda-skin {
    font-size: 1.8rem;
  }
  /* Sticky */
  #container #header.stuck #header-logo,
  #container #header.stuck .dock-panel li {
    display: inline-block;
  }
  #container #header.stuck .account-nav,
  #container #header.stuck ul.dock-panel li.dock-tab.block {
    display: none;
  }
  #container #header.stuck #acoda-tabs .dock-panel-inner {
    margin: 15px;
  }
  /* Homepage */
  .homeProductBox {
    width: 100%;
  }
  .homeProductBox .left {
    width: 50%;
  }
  .homeProductBox .right {
    float: right;
    width: 50%;
    vertical-align: middle;
    margin-top: -110px;
  }
  #container .homeProductBox.vc_column_container > .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  #container .homeProductBox .btnRed a {
    font-size: 18px !important;
  }
  #container .homeProductBox h1 {
    float: left;
    margin-bottom: 0;
  }
  #container .homeProductBox h2 {
    font-size: 75px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    text-align: center;
  }
  #container .homeProductBox .credits {
    margin-bottom: 10px;
  }
  #container .homeProductBox .credits p {
    font-size: 0.8em !important;
  }
  #container .homeProductBox .credits a {
    font-size: 0.9em !important;
  }
  #teamCertify h2 {
    margin-left: 0 !important;
  }
  /*#container #header.stuck .account-nav,#container #header.stuck ul.dock-panel li.dock-tab.block{
    display:none;
  }*/
}

/* Sticky */

.stuck #header-logo {
  height: 55px !important;
}

.stuck #header-logo #logo a img {
  display: none;
}

#header.stuck #header-logo #logo a {
  background: url(/wp-content/uploads/2017/02/AMC_logo_retina-1.png) no-repeat 0
    50%;
  width: 120px;
  height: 63px;
  display: block;
  background-size: 120px;
}

/* Rows */

.productBox .wpb_row {
  padding-bottom: 1.875rem !important;
}

/* .wpb_row.row, .entry>.wpb_row.row {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px!important;
} */

/* Forms */

.select2-container--default .select2-selection--single,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"] {
  margin: 0;
}

li.gf_readonly .ginput_container_text input,
li.gf_readonly .ginput_container_email input {
  color: #b9b9b9 !important;
}

@media only screen and (min-width: 64.063em) {
  .layout_one .col2-set#customer_login {
    width: 100%;
  }
}

/* Align forms on Printed Card/Survey */

.gfield.name .ginput_container_name {
  margin-top: 0 !important;
}

.gfield.name label {
  margin-top: -2px !important;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  padding-left: 0 !important;
  display: inline-block;
}

/* Shop */

body.post-type-archive-product #container .skinset-sub_header.acoda-skin h1 {
  display: none !important; /* Hides Shop page Archive header */
}

h3.product-title {
  margin-top: 0 !important;
  padding: 0 !important;
  font-size: 1.25em !important;
  line-height: 1.1em !important;
  font-weight: 400 !important;
}

h3.product-title a {
  color: #04baed!important;
}

.price {
  color: #ff3737 !important;
  font-size: 0.857em;
}

.woocommerce a.button {
  font-weight: 700 !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  box-shadow: none;
  border: none;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  /* line-height: 20px !important; */
  line-height: 3rem;
  border-radius: 5px;
}

@media (max-width: 610px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    line-height: 1.5rem;
  }
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  background-color: #00b4dc !important;
  font-family: "utopia-std-caption", Times, serif !important;
}

.woocommerce-error {
  font-weight: bold;
  background-color: #ff6363;
  color: #fff;
  border-color: red !important;
  margin-bottom: 30px !important;
  padding: 1rem !important;
  text-align: center !important;
}
.woocommerce-error:before {
  background-color: red !important;
}
.woocommerce-error a {
  color: #fff !important;
  text-decoration: underline;
}

.woocommerce {
  padding-top: 0 !important;
}

.woocommerce-order-details,
.woocommerce-customer-details {
  margin-bottom: 20px;
}

.woocommerce .checkout .col-2 h3,
.woocommerce-page .checkout .col-2 h3 {
  width: 100%;
}

.woocommerce
  #content
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
  width: 100%;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 0 !important;
}

.single.single-product.woocommerce div.images img {
  width: 100% !important;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  padding: 8px !important; /* Reduce padding to fit shipping/digital labels */
}

/* Unhide credit card logos/tweak padding */

#payment ul.payment_methods li img {
  display: inline-block !important;
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  float: unset !important;
  max-width: 35px !important;
  padding-left: 2px;
  margin: 0;
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-checkout
  #payment
  .payment_method_stripe
  label[for="payment_method_stripe"] {
  padding-left: 0 !important;
  display: initial;
  white-space: nowrap;
}

.checkout_coupon.woocommerce-form-coupon {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce-shipping-methods label {
  margin-bottom: 0;
}

.woocommerce-shipping-methods label span {
  font-size: 14px;
  padding-left: 24px;
  display: inline;
  line-height: normal;
}

.woocommerce-shipping-methods label span:first-of-type {
  padding-left: 0;
}

/* .woocommerce ul#shipping_method li:last-child label {
  color: #999; /* This makes the Printed option a lighter color */
/* } */

.woocommerce-shipping-methods .shipping_method {
  float: left;
}

.woocommerce #payment ul.payment_methods li input {
  margin: 0 !important;
}

.woocommerce-shipping-methods input {
  margin: 6px 4px 0 0;
}

.woocommerce-checkout-review-order-table .product-name {
  width: auto !important;
  display: inline-block;
  background-color: #fff;
  float: left;
  text-align: inherit;
}

.woocommerce-checkout-review-order-table .product-name .product-quantity {
  display: inline-block;
}

@media only screen and (max-width: 64.063em) {
  .woocommerce-checkout-review-order-table .product-name {
    width: 50%;
  }
}

.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 14px;
}

.woocommerce-SavedPaymentMethods-saveNew label:after {
  line-height: 16px;
  margin-bottom: -30px;
}

.woocommerce-SavedPaymentMethods-saveNew input {
  vertical-align: text-bottom;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0 0 0.3rem 0;
}

#stripe-payment-data p {
  margin-bottom: 0;
}

.credibility {
  height: auto;
}

.credibility p {
  margin-bottom: 0 !important;
}

.woocommerce .product_thumbnail_wrap {
  text-align: center !important;
}

/* Store notice top bar */

p.demo_store {
  background: #04a6d4;
  /* background: #ff3737; RED */
  font-weight: 400;
}

p.demo_store a {
  color: #fff;
  font-weight: 700;
}

p.demo_store a:hover {
  color: #d41616;
}

/* Shop Mobile*/

@media only screen and (max-width: 64.063em) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 49%;
    display: inline-block;
    float: none;
    clear: none;
  }
  body.post-type-archive-product .woocommerce ul.products li.product h3,
  .woocommerce-page ul.products li.product h3 {
    font-size: 1.25rem !important;
  }
  body.post-type-archive-product .woocommerce-ordering select {
    margin-bottom: 0;
  }
  body.post-type-archive-product #content {
    padding: 1.25rem;
  }
  /* #content .post.product {
    padding: 0 !important;
  } */
  .woocommerce li.product img.attachment-woocommerce_thumbnail {
    width: 75% !important;
  }
}

/* Account */

.woocommerce-edit-account .woocommerce-MyAccount-content p:nth-of-type(2) {
  display: inline-block;
}

/* Courses */

body.single-lesson .wpb_video_widget .wpb_video_wrapper {
  padding-top: 56.25% !important;
}

#container #content header.modules-title {
  padding-top: 10px;
  margin-top: 0;
}

#container #content .module header {
  padding-top: 0;
}

body.single-course div.sensei-message,
body.single-lesson div.sensei-message {
  /* Hides purchase course notification, except on Exam */
  display: none;
}

body.logged-in div.sensei-message {
  display: block;
}

.module .module-status {
  display: none;
}

#content .post h2,
#content .post h3,
#content .post h4 {
  margin-top: 15px;
}

/* Exam */

.quiz form ol#sensei-quiz-list,
.quiz form ul#sensei-quiz-list {
  margin-top: 25px !important;
}

#container input[type="submit"].quiz-submit.complete,
.lesson button.quiz-submit.complete,
.quiz:not(.quiz-blocks) button.quiz-submit.complete,
.wp-block-button__link.button.quiz-submit.complete.sensei-stop-double-submission {
  background-color: #63a95f !important;
}

#container input[type="submit"].quiz-submit.save,
.quiz-submit.save.sensei-stop-double-submission {
  background-color: #52a8e8 !important;
  padding: 5px 20px 4px !important;
  margin-left: 10px !important;
}

#container input[type="submit"].quiz-submit.reset,
.quiz-submit.reset.sensei-stop-double-submission {
  background-color: #ed6c6c !important;
  padding: 5px 20px 4px !important;
  margin-left: 10px !important;
}

button.button.wp-block-button__link.quiz-submit {
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 20px 6px !important;
  font-weight: 700 !important;
}

.wp-block-buttons {
  display: inline-flex;
}

/* Footer */

#footer ul {
  margin-left: 0;
}

#footer ul.sub-menu a {
  margin-left: 15px;
}

#footer .widget-title-wrap {
  font-size: 26px !important;
  line-height: 26px !important;
}

#footer .widget li {
  padding: 0 !important;
  margin-bottom: 0;
  color: #cacaca !important;
  font-weight: 700;
}

#footer .social {
  padding: 0 7px 0 0 !important;
}

#footer h4 {
  margin-top: 15px;
  font-weight: 400 !important;
  color: #6c6c6c;
}

#footer a {
  font-weight: 400;
}

#footer .credibility img {
  margin: 0;
}

/* --------- END DYNAMIX 7 OVERRIDES ---------- */

/*	:: CUSTOM
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
.skinset-background h1,
.skinset-background h1 a,
.skinset-background h2,
.skinset-background h2 a,
.skinset-background h3,
.skinset-background h3 a,
.skinset-background h4,
.skinset-background h4 a,
.skinset-background h5,
.skinset-background h5 a,
.skinset-background h6,
.skinset-background h6 a {
  font-family: "nimbus-sans", helvetica, sans-serif !important;
  font-weight: 300;
}

button {
  font-family: "nimbus-sans", helvetica, sans-serif !important;
  font-weight: 700;
}

p,
.entry,
.sidebar .widget_text,
.headerpanel-widgets .widget_text {
  line-height: 1.4;
}

h1,
.skinset-background h1,
.skinset-background h1 a {
  color: #04a6d4;
  font-size: 39px;
  line-height: 39px;
}

h1.yuge {
  font-size: 60px;
  line-height: 55px !important;
  font-weight: 300;
  letter-spacing: -0.03em;
}

h1.yuge-small {
  font-size: 46px;
  color: #fff !important;
}

.post h1.entry-title {
  text-align: center;
}

h2 {
  font-size: 2rem;
  line-height: 2rem; 
  color: #04a6d4 !important;
}

h3 {
  font-size: 26px;
  line-height: 1.1 !important;
}

h4 {
  color: #04a6d4 !important;
  line-height: 1 !important;
}

.content-wrap .sub-header.row {
  margin-bottom: 0;
}

div.post-titles {
  margin-top: 15px;
}

p#user_switching_switch_on {
  position: inherit;
}

.caps {
  text-transform: uppercase !important;
}

.resize-social-wrap.columns {
  display: none;
}

.supersize-text {
  line-height: 22px;
}

.hide-for-desktop {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  h1.yuge {
    font-size: 40px;
    line-height: 40px !important;
  }
  .homeHands h1.yuge-small {
    font-size: 34px;
    line-height: 36px;
    margin-top: 25px;
  }
  #teamCertify a,
  #teamCertify .icon {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .hide-for-desktop {
    display: block;
  }
  .hide-for-mobile {
    display: none !important;
  }

  body.single.single-post.single-format-standard .hide-for-mobile {
    display: block !important;
  }

  body.single.single-post.single-format-standard .hide-for-mobile h5 {
    display: none !important;
  }

  body.single.single-post.single-format-standard
    .hide-for-mobile
    .a2a_kit.a2a_kit_size_32.a2a_default_style {
    margin: 0 auto;
  }
}

.header-infobar {
  z-index: 0 !important;
}

.wpb_row.shaded-wide-row {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*	:: SMART OFFERS
--------------------------------------------- */

#so_main h1,
#so_main h2,
#so_main h3,
#so_main h4 {
  text-align: center;
}

#so_main h2.price {
  font-size: 60px !important;
  letter-spacing: -2px;
  color: #04a6d4 !important;
  font-weight: 300 !important;
  margin-top: 25px;
}

#so_main img {
  margin-bottom: 0;
}

.strike {
  text-decoration: line-through;
  font-size: 40px;
  color: #ccc;
}

.so_accept a {
  color: #fff !important;
  display: block;
  font-size: 18px;
}

#so_main h5 {
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .mfp-wrap .mfp-container .mfp-content {
    width: auto !important;
    max-width: 90% !important;
  }
}

.grey {
  color: #5e5e5e !important;
}

.red {
  color: #ff3737 !important;
}

.btnRedOutline button,
.btnRedOutline a {
  border: 3px solid #ff3737 !important;
  color: #fff !important;
  background: none !important;
  font-weight: 400;
}

.btnRedOutline button:hover,
.btnRedOutline a:hover {
  border: 3px solid #ff3737 !important;
  color: #fff !important;
  background-color: #ff3737 !important;
}

button.btnRed,
a.btnRed,
.btnRed a {
  background-color: #ff3737;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 18px 25px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  text-align: center !important;

  box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  border: 0px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

button.btnRed:hover,
a.btnRed:hover,
.btnRed a:hover {
  color: #fff !important;
  background-color: #c32329;
}

button.bntBlue:hover,
a.btnBlue:hover,
.btnBlue a:hover {
  color: #fff !important;
  background-color: #0391b9;
}

.buttons-large .btnRed {
  font-size: 20px !important;
}

.divider {
  color: #a7180f;
  padding: 0 5px;
}

.vc_pageable-load-more-btn a {
  background-color: #ff3737;
}

.vc_btn3 {
  font-weight: 400;
}

.vc_btn3.vc_btn3-size-lg {
  font-size: 18px !important;
  font-weight: 700 !important;
  min-width: 250px;
}

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
  line-height: 1.1 !important;
}

.btnRedShadow a {
  box-shadow: inset 0 1px 10px 1px #ff3737, 0px 1px 0 rgba(85, 85, 85, 0.5),
    0 0 0px rgba(85, 85, 85, 0.5), 0 2px 4px 1px rgba(85, 85, 85, 0.5);
  border: 1px solid #fff !important;
  border-radius: 5px;
}

.blue {
  color: #04a6d4 !important;
}

.blue a {
  color: #04a6d4;
}

.btnBlue button,
button.btnBlue,
a.btnBlue,
.btnBlue a {
  background-color: #04a6d4 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  text-align: center !important;
  box-shadow: inset 0 1px 10px 1px #03a1ce, 0px 1px 0 rgba(85, 85, 85, 0.5),
    0 0 0px rgba(85, 85, 85, 0.5), 0 2px 4px 1px rgba(85, 85, 85, 0.5);
  border: 1px solid #fff !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.btnBlueOutline button,
.btnBlueOutline a {
  border: 3px solid #43bcdf !important;
  border-radius: 5px;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-weight: 700;
  font-size: 16px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btnBlueOutline button:hover,
.btnBlueOutline a:hover {
  color: #fff !important;
  background-color: #ff3737 !important;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1)
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1)
  );
}

.blueBG {
  background-color: #04a6d4 !important;
  box-shadow: inset 0 1px 10px 1px #04a6d4, 0px 1px 0 rgba(85, 85, 85, 0.5),
    0 0 0px rgba(85, 85, 85, 0.5), 0 2px 4px 1px rgba(85, 85, 85, 0.5) !important;
}

.blueBG .divider {
  color: #036d8c;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

input.button {
  background-color: #ff3737;
  color: #fff !important;
  box-shadow: none;
  border: 0px;
  border-radius: 5px;
}

.practice input.button {
  width: 100% !important;
}

.practice input[type="text"] {
  margin: 0 !important;
}

.practice_wrapper input.button {
  width: 100% !important;
  background-color: #ff3737 !important;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}

.gform_wrapper.practice_wrapper .gform_footer {
  margin: 0;
}

#sub-tabs {
  margin: 10px 0;
}

#nv-tabs a {
  font-weight: 700 !important;
  color: #00b3e8;
  font-size: 15px;
}

#nv-tabs a:hover {
  color: #028db6;
}

.shop-cart .shop-cart-itemnum {
  text-transform: uppercase;
  color: #ff3737 !important;
}

.shop-cart-icon {
  color: #00b3e8 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-bottom: 16px !important;
  margin-left: 0 !important;
  width: auto;
  float: right;
  height: 39px;
  border-radius: 5px;
}

#place_order:hover{
  background-color: #C32329!important;
}



.woocommerce a.remove {
  cursor: pointer;
  line-height: 1.25 !important;
}

/* New Checkout */

.woocommerce-checkout-review-order-table tr {
  background-color: white !important;
}

.woocommerce-checkout .item-name span {
  margin-top: auto;
  margin-bottom: auto;
}

.woocommerce-checkout .woocommerce a.remove {
  display: inline;
}
.woocommerce-checkout .woocommerce-form-login__submit{
  background-color: #3F92C8!important;
  color: white!important;
}

.woocommerce-checkout .woocommerce-form-login__submit:hover{
  background-color: #04baed!important;
  color: white!important;
}


@media only screen and (min-width: 1200px) {
  .container,
  .footer-container {
    max-width: 1195px;
  }
}

@media only screen and (max-width: 64.063em) {
  .woocommerce-checkout-review-order-table .product-name {
    width: 50%;
  }
}
.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 14px;
}
.woocommerce-SavedPaymentMethods-saveNew label:after {
  line-height: 16px;
  margin-bottom: -30px;
}
.woocommerce-SavedPaymentMethods-saveNew input {
  vertical-align: text-bottom;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0 0 0.3rem 0;
}
#stripe-payment-data p {
  margin-bottom: 0;
}
.credibility {
  height: auto;
}
.credibility p {
  margin-bottom: 0 !important;
}

body.woocommerce-checkout .header-container,
body.woocommerce-checkout .site-footer {
  display: none !important;
}

body.woocommerce-checkout .woocommerce {
  max-width: 100vw !important;
}

body.woocommerce-checkout #top-bar.sticky + #main-wrap {
  padding-top: 0 !important;
}

.woocommerce-order-received #top-bar {
  display: flex !important;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  td {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: end;
  line-height: 1 !important;
  width: min-content;
  float: right;
  vertical-align: middle;
}

.woocommerce-order-received .woocommerce-table__product-table.product-total {
  background-color: #f9f9f9 !important;
}

.woocommerce-order-received .woocommerce-Price-amount.amount {
  display: block !important;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  td {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    justify-content: end;
    line-height: 1 !important;
    width: min-content;
    float: right;
    vertical-align: middle;
}

.woocommerce-table__line-item.order_item.bundled_table_item td {
  background-color: white!important;
}

.woocommerce-order-received .woocommerce-table__product-total.product-total {
  padding-right: 10px !important;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name {
  padding-left: 1rem !important;
}

.woocommerce-table__product-name>a {
	color:black !important;
}

.woocommerce-table__line-item.order_item.bundled_table_item a {
  color: #000 !important;
}

h2.woocommerce-order-details__title {
  margin-top: 0px !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin-bottom: 15px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  span {
  line-height: inherit !important;
}

/* Biling Side */
body.woocommerce-checkout .biling,
.woocommerce-checkout-payment {
  background-color: #f9f9f9 !important;
  float: right;
  width: 50%;
}

#coupon_container {
  display: flex !important;
  width: 100%;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0;
}

body.woocommerce-checkout .biling-section {
  padding: 3rem 16% 3rem 2rem;
}

body.woocommerce-checkout .biling-section label,
.woocommerce-checkout #account_password_field,
.woocommerce-checkout #account_password_confirm_field,
#account_password-2_field {
  color: #5e5e5e !important;
  font-weight: 700;
}

.woocommerce-checkout .biling-section label {
  margin-bottom: 0;
}

#checkout-radio label {
  margin-bottom: inherit;
}

.woocommerce-checkout .required {
  color: #5e5e5e !important;
}

.woocommerce-billing-fields__field-wrapper .form-row input {
  background-color: white !important;
  border: 2px solid #a1a6aa;
}

.woocommerce-checkout .woocommerce-form-login-toggle {
  display: flex;
  border-bottom: 2px solid rgb(54, 49, 49);
  padding-right: 5%;
}

.login-text {
  margin: auto auto auto 0;
  font-weight: 400 !important;
}

.login-text.first{
  margin-right: 5px;
}

body.woocommerce-checkout .si.si-facebook {
  margin: 0;
}

.woocommerce-checkout .button-social-login.button-social-login-facebook {
  margin-right: 10px;
}

.woocommerce-checkout .button-social-login {
  padding: 0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  color: black !important;
  width: 2rem;
  text-align: center;
  border-radius: 9px;
  font-size: 2rem;
  height: auto;
  line-height: 2rem;
  border-width: initial;
  box-shadow: none !important;
}

.woocommerce-checkout .button-social-login-google {
  border: none;
}

.woocommerce-checkout .showlogin {
  color: #04a6d4!important;
  vertical-align: middle;
  display: contents;
  text-decoration: underline;
}

.woocommerce-checkout .showlogin:hover{
  color: #04baed;
}

.woocommerce-form-login-toggle a:hover{
  color:#04A6D4!important;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  display: flex !important;
  width: 99%;
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto !important;
  justify-content: space-between;

}

.checkout_coupon {
  margin: 0 !important;
}

.woocommerce-checkout #coupon_container .text {
  transform: translate(4%, 50%);
  opacity: 0.6;
  margin-bottom: 15px !important;
  margin: auto 0 !important;
}

.woocommerce-checkout #coupon_container .input-text,
#account_password,
#account_password_confirm,
.woocommerce-billing-fields__field-wrapper .form-row input,
.create-account input,
.woocommerce-checkout .select2-selection.select2-selection--single,
.woocommerce-checkout .form-row input.input-text {
  background-color: #ffffffff !important;
  border: 1px solid gray !important;
}

.woocommerce-checkout .text {
  transform: none;
  margin-top: auto !important;
  margin-bottom: auto !important;
  max-width: fit-content;
  font-size: 1rem;
}

.woocommerce-checkout .form-row.form-row-last {
  float: left;
}

.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
  display: grid !important;
}

button#place_order.button.alt.wp-element-button{
	background: #C32329 !important;
}
button#place_order.button.alt.wp-element-button:hover {
	background: #d9272e !important;
}

.woocommerce-checkout .coupon_submit {
  background-color: white !important;
  color: #3F92C8 !important;
  border: 2px solid #8080801a !important;
  margin: 0px !important;
  border-radius: 5px !important;
  display: block;
  padding: 0px 5.1px !important;
  height: 39px;
  text-transform: capitalize;
  font-weight: 700 !important;
}

.woocommerce-checkout .coupon_submit:hover{
  background-color: #04baed!important;
  color: white!important;
  border: none!important;
}

.woocommerce-shipping-totals.shipping th,
.woocommerce-shipping-totals.shipping td,
.shipping td,
.shipping .fee th,
.shipping .fee td {
  border-bottom: 1px solid #dee2e6 !important;
}

.fee th,
.fee td {
  padding: 10px 0 !important;
}

#payment {
  width: 100%;
}

label[for="payment_method_stripe"],
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment div.payment_box::before,
#stripe-payment-data p {
  display: none !important;
}

.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}

.payment_box.payment_method_stripe {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0;
}

.woocommerce-checkout #payment .payment_box fieldset,
.payment_box.payment_method_stripe {
  border: none !important;
}

#wc-stripe-cc-form {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
  margin-bottom: 0 !important;
}

.form-row.place-order {
  background-color: #f9f9f9 !important;
  display: block;
  padding: 0 0.9em;
}

body.woocommerce-checkout .subtotal-container table {
  width: 100%;
  margin: 0 !important;
}

.place-order .shipping .tbody,
.place-order .subtotal {
  border-bottom: 2px solid #dee2e6;
}

.subtotal-container .col-md-12.col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.subtotal-container .col-md-12.col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.subtotal-container {
  padding: 0 !important;
}

.subtotal-container td {
  text-align: right;
}

.subtotal-container #shipping_method {
  float: right;
  text-align: left;
}

.woocommerce-checkout .woocommerce-account-fields {
  display: flex;
  width: 100%;
  padding-left: 0 !important;
}

.woocommerce-checkout #account_password_confirm_field,
.woocommerce-checkout #account_password-2_field {
  width: 50%;
}

.woocommerce-checkout .create-account {
  display: flex;
  width: 100%;
}
.woocommerce-checkout .create-account #account_password_field {
  width: 50%;
}

.woocommerce-checkout-payment {
  border-top: 2px solid #808080;
  border-radius: 0 !important;
}

.woocommerce-checkout .order-total th,
.order-total .woocommerce-Price-amount.amount {
  color: #3f92c8;
}

/* CART side */
body.woocommerce-checkout .cart-section {
  padding: 1rem 2rem 3rem 1rem;
}

@media (max-width: 378px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    padding: 12px 3px !important;
  }

  .woocommerce-checkout .button-social-login.button-social-login-facebook {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 390px) {
  .container.subtotal-container table {
    margin-left: -14px;
  }

  body.woocommerce-checkout .button.coupon_submit {
    padding: 5px 10px !important;
    margin-top: 6px !important;
  }

  #shipping_method {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 429px) {
  body.woocommerce-checkout .button.coupon_submit {
    padding: 5px 12.5px !important;
  }
}

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

  .product-total .upgrade{
    margin-left: 0;
  }

  .product-name .upgrade{
    margin-left: 30px!important;
  }

  #payment {
    width: 96%;
  }

  .subtotal-container .col-xs-12 {
    padding: 0 !important;
  }

  .woocommerce-checkout #account_password_confirm_field, #account_password-2_field{
    display: flex;
    width: 100%;
  }

  #account_password_field{
    width: 100%;
  }
}

@media (max-width: 600px) {
  .product-name {
    font-size: 16px;
  }

  .item-name {
    display: flex;
    line-height: 4.5;
    margin-left: 10px;
  }

  .woocommerce-form-login-toggle {
    top: 6rem !important;
  }

  .woocommerce-checkout .upgrade {
    padding: initial;
  }

  label.upgrade input {
    margin: 0 10px 0 0 !important;
  }

  .woocommerce-checkout .woocommerce-shipping-totals.shipping {
    display: flex !important;
    flex-flow: wrap !important;
  }

  .form-row.form-row.place-order {
    display: flex;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-bottom: 16px !important;
    max-width: 117.3px;
  }

  .coupon_submit{
    width: 117.3px;
  }

  .woocommerce-account-fields,
  body.woocommerce-checkout #coupon_container {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 991px) {
  .create-account {
    flex-direction: column;
  }

  .woocommerce-checkout .create-account #account_password_field,
  #account_password_confirm_field, 
    #account_password-2_field{
    width: 100% !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 705px) {
  .form-row.place-order {
    display: inline-flex;
  }

  #place_order {
    width: 60% !important;
  }

  .woocommerce-shipping-totals.shipping {
    width: max-content;
  }
}

@media (max-width: 768px) {
  .review_course{
		display: block;
    margin-top: 10px;
  }
  .cart-section h3,
  .cart-section table,
  #checkout-radio {
    padding: 0 10px;
  }

  .donation-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .woocommerce-page.woocommerce-checkout form.login .form-row,
   .woocommerce.woocommerce-checkout form.login .form-row,
   .woocommerce-checkout .login p.lost_password{
    width: 100%;
    float: none;
    max-width: 100%!important;
  }

  .cartitems,
  .biling {
    width: 100% !important;
    float: none !important;
  }

  .cart-section {
    padding: 0px !important;
  }

  .biling-section {
    padding: 1em 10px 0 10px !important;
  }

  #payment {
    float: none !important;
  }

  .woocommerce-checkout #payment .payment_box fieldset{
    width: auto;
  }

  .payment_box.payment_method_stripe {
    width: 82vw;
  }

  @media (max-width: 768px) {
    .woocommerce-checkout #payment .payment_box fieldset {
      width: 96%;
    }
    .woocommerce-form-login-toggle {
      position: absolute;
      width: 73vw;
      top: 12rem !important;
    }

    .update_totals_on_change .select {
      width: 100% !important;
    }

    .woocommerce-checkout .subtotal-container {
      max-width: 95%;
      margin: 0 1rem 0 0rem;
    }
  }

  .woocommerce-form-login-toggle {
    top: 6rem;
    position: absolute;
    width: 95wv;
  }

  h3.mobile-show {
    display: block !important;
    color: black;
    font-weight: 700 !important;
    margin-top: 1rem;
  }

  .subtotal-container {
    max-width: 100%;
    margin: 0 auto;
  }

  #place_order {
    width: 60% !important;
  }

  #add_payment_method #payment div.form-row,
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
  }

  #customer_details {
    margin-top: 3rem;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .woocommerce-form-login-toggle {
    position: absolute;
    width: 82vw;
    top: 14rem !important;
  }

  .customer_details{
    margin-top: 3rem;
  }

  .product-name {
    width: 100%;
  }
}

@media (max-width: 776px) {
  .woocommerce-checkout #coupon_code{
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 882px) {
  body.woocommerce-checkout .coupon_submit,
  .woocommerce-form-coupon .form-row-last > .button {
    padding: 4% 10% !important;
    margin-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 906px) {
  .woocommerce-checkout .woocommerce-account-fields .create-account {
    display: block;
  }
  .woocommerce-checkout .create-account #account_password_field {
    width: auto;
  }

  .woocommerce-checkout #account_password_confirm_field,
  .woocommerce-checkout #account_password-2_field {
    width: 100% !important;
  }

  .woocommerce-account-fields {
    width: 98% !important;
    padding-left: 2% !important;
  }

  body.woocommerce-checkout #coupon_container {
    width: 98%;
  }

  .woocommerce-checkout-payment {
    width: 96%!important;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-section {
    padding: 3rem 1rem 1rem 1rem !important;
  }

  body.woocommerce-checkout .biling-section {
    padding: 3rem 1rem 1rem 1rem !important;
  }

  #add_payment_method #payment div.form-row,
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .woocommerce-checkout #coupon_code {
    width: 100% !important;
  }

  .biling-section {
    padding: 4em 3em 3em 2em;
  }

  .cart-section {
    padding: 4rem 2rem 3rem 2rem;
  }

  .form-row.place-order {
    padding: 0;
  }

  .woocommerce-checkout .woocommerce-shipping-totals.shipping {
    display: table-row;
  }

  .woocommerce-checkout .woocommerce-shipping-totals.shipping th,
  .woocommerce-checkout .woocommerce-shipping-totals.shipping td {
    width: 10vw !important;
    background-color: #f9f9f9;
  }

 

  .place-order .credibility {
    margin: 0;
    display: block!important;
  }

  #checkout-radio {
    display: block !important;
  }

  .woocommerce-checkout .form-row.form-row-first.text,
  .woocommerce-checkout .form-row.form-row-first.coupon,
  .woocommerce-checkout .form-row.form-row-last.submit {
    float: none !important;
  }

  .woocommerce-checkout .form-row.form-row-last.submit {
    height: 50px;
  }

  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label {
    display: block !important;
  }

  .woocommerce-checkout .form-row.form-row-first.coupon,
  .woocommerce-checkout .form-row.form-row-first.text {
    float: left !important;
  }

  .woocommerce-checkout .woocommerce-form-login-toggle {
    padding-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  .woocommerce-checkout #coupon_code {
    width: 10vw;
  }

  .woocommerce-checkout #coupon_container .text {
    display: block;
    margin-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 600px) {
  #account_password-2_field{
    display: flex!important;
  }
  #account_password_field{
		width:100%!important;
	}
	#radio_choice_field{
		display:inline-block!important;
	}
}

@media (min-width: 1200px) {
  .woocommerce-checkout .form-row-last.submit {
    justify-content: flex-end;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-responsive > table {
  width: 100%;
}

.woocommerce-checkout .table td,
.woocommerce-checkout .order-total th {
  vertical-align: middle !important;
}

.woocommerce-checkout .woocommerce-shipping-totals th {
  vertical-align: top !important;
}

h3.mobile-show {
  display: none;
}

body.woocommerce-checkout .cartitems {
  float: left;
  width: 50%;
}

body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  border: white;
}

body.woocommerce-checkout th.product-total,
.product-total,
th.product-name {
  color: #b7b5b5 !important;
}

.woocommerce-checkout h3 {
  color: #04baed;
  font-weight: 400 !important;
  font-size: 1.3rem;
  line-height: 1.3!important;
  padding-top: 8px;
}

body.woocommerce-checkout .woocommerce #main-wrap ul#shipping_method li input {
  margin: 7px 3px 5px 0 !important;
}

.woocommerce ul#shipping_method li input {
  vertical-align: middle !important;
}

body.woocommerce-checkout .cart_item .product-name,
body.woocommerce-checkout .cart_item .product-total {
  border-top: 2px solid #80808082;
}

body.woocommerce-checkout .product-total {
  text-align: right;
  padding-right: 6% !important;
  color: #5e5e5e !important;
  background-color: #fff !important;
}

body.woocommerce-checkout .item-name {
  font-weight: 600;
  display: inline-flex;
  width: 100%;
}

body.woocommerce-checkout .remove {
  padding: 5%;
  padding-left: 0;
  color: #343a40 !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout  input.upgrade_select {
  width: 1.7em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #343a40;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}

.label_input{
  display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 2vw;
}

.woocommerce-checkout label{
  pointer-events: none;
}

.label_input label{
  margin-bottom: 10px;
}

.upgrade.select{
  margin-left: 8px!important;
  margin-bottom: 8px!important;
  padding-right:0!important;

}

.woocommerce-checkout th,
.woocommerce-checkout td {
  color: black;
}

#check_wrapper .woocommerce-message {
  margin-bottom: 0;
}

.woocommerce-checkout .check_stipe {
  max-width: 11rem;
  margin-left: 0;
}
.woocommerce-cart  .check_stipe{
	width:150px;
	height:32.77px;
}
#donation_title{
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: block;
}

@media (max-width:600px){

    .donation-description #donation_title{
      font-size: 1rem!important;
    }

    .woocommerce-checkout .check_stipe{
      display: block;
    }
}

@media (max-width:991px){
  .check_stipe{
    margin: 0 auto!important;
    }
}
.woocommerce-checkout table.shop_table .product-name .product-quantity {
  display: none !important;
}

.woocommerce-checkout .woocommerce a.remove {
  display: inline;
}

.woocommerce-checkout .woocommerce-Price-amount.amount {
  font-weight: 600;
}

#radio_choice {
  margin-right: 7px;
  min-height: 23px;
}

@media (min-width:600px){
  #checkout-radio #radio_choice_field.form-row.form-row-wide.update_totals_on_change{
    float: none;
    margin-left: auto !important;
    display: inline-block!important;
  }
}


.shop_table.woocommerce-checkout-review-order-table .product-name {
  width: 100% !important;
}

.woocommerce-checkout .upgrade {
  border: none !important;
  width: 90%;
  margin-left: 17%;
  padding-right: 19%;
}

.woocommerce-checkout #checkout-radio {
  display: flex;
  justify-content: end;
}

.update_totals_on_change .select {
  padding: 0rem 0.7rem 0rem 0.5rem;
  width: 106px;
}

.update_totals_on_change{
  margin-bottom: 0!important;
}

.woocommerce-checkout .woocommerce-shipping-methods label span {
  color: gray;
  margin: auto 0;
  width: max-content;
}

label[for="amounts"] {
  margin: auto 0;
  margin-right: 3px;
}

.woocommerce-checkout :checked + span {
  color: black !important;
}

.woocommerce-checkout input[type="radio"] {
  -webkit-appearance: initial;
  appearance: initial;
  background: white;
  border: 2px solid #343a40;
  border-radius: 100%;
  width: 20px !important;
  height: 20px;
}

body.woocommerce-checkout
  .woocommerce-SavedPaymentMethods.wc-saved-payment-methods
  input[type="radio"]:checked:after {
  left: 17%;
  top: -37%;
}

.woocommerce-checkout input[type="radio"]:checked:after {
  content: "X";
  font-weight: 800;
  color: #343a40;
  position: relative;
  left: 16%;
  top: 8%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Fix store notice */
.woocommerce-store-notice.demo_store {
  display: block;
  background-color: red !important;
  top: 90px !important;
  position: fixed;
  width: 100%;
  text-align: center;
  padding: 12px;
  color: white;
}

.woocommerce-store-notice.demo_store a {
  text-decoration: underline;
}

body.woocommerce-checkout .remove {
  padding: 5%;
  padding-left: 0;
  color: #343a40 !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout th,
body.woocommerce-checkout td {
  color: #5e5e5e;
}

body.woocommerce-checkout table.shop_table .product-name .product-quantity {
  display: none !important;
}

body.woocommerce-checkout .woocommerce a.remove {
  display: inline;
}

body.woocommerce-checkout .woocommerce-Price-amount.amount {
  font-weight: 600;
  line-height: 2.8;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout .select2-container--default {
  min-width: unset;
}

body.woocommerce-checkout .woocommerce-shipping-methods label span {
  color: gray;
  margin: auto 0;
  width: max-content;
}

label[for="amounts"] {
  margin-right: 10px;
}

body.woocommerce-checkout :checked + span {
  color: #5e5e5e !important;
}

body.woocommerce-checkout input[type="radio"] {
  -webkit-appearance: initial;
  appearance: initial;
  background: white;
  border: 2px solid #343a40;
  border-radius: 100%;
  width: 20px !important;
  height: 20px;
}

body.woocommerce-checkout
  .woocommerce-SavedPaymentMethods.wc-saved-payment-methods
  input[type="radio"]:checked:after {
  left: 17%;
  top: -37%;
}

body.woocommerce-checkout input[type="radio"]:checked:after {
  content: "X";
  font-weight: 800;
  color: #343a40;
  position: relative;
  left: 16%;
  top: 8%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



/* Fix store notice */
.woocommerce-store-notice.demo_store {
  display: block;
  background-color: red !important;
  top: 85px !important;
  position: fixed;
  width: 100%;
  text-align: center;
  padding: 12px;
  color: white;
}

.woocommerce-store-notice.demo_store a {
  text-decoration: underline;
}

.login .form-row {
  display: block;
}

.login .wc-social-login {
  display: none;
}


@media (max-width:768px){
  label[for="amounts"] {
    line-height: 1rem;
  }

  .upgrade.select{
    margin-bottom: 0!important;
  }

}

.woocommerce-checkout .login  p.lost_password,
.woocommerce-checkout .login .form-row{
  max-width: 50%;
  display: inline-block!important;
}

/* New checkout fixes */
.woocommerce-checkout .form-row {
  display: block !important;
}

.woocommerce-checkout .form-row.submit {
  display: flex !important;
  /* justify-content: flex-start; */
  /* padding-right: 5px; */
  max-width: max-content;
  align-items: center;
  padding: 0;
}

.payment-wrapper {
  margin: 0 3px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
body.woocommerce-checkout th,
body.woocommerce-checkout td {
  padding: 0;
}

body.woocommerce-checkout .coupon_submit {
  margin: 0px !important;
}

.woocommerce-checkout label.upgrade {
  color: #5e5e5e;
}

.woocommerce-checkout table.shop_table td {
  padding: 10px 0 !important;
  padding-left: 10px!important;
}


.woocommerce-checkout .coupon_submit,
button[name='apply_coupon'],
.woocommerce-cart .coupon button[name="apply_coupon"]{
  background-color:#3F92C8!important;
	border-color:#3F92C8!important;
	color:white!important;
	font-weight:400!important;
  border-radius: 5px !important;
  margin-top: 3px!important;
}

.woocommerce-checkout #coupon_container .text {
  transform: none;
}

.woocommerce-checkout .biling-section {
  padding: 1rem 2rem 0px 2rem;
}

@media (max-width: 991px) {
  body.woocommerce-checkout .item-name {
    display: flex;
    line-height: 1.2;
  }
  body.woocommerce-checkout .woocommerce-shipping-totals.shipping {
    display: table-row !important;
  }
  #payment .container.subtotal-container {
    max-width: 100%;
  }

  .update_totals_on_change .select {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.woocommerce-checkout .biling-section {
    padding: 1rem !important;
  }

  .cart-section {
    padding: 1rem 1rem !important;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .cart-section table {
    padding: 0;
  }

  #billing_first_name_field,
  #billing_last_name_field,
  #billing_country_field {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .woocommerce-page.woocommerce-checkout table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0) !important;
  }

  .woocommerce-form-login-toggle {
    top: 0.5%;
    position: absolute;
    width: 90vw;
  }

  body.woocommerce-checkout .woocommerce-shipping-totals.shipping {
    flex-flow: wrap !important;
  }

  body.woocommerce-checkout .woocommerce-Price-amount.amount {
    border: none;
  }
}

/* New checkout fixes */
.item-name label {
  margin-left: 5vw;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
}

.payment-wrapper {
  margin: 0 3px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
body.woocommerce-checkout th,
body.woocommerce-checkout td {
  padding: 0;
}

.woocommerce-checkout .coupon_submit {
  margin: 0px !important;
}

.woocommerce-checkout table.shop_table td {
  padding: 10px 0 !important;
}


.woocommerce-checkout #coupon_container .text {
  transform: none;
}

.woocommerce-checkout #coupon_container .woocommerce-form-coupon {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-checkout .cart-discount span.amount {
  display: inline;
  border: none;
  line-height: initial;
}

.woocommerce-checkout .cart-discount span.amount bdi {
  line-height: initial;
}

@media (max-width: 991px) {
  body.woocommerce-checkout .item-name {
    display: flex;
    line-height: 1.2;
    align-items: center;
  }

  body.woocommerce-checkout .woocommerce-shipping-totals.shipping {
    display: table-row !important;
  }

  #payment .container.subtotal-container {
    max-width: 100%;
  }

  #coupon_wrapp.checkout_coupon.woocommerce-form-coupon {
    margin: 0 !important;
    display: inline-block !important;
  }

  .place-order .credibility {
    display: block !important;
  }

  .woocommerce-checkout .row {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.woocommerce-checkout .biling-section {
    padding: 1rem !important;
  }

  .cart-section {
    padding: 1rem 1rem !important;
  }
}

@media only screen and (min-width: 704px) and (max-width: 840px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-bottom: 16px !important;
    margin-left: 0 !important;
    margin-right: 1rem !important;
    width: auto;
  }

  .product-total label {
    margin-top: 13px !important;
    vertical-align: baseline;
  }
}

.product-total label {
  font-size: 1rem;
  line-height: 29px;
}

@media (max-width: 768px) {
  .woocommerce-checkout .cart-section table {
    padding: 0;
  }

  #checkout-radio .update_totals_on_change {
    float: none;
    margin-left: auto !important;
  }
}
@media (max-width: 600px) {
  .woocommerce-page.woocommerce-checkout table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 450px) {
  
  .container.subtotal-container table {
    margin-left: 0;
  }
  body.woocommerce-checkout .woocommerce-shipping-totals.shipping {
    flex-flow: wrap;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-left: 3px !important;
  }

  #checkout-radio{
    margin-bottom: 5px;
  }
}

@media (max-width: 1200px) {
  .create-account {
    flex-direction: row;
  }
  .woocommerce-checkout
    .create-account
    #account_password_field .woocommerce-checkout
    #account_password_confirm_field {
    width: 100%;
  }
}

.table thead th,
.table td,
.table th {
  border-bottom: 2px solid transparent !important;
  border-top: 2px solid transparent !important;
}

.table thead th {
  vertical-align: top !important;
}

.woocommerce-checkout .subtotal-container tbody {
  display: table;
  width: 100%;
}

.col-12.logo,
.col-12.logo img {
  width: 168px;
  float: left;
}

/*	:: CART
--------------------------------------------- */

.woocommerce {
  padding-top: 25px;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  margin-top: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 21px !important;
}

.woocommerce ul.products li.product .price {
  color: #959595 !important;
  font-size: 1.15em !important;
  font-weight: 400;
}

@media (max-width: 600px) {
  .woocommerce ul.products li.product .price {
    margin-top: 0.1rem !important;
  }
}

.woocommerce ul.products li.product a img {
  margin: 0 auto !important;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px 24px 10px;
  border-radius: 5px;
  height: 18rem;
}

.cart-collaterals .cross-sells ul.products li.product h3.product-title {
  margin-bottom: 8px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 1em !important;
  height: 15rem; /* For uniform button alignment */
}

.woocommerce div.images img,
.woocommerce li.product img.attachment-woocommerce_thumbnail {
  width: 50% !important;
  display: inline-block !important;
}

.woocommerce ul.products li.product .button {
  position: relative; /* For uniform button alignment */
  width: max-content; /* For uniform button width */
  left: 10px;
  margin-top: 0.25em;
}

.woocommerce ul.products li.product a.button {
  font-weight: 400;
  font-size: 0.85em;
}

.woocommerce #customer_details {
  margin-bottom: 15px;
}

.quantity input[type="number"] {
  padding: 0rem 0.8rem 0 0.8rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce .quantity .qty {
  padding: 0rem 0.8rem 0 0.8rem;
  line-height: 1.33333;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  background-color: #fff !important;
  color: #04baed!important;
  font-weight: 700;
  border:2px solid #8080801a !important;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover{
  color: #04A6D4!important;
}

.group-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.group-form-reverse {
  display: flex;
}

.credibility {
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
}

.place-order .credibility {
  display: flex;
  align-items: flex-start;
}

.place-order .credibility img {
  height: fit-content;
  align-self: center;
  margin: auto!important;
}

#footer .credibility {
  position: static;
}

.cart_totals {
  position: relative;
}

.credibility.static {
  position: static !important;
}

.credibility img {
  vertical-align: middle;
  display: inline-flex;
}

@media only screen and (max-width: 767px) {
  .credibility {
    bottom: 0;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .group-form-reverse {
    flex-direction: column-reverse;
  }
}

.utility i {
  color: #00b3e8 !important;
  margin-right: 5px;
}

.intro-text p {
  margin: 0;
}

.intro-text-wrap {
  margin-bottom: 0 !important;
}

.intro strong {
  text-transform: uppercase;
  font-weight: 800;
}

.homeProductBox {
  display: inline-flex !important;
}

.homeProductBox h1,
.homeProductBoxSecondary h1 {
  font-weight: 600 !important;
  margin-bottom: 5px;
}

.homeProductBox h1 {
  color: #ff3737;
  font-size: 56px;
  letter-spacing: -2px;
  line-height: 66px;
}

.homeProductBox h2 {
  text-align: center;
  font-size: 90px !important;
  line-height: 60px !important;
  letter-spacing: -3px;
  color: #04a6d4 !important;
  margin: 15px 0;
  padding-bottom: 12px;
}

.homeProductBox h2:before {
  vertical-align: top;
  font-size: 50px;
  content: "$";
  letter-spacing: -4px;
}

.price-one {
  letter-spacing: -10px;
  margin-left: -7px;
  display: inline-block;
}

.homeProductBoxSecondary h1 {
  font-size: 32px;
}

.homeProductBoxSecondary h2 {
  font-size: 22px !important;
}

.homeProductBox .btnRed a,
.homeProductBoxSecondary .btnRed a,
.productBox a.btnRed,
.productBox .btnRed {
  box-shadow: none;
  border: 0;
  margin: 5px auto;
  width: 100%;
}

.productBox a.btnRed,
.productBox a.btnBlue {
  padding: 4px;
}

.homeProductBox .btnRed a {
  font-size: 22px !important;
}

.homeProductBox .btnRed.bundles-home a {
  padding-top: 12px !important;
  margin-bottom: 0 !important;
}

.homeProductBox .special_bundle a {
  margin-top: -3px !important;
}

@media only screen and (max-width: 1200px) {
  .homeProductBox .special_bundle {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .homeProductBox .special_bundle {
    margin-top: 7%;
  }
}

.homeProductBoxSecondary .btnRed a {
  font-size: 18px !important;
}

.homeProductBox .vc_btn3-icon {
  font-size: 18px !important;
  line-height: 18px !important;
}

.credits {
  text-align: center;
}

.credits a {
  color: #000;
  text-align: center;
}

.dash {
  color: #ff3737;
  font-size: 20px;
  font-weight: 700;
}

.homeProductBoxSecondary .btnRedOutline a {
  color: #000 !important;
  background-color: #fff !important;
}

.bundle img {
  float: left;
  margin-right: 10px;
}

.qualifier img {
  text-align: center;
  width: 100%;
  padding: 0 25px;
}

.qualifier h4,
.qualifier h4 em {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700 !important;
}

.productTop .vc_row.vc_column-gap-30 > .vc_column_container {
  padding: 15px 15px 0 15px;
}

.productBox {
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .productBox {
    border-left: none;
    margin-bottom: 25px;
  }
  .healthcareLogo {
    margin: 0 auto;
    width: 50%;
  }
  .productBox img.alignleft {
    float: left !important;
    margin: 10px !important;
  }
  [class*="column"] + [class*="column"]:last-child,
  .columns:last-child,
  .columns.right.last,
  .columns.shortcode.last {
    float: right !important;
  }
  .homeProductBoxSecondary .vc_btn3-container.vc_btn3-inline {
    display: block;
  }

  .form-row.form-row-first.text {
    width: 100vw;
    max-width: 100vw;
  }
}

.productBox .vc_column_container {
  padding: 0 !important;
}

.productBox .column-attribute {
  font-size: 15px;
  line-height: 15px;
  padding: 3px 25px;
  text-align: left !important;
  float: none;
  display: list-item;
  list-style: none;
  text-indent: -1.5em;
}

.productBox .column-attribute:before {
  content: " ";
  display: inline-block;
  background: url(../../../../../uploads/icons/icon_listarrow.svg) no-repeat 50%
    50%;
  background-size: 100%;
  height: 13px;
  width: 13px;
  margin-right: 10px;
}

.productBox .column-attribute:last-child {
  border-bottom: none;
  float: none !important;
  text-align: left !important;
}

.productBox .btnRed,
.productBox .btnBlue {
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 700;
}

.productBox .btnBlue {
  font-size: 18px !important;
}

.productBoxSmall {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #43bcdf;
  padding: 15px;
}

.productBox h1,
.productBox h2 {
  text-align: center;
  font-size: 34px !important;
  line-height: 30px !important;
  letter-spacing: -1px;
  color: #04a6d4 !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.productBox h4 {
  font-size: 16px;
  text-align: center;
  clear: both;
  margin-bottom: 15px;
}

.productBox h5 {
  margin-bottom: 15px;
}

.productBox strike {
  color: #ccc;
  font-size: 40px;
}

.vc_separator h4 {
  line-height: 2em !important;
}

#teamCertify {
  text-align: center;
}

#teamCertify a {
  padding: 10px;
  font-weight: 700;
}

#teamCertify h2 {
  display: inline !important;
  margin-left: 20px;
}

#teamCertify .icon {
  color: #fff !important;
  font-size: 1.5em !important;
}

.shopperApproved table {
  border: none !important;
}

.shopperApproved table td {
  background: none !important;
}

.shopperApproved table td:hover {
  background-color: #166c91 !important;
}

.shopperApproved .shopperapproved_widget {
  height: 100px !important;
}

.shopperApproved .sa_review {
  padding: 0 !important;
  border: none;
  text-align: center;
  margin: 0 auto;
}

.shopperApproved .sa_comments {
  display: none;
}

#merchant_page .paging .active,
#merchant_page .paging .sa_page,
#product_page .paging .active,
#product_page .paging .sa_page {
  background-color: #ff3737 !important;
}

#merchant_page .paging .sa_page:active,
#merchant_page .paging .sa_page:hover,
#product_page .paging .sa_page:active,
#product_page .paging .sa_page:hover {
  background-color: #e92c33 !important;
}

#qualifiers .vc_separator h4 {
  font-size: 16px !important;
}

.blueTitle {
  background-color: #00b4dc !important;
  color: #fff !important;
  font-size: 24px !important;
  padding: 15px 0 15px 0;
  font-weight: 700 !important;
}

.guaranteed {
  position: absolute;
  top: -40px;
  right: 5px;
  max-width: 80px;
}

@media only screen and (max-width: 768px) {
  .guaranteed {
    top: -20px;
    right: 10px;
  }
}

ul.faq_list {
  margin-left: 0 !important;
}

ul.faq_list li {
  margin-bottom: 25px;
}

li.column-attribute:last-child {
  float: none !important;
}

.what-you-get {
  margin: 0 auto;
  width: 100%;
}

.what-you-get table {
  margin: 25px auto;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 85%;
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: #ccc;
  border: none !important;
  padding: 10px 25px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .what-you-get table {
    width: 100%;
    padding: 0 !important;
  }
  .what-you-get table th {
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  .what-you-get table td {
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 8px !important;
    line-height: 16px !important;
  }
  .what-you-get table td.certification,
  .what-you-get table td.recertification {
    font-size: 20px !important;
  }
}

.what-you-get table thead th {
  font-weight: 400;
  text-shadow: none !important;
}

.what-you-get table td {
  font-size: 16px;
  font-weight: 200;
  padding: 12px;
  border-top: 1px solid #fff;
  line-height: 20px;
}

.what-you-get table td.certification,
.what-you-get table td.recertification {
  border-left: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 200;
}

.what-you-get table th {
  width: 33%;
  border-left: 1px solid #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}

.what-you-get table td.certification span,
.what-you-get table td.recertification span {
  font-family: "typicons";
  content: "typcn-chevron-right";
  color: #00b3e8;
}

.what-you-get table td.certification span,
.what-you-get table td.recertification span {
  color: #00b3e8;
}

.wpb_text_column {
  padding: 0;
}

[class*="column"] + [class*="column"]:last-child,
.columns:last-child,
.columns.right.last,
.columns.shortcode.last {
  float: left !important;
}

.learnMore h4 {
  font-size: 22px !important;
  line-height: 24px !important;
}

.learnMore i.vc_toggle_icon {
  top: 11px !important;
  color: #ff3737 !important;
}

.tml {
  margin: 0 auto 50px auto !important;
}

.status {
  text-align: center;
}

.status a {
  font-size: 1.85em;
}

.status .rssSummary {
  font-size: 1.5em;
}

div.circle {
  font-size: 3.75em;
  font-weight: 700;
  border: 5px solid #a6a8ab;
  margin: 5px auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #04a6d4;
}

div.circle-small {
  font-size: 1.75em;
  font-weight: 700;
  border: 5px solid #c5c5c5;
  margin: 0 auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #04a6d4;
}

/*	:: BLOGS
--------------------------------------------- */

#breadcrumb {
  padding: 20px 0;
  font-size: 0.9em;
}

body.single-post #sub-tabs {
  display: none;
}

.ctaBlock {
  background: #efefef;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.blogTile h1 a,
.blogTile h1 {
  color: #fff !important;
  font-weight: 300 !important;
  font-family: "nimbus-sans", sans-serif !important;
  font-size: 30px !important;
  line-height: 32px !important;
}

#content .post .blogTile h1 a,
#content .post .blogTile h1 {
  font-size: 23px !important;
  line-height: 26px !important;
}

.blogTile .vc_gitem-link {
  color: #fff !important;
}

.blogAuthor img {
  height: 100px !important;
  width: 100px !important;
}

.blogAuthor h4 {
  font-size: 22px;
  color: #00b4dc;
}

.blogAuthor h4 .by {
  font-size: 12px;
  font-weight: 700;
  color: #595959;
}

.blogAuthor h5 {
  font-weight: 700;
}

.socialShare .a2a_kit a {
  display: inline-block !important;
}

.socialShare .a2a_kit {
  margin: 0 auto !important;
}

body.single-post #content .post {
  padding: 0 150px;
}

#content .post .blogPost .vc_column-inner {
  padding: 15px 25px;
}

body.single-post #content .post .entry-title {
  display: none;
}

#content .post p,
#content .post ul,
#content .post li {
  font-size: 16px;
  line-height: 22px;
}

#content .post h2 {
  font-size: 28px !important;
}

.testimonial {
  border-radius: 5px;
  position: relative;
  border: 2px solid #ddd;
}

.testimonial .blurb {
  background-color: #fff;
  padding: 20px;
  margin: 0;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  display: block;
  left: 30px;
  bottom: -28px;
  border-width: 14px;
  border-color: #ccc transparent transparent transparent;
}

.testimonial:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  display: block;
  left: 33px;
  bottom: -22px;
  border-width: 11px;
  border-color: #fff transparent transparent transparent;
}

.testimonial-image {
  margin: 20px 0;
}

.testimonial-image .vc_figure-caption {
  margin: 4.75em 2em;
  font-size: 0.8em;
  display: inline-block;
}

#content .post blockquote,
.testimonialBlock blockquote {
  padding: 2em 0 1em 4em;
  border-left: none;
  display: inline-block;
  color: #5fcbea !important;
  position: relative;
}

.homeTestimonials .testimonialBlock blockquote p {
  text-align: center !important;
  color: #fff !important;
}

#content .post blockquote p,
.testimonialBlock blockquote p {
  font-size: 1.5em;
  line-height: 1.1em;
}

.testimonialRow .testimonialBlock blockquote p {
  font-size: 1.25em;
  line-height: 1.3em;
}

blockquote .name {
  font-size: 1.25em !important;
  color: #5e5e5e;
}

#content .post blockquote::before,
.testimonialBlock blockquote::before {
  content: "“";
  font-size: 7.5em;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -30px;
}

@media only screen and (max-width: 768px) {
  #content .post {
    padding: 0 18px 41px 18px;
  }
  #content .post .blogPost .vc_column-inner {
    padding: 10px;
  }
  .testimonial-image .vc_figure-caption {
    margin: 0 1em;
  }
  .blogAuthor {
    text-align: center;
  }
  .socialShare {
    margin: 20px 0;
    text-align: center;
  }
  .socialShare .a2a_kit {
    width: 85%;
  }
  #content .post blockquote p,
  .testimonialBlock blockquote p {
    line-height: 1em !important;
    font-size: 1.25em !important;
  }
  #content .post blockquote p.name,
  .testimonialBlock blockquote p.name {
    font-size: 0.7em !important;
  }
  .testimonialRow .testimonialBlock blockquote p {
    font-size: 1.05em !important;
    line-height: 1.3em !important;
  }
  .blogTile h1 a,
  .blogTile h1 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
}

#content .post .mediawrap {
  display: none !important;
}

#content .post .vc_cta3 .vc_cta3-content header {
  padding-top: 0 !important;
}

#content .post .vc_cta3 .vc_cta3-content header h4 {
  margin-top: 0;
}

/*	:: LESSONS
--------------------------------------------- */

body.single-lesson .wpb_row,
body.single-lesson .entry > .wpb_row.row {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0px 0px 34px !important;
}

body.logged-in .coursePurchase {
  display: none;
}

body.logged-in .courseIntro {
  display: block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.logged-in .course-meta {
  display: block;
  margin-bottom: 0;
}

.coursePurchase {
  display: block;
  float: right;
}

.coursePurchase a.custom {
  padding: 13px 0px !important;
  width: 80% !important;
  margin-left: 0 !important;
  background-color: #ff3737 !important;
}

.coursePurchase a:active,
.coursePurchase a:hover {
  color: white !important;
}

.courseIntro {
  display: none;
}

.course-meta {
  display: none;
}

#content .lesson {
  padding: 5px;
}

#content .lesson .container .img-container {
  padding: 0 15px 0 0;
}

#content .lesson .entry ul li {
  font-weight: 400;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 25px;
  -webkit-margin-end: 0px;
}

#content .lesson .vc_row {
  margin-bottom: 0 !important;
}

#content .lesson .right {
  float: right;
}

#content .lesson h2 {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 20px !important;
  letter-spacing: 0.02em;
  line-height: 1.6rem !important;
}

#content .lesson h3 {
  text-transform: initial;
  font-style: italic;
  font-weight: 300 !important;
  font-size: 20px !important;
  font-family: "utopia-std-caption", serif !important;
  color: #00b3e8;
}

#content .lesson h3.caps {
  font-size: 24px !important;
}

#content .lesson .caption,
.wp-caption-text {
  font-weight: 400 !important;
  font-size: 16px !important;
  font-style: italic;
  font-family: "utopia-std-caption", serif !important;
  color: #00b3e8 !important;
}

#content .lesson .wp-caption {
  border: none;
}

.container .img-container .wrapper {
  max-width: 400px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.single-course {
  padding: 15px 0;
  border-bottom: 2px solid #cecece;
}

.single-course:last-child {
  border-bottom: none;
}

body.single-course .courseIntro h3 a {
  color: #5e5e5e;
}

body.single-course .courseIn h3 a:active,
body.single-course .courseIn h3 a:hover {
  color: #f72b33;
}

body.single-course ul.lessons-list a {
  font-weight: 400 !important;
}

.widget ul.course-progress-navigation li a {
  color: #ff3737 !important;
  font-size: 12px;
}

.widget ul.course-progress-navigation li a:hover {
  color: #00b3e8 !important;
}

.widget ul.course-progress-navigation li a span {
  display: inline-block;
  margin: 0 5px;
}

.widget ul.course-progress-navigation li.prev a span:after,
.widget ul.course-progress-navigation li.next a span:after {
  content: "Lesson";
  display: inline-block;
  margin-left: 5px;
}

.widget.widget_sensei_course_progress {
  padding-top: 20px;
}

.widget.widget_sensei_course_progress header {
  padding-top: 0 !important;
}

.widget.widget_sensei_course_progress .course-progress-module {
  padding-top: 15px;
}

.widget.widget_sensei_course_progress .course-progress-module .module-title {
  margin-top: 0 !important;
}

.widget ul.course-progress-navigation li a:after,
.widget ul.course-progress-navigation li a:before {
  font-size: 1em;
  top: 1px;
}

.lesson-sidebar .widget.widget_sensei_course_progress .course-title {
  margin-top: 0 !important;
}

.lesson-sidebar .widget.widget_sensei_course_progress .course-title {
  margin-top: 0;
}

div.sensei-message {
  font-weight: 700;
}

div.sensei-message a.next-lesson {
  font-size: 13px !important;
}

a.next-lesson::after {
  content: " >";
}

.course-meta span.amount {
  color: #fff !important;
}

article.module h2 a {
  color: #00b3e8 !important;
  font-size: 28px;
}

.module .module-lessons header,
.module .module-description {
  display: none;
}

.module .module-lessons header h3 {
  margin-top: 5px !important;
  font-size: 1.2em !important;
}

.module .module-lessons ul li a:hover {
  background: #efefef !important;
}

.module .module-lessons header {
  padding: 0.3em 0.3em 0.3em 20px !important;
}

.module .module-lessons ul li {
  line-height: 18px !important;
}

.module .module-lessons ul li a:before {
  line-height: 0.55em !important;
}

h3.course-title a {
  text-decoration: underline;
  color: #ff3737 !important;
  font-weight: 700;
}

.nav-next,
.nav-prev {
  background: #ff3737;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
}

.nav-next a,
.nav-prev a {
  color: #fff;
}

.nav-next:hover,
.nav-prev:hover {
  color: #fff;
  background: #ff3737;
}

.nav-next a:hover,
.nav-prev a:hover {
  color: #fff;
}

.lessonRow {
  float: left;
  width: 100%;
}

.twoThirdSize {
  float: left;
  width: 62%;
  margin: 2%;
}

.thirdSize {
  float: left;
  width: 29%;
  margin: 2%;
}

.sensei-breadcrumb {
  padding: 1.5em 1em !important;
  font-weight: 700;
}

.courseIntro h3 {
  margin-top: 15px !important;
  font-size: 22px !important;
}

.courseIntro h3 a {
  font-size: 22px;
  text-decoration: underline;
}

.courseIntro .wp-caption-text {
  background: #f8f8f8;
}

.course-container a.button,
.lesson .submit,
.lesson input[type="submit"] {
  font-weight: 700 !important;
  font-size: 16px !important;
}

.woocommerce a.button:hover {
  background-color: #c32329 !important;
}
.woocommerce a.button {
  background-color: #ff3737 !important;
  color: #fff !important;

  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.blueBox,
.redBox {
  padding: 1rem;
  color: #fff;
  font-family: "utopia-std-caption", serif !important;
  margin-bottom: 35px;
  font-size: 22px !important;
  line-height: 26px !important;
}

.blueBox {
  background: #00b3e8;
}

.redBox {
  background: none;
  background: none;
  color: #04a6d4;
  font-style: italic;
  padding: 0;
}

.redBox:before {
  content: "“";
  font-size: 4.25em;
  font-weight: 700;
  position: absolute;
  left: -45px;
  top: 10px;
}

.redBox,
.redBox ul li {
  line-height: 1.2em !important;
  font-weight: 700 !important;
  font-size: 26px !important;
}

.redBox em {
  font-family: "utopia-std-caption", serif !important;
  font-weight: 900;
  text-decoration: underline;
}

#content .lesson .entry .redBox ul li {
  list-style-type: none !important;
  margin-left: 0;
  margin-top: 0;
}

@media (min-width: 300px) and (max-width: 766px) {
  .redBox::before {
    margin-left: 1%;
  }

  .coursePurchase{
    float: none;
  }
}

@media (min-width: 767px) {
  .redBox::before {
    left: -20% !important;
  }

  .redBox {
    left: -10% !important;
    margin-left: -13% !important;
  }
}

.arrow-left:after {
  display: none;
}

.take-note,
.take-note-icon {
  display: none;
}

@media (max-width: 767px) {
  .redBox {
    margin-left: -80px;
  }

  .redBox {
    margin-left: 45px;
  }

  .redBox,
  .redBox ul li {
    line-height: 1.1em !important;
    font-size: 20px !important;
  }
  .redBox:before {
    left: 0;
  }
}

/* Take Note Change to Blockquote End */

.blueBox p,
.blueBox ul,
.blueBox ol,
.blueBox li,
.redBox p,
.redBox ul,
.redBox ol,
.redBox li {
  font-weight: 400;
  font-family: "utopia-std-caption", serif !important;
  font-size: 22px !important;
  line-height: 26px !important;
}

.removeArrow {
  padding: 1rem;
  background-image: none;
}

.bigLetter {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.blueTable {
  margin-bottom: 25px;
  color: #000;
  width: 100%;
}

table thead tr th {
  text-shadow: none;
}

.blueTable tbody {
  font-family: "utopia-std-caption", serif;
  font-style: italic;
}

.blueTable tbody td li {
  line-height: 18px !important;
}

.blueTable tbody td {
  padding: 15px;
  font-size: 1.15rem;
  line-height: 1.2rem;
  border: 0.15rem solid #949598;
  vertical-align: middle;
}

.blueTable tbody td.center {
  vertical-align: middle;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.25rem;
}

.blueTable thead tr {
  line-height: 1.25rem;
  color: #fff;
  background: #00b3e8;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  border: none;
}

.blueTable thead tr th {
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.blueTable tr:nth-child(even) {
  background-color: #f3f3f4;
}

.blueFilledTable {
  width: 100%;
  margin: 25px auto;
  color: #fff;
  background: #00b3e8;
  border: solid #a4daf0 1rem;
}

.blueFilledTable tr:nth-child(even) {
  background: #8dd7f5;
}

.blueFilledTableUnderline {
  border: none !important;
}

.blueSpacedTable {
  width: 100%;
  margin: 25px auto;
  color: #fff;
  border: none;
  text-align: center;
}

.blueSpacedTable td {
  padding: 0.5rem;
  background: #8dd7f5 !important;
  border: 1px solid #00b3e8;
}

.blueSpacedTable .bstDark,
.blueSegmentedTable .bstDark {
  background: #00b3e8 !important;
  border: none !important;
  color: #fff;
}

.blueSegmentedTable td,
.blueSegmentedTable thead tr:nth-child(2) th {
  text-align: left;
  border-bottom: 0.25rem solid #46acdc;
  vertical-align: top;
}

.blueSegmentedTable tr td:nth-child(3n + 0),
.blueSegmentedTable tr td:nth-child(4n + 0),
.blueSegmentedTable thead tr:nth-child(2) th:nth-child(3n + 0),
.blueSegmentedTable thead tr:nth-child(2) th:nth-child(4n + 0) {
  background: #e2f0f8;
  text-align: left;
}

.blueSegmentedTable {
  width: 100%;
  margin: 25px auto;
  border: none;
}

.simpleTable {
  width: 100%;
}

.simpleTable thead tr th {
  padding: 1rem;
  background: #00b3e8;
  color: #fff;
  text-align: left;
}

.simpleTable td {
  border-bottom: 1px solid #999;
  padding: 1rem;
}

.blueCell,
.darkblueCell,
.redCell,
.greyCell,
.greenCell,
.purpleCell {
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1rem !important;
  font-family: "nimbus-sans", helvetica, sans !important;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.25rem;
}

.blueCell {
  background: #00b3e8 !important;
  border: none;
  padding: 0.5rem 2rem;
  font-weight: bold;
}

.darkblueCell {
  background: #317cbb;
  border: 0.15rem solid #317cbb !important;
}

.purpleCell {
  background: #45348c !important;
  border: 0.15rem solid #45348c !important;
}

#content .lesson .blueCell h2,
#content .lesson .blueCell h3,
#content .lesson .blueCell h4 {
  color: #fff !important;
}

.redCell {
  background: #ff3737 !important;
  border: 0.15rem solid #ff3737 !important;
}

#content .lesson .redCell h3 {
  color: #fff !important;
}

.greyCell {
  text-align: center;
  background: #949598 !important;
  border: 0.15rem solid #949598;
}

.greenCell {
  text-align: center;
  background: #00a159 !important;
  border: 0.15rem solid #00a159;
}

.dashBox {
  padding: 1rem 2rem;
  margin-bottom: 25px;
  font-weight: bold;
  border: 5px dashed #999;
  width: 100%;
  float: left;
}

.halfSize {
  float: left;
  width: 46%;
  margin: 0 2% 5% 2%;
}

.quarterSize {
  float: left;
  width: 21%;
  margin: 0 2%;
}

.threeQuarterSize {
  float: left;
  width: 71%;
  margin: 0 2%;
}

.dashBorderTop {
  border-top: 0.25rem dashed #918f8f;
}

img.fullImg {
  width: 70%;
  margin: 0 5%;
}

img.halfSize {
  float: right;
  width: 40%;
  margin: 0 5% 5% 5%;
}

.single-lesson dl dt {
  margin-top: 1rem;
  color: #00b4dc;
  font-weight: bold;
}

.citation {
  font-size: 0.8rem !important;
  font-style: italic;
}

.caption {
  font-weight: 700;
  margin-bottom: 1%;
  color: #00b3e8;
  font-size: 0.9rem !important;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .courseIntro {
    text-align: center;
  }
  .courseIntro h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  section.lesson.entry.fix {
    width: 100% !important;
  }
  .lesson-sidebar {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  .module .module-status {
    position: inherit !important;
  }
  .arrow-left:after {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff3737;
    border-width: 20px;
    margin-top: -40px;
  }
  .quiz form ol#sensei-quiz-list,
  .quiz form ul#sensei-quiz-list {
    margin-left: 25px !important;
  }
  .quiz form ol#sensei-quiz-list li .answer_message,
  .quiz form ul#sensei-quiz-list li .answer_message {
    position: inherit !important;
    width: 100% !important;
    text-align: left !important;
  }
}

/*	:: NAV UPDATES
--------------------------------------------- */

nav#nv-tabs {
  float: left;
  /*margin-left: 40px;*/
  margin-top: 0px;
}

ul.icon-dock.clearfix {
  margin-top: 25px;
  border: none;
  box-shadow: none;
}

#nv-tabs ul li.hasdropmenu ul li span.dropmenu-icon {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

li.customfield.collapse {
  border: none;
}

h5.utility {
  font-size: 16px !important;
  margin-top: 8px;
}

li.shop-cart {
  font-size: 16px;
}

#toppanel {
  position: relative !important;
}

#header {
  margin-bottom: 0;
  min-height: 90px;
  z-index: 999;
}

#primary-wrapper #header-logo {
  margin-top: 5px;
}

#primary-wrapper .wrapper .row.content-wrap {
  margin-bottom: 0;
}

#header-logo {
  width: 170px !important;
  height: 71px !important;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #header-logo {
    width: 175px !important;
    margin: 10px 0 0 0 !important;
  }
  .stuck #header-logo {
    width: 170px !important;
    height: 20px !important;
  }
}

a.cart-contents {
  padding: 0 !important;
}

li.shop-cart {
  margin-top: 10px;
  margin-left: 15px;
}

.payment-history {
  float: right;
  margin-top: 8px;
}

span.grade {
  display: none;
}

.account-nav a {
  padding: 0 !important;
  margin-top: -2px !important;
}

.account-nav span {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
  display: inline-flex;
}

#nv-tabs ul {
  list-style: none;
  width: 50%;
  float: left;
  margin-left: 50px;
}

#nv-tabs.right {
  clear: right;
  float: none;
  width: inherit;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wc-smart-coupons {
  display: none !important;
}

.shop-cart {
  min-width: 140px;
  display: block;
  position: relative;
  float: right;
  padding-left: 10px;
}

.shop-cart .shop-cart-items {
  float: right;
  margin-top: 8px;
  margin-left: 6px;
}

.shop-cart span.shop-cart-icon {
  position: relative;
  width: 14px;
  display: block;
  float: right;
  margin-left: 0px;
  color: #489ad2;
  margin-top: 8px;
}

.utility span {
  display: block;
  float: right;
}

h5.utility {
  display: block;
  width: 140px;
  float: right;
  min-width: 140px;
  display: block;
  position: relative;
  float: right;
  padding-left: 10px;
}

.utility-nav {
  width: 30%;
  float: right;
  display: block;
  text-align: right;
}

.account-nav {
  width: 30%;
  float: right;
  display: block;
  text-align: right;
  margin-top: -13px;
}

#nv-tabs ul ul {
  min-width: 260px !important;
}

.shop-cart .shop-cart-items {
  float: right !important;
}

.shop-cart span.shop-cart-icon {
  margin-top: 8px;
}

#nv-tabs ul li ul li a {
  white-space: normal !important;
}

@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .utility-nav,
  .account-nav {
    display: table !important;
  }
  #nv-tabs ul {
    width: 75% !important;
    display: inline-flex;
    margin-bottom: 0 !important;
  }
  #nv-tabs.right {
    width: 100%;
  }
}

@media only screen and (min-width: 920px) and (max-width: 1120px) {
  #nv-tabs ul {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1120px) {
  .account-nav {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .account-nav a {
    padding: 0 !important;
    margin-top: 0px !important;
  }
  .account-nav span {
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    display: inline-flex;
  }
  .utility-nav {
    float: none;
    display: inline-flex;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: initial;
  }
  .shop-cart {
    padding-right: 10px;
    padding-left: 0px;
  }
  .shop-cart-icon a {
    padding: 0 !important;
  }
  .shop-cart span.shop-cart-icon {
    margin-top: 4px;
  }
  .shop-cart-itemnum {
    display: inline-flex !important;
  }
  h5.utility {
    color: black !important;
    width: auto;
  }
  #nv-tabs.right {
    width: 100% !important;
  }
  #nv-tabs ul {
    width: 60%;
    float: left;
    margin-bottom: 5px;
  }
}

.header-wrap.stuck #nv-tabs {
  margin-top: 13px !important;
}

/*.header-wrap.stuck #header-logo img {
      display:none;
    }*/

/*	:: GRAVITY FORMS CUSTOM CHANGES
--------------------------------------------- */

.gquiz-correct-choice {
  background: #c7fb9d;
  padding: 5px 5px 5px 0 !important;
}

.gftetimertext {
  margin-bottom: 20px !important;
}

.gftetimertext p {
  font-size: 26px !important;
  color: #ff3737;
}

.gfteCountdownTimer .gfte-hours,
.gfteCountdownTimer .gfte-hoursseparator {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .gftetimertext p {
    font-size: 20px !important;
  }
}

.gquiz-answer-explanation {
  background: #fbfbfb;
  padding: 20px;
  border: 1px solid #ccc;
}

.gform_wrapper .gfield_radio li label {
  font-size: 0.9em;
}

.gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}

body .gform_wrapper ul li.gfield,
body .gform_wrapper .top_label div.ginput_container,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important;
}

.gform_wrapper label.gfield_label {
  margin-bottom: 0 !important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-bottom: 15px !important;
}
/*  Make radio buttons pretty  */

li.gfield input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

li.gfield input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  border: 0.125em solid #fff;
  vertical-align: -0.125em;
  box-shadow: 0 0 0 0.15em #5e5e5e;
  -moz-box-shadow: 0 0 0 0.15em #5e5e5e;
  -webkit-box-shadow: 0 0 0 0.15em #5e5e5e;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

li.gfield input[type="radio"]:checked + label::before {
  background: #00b3e8;
  box-shadow: 0 0 0 0.2em #000;
  -moz-box-shadow: 0 0 0 0.2em #000;
  -webkit-box-shadow: 0 0 0 0.2em #000;
}

li.gfield input[type="radio"]:focus + label::after {
  content: "";
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}

/*	:: MY ACCOUNT CUSTOM CHANGES
--------------------------------------------- */

#my-courses #customer_login {
  display: none;
}

.my-account-listing a.blue-button {
  background: none !important;
  color: #52a8e8 !important;
}

.update-password .lost_reset_password p:first-child,
.update-password .lost_reset_password label {
  display: none;
}

.update-password .lost_reset_password .form-row-first::before {
  content: "Email address";
}

.woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 15px;
}

.woocommerce-address-fields .button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-error[role="alert"] {
  display: grid !important;
}

@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce-message[role="alert"] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    line-height: 1.7rem;
  }

  body.woocommerce-cart .woocommerce-message[role="alert"] a {
    padding: 10px !important;
    text-align: center;
  }
}
.gf_readonly .ginput_container_text,
.gf_readonly .ginput_container_email {
  color: #b9b9b9;
}

.entry ul.tabb li {
  list-style: none;
}

.woocommerce #customer_login .u-column2.col-2 {
  display: none;
}

.woocommerce #customer_login .u-column1 h2 {
  display: none;
}

.woocommerce-account .woocommerce form.login {
  max-width: 390px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 2rem !important;
  /* padding: 23px; */
}

.woocommerce-account #customer_login .u-column1.col-1 {
  width: 100% !important;
}

.woocommerce-MyAccount-navigation li {
  list-style: none !important;
  margin: 0;
  border-bottom: 1px solid #efefef;
}

.woocommerce-MyAccount-navigation li.is-active a {
  color: #000;
}

.woocommerce-MyAccount-navigation li a {
  padding: 5px;
  display: block;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation li a:hover {
  background: #efefef;
}

section#sensei-user-courses {
  width: 68%;
  float: right;
}

/* ----- Fixes 100% complete green meter Sensei 2.0 ----- */
.meter > span {
  padding: 0 10px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: right;
  color: #fff;
  min-width: 45px;
  font-weight: 700;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  #woo-slg-social-container-login {
    width: 100% !important;
    position: absolute;
    bottom: 750px;
    text-align: center;
  }
}

/*  ----- BR CONSULTING EDITS  ----- */

.ui-tabs .ui-tabs-nav {
  padding: 0 0 0 !important;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .payment-history {
    float: right;
    display: block;
    margin-bottom: 15px;
    position: relative;
  }
  .course-switcher.ui-widget-header,
  #mycourses.ui-widget-content {
    border: none !important;
    background: none !important;
    clear: both;
  }
  .HideMobile {
    display: none;
  }
  .ui-tabs .ui-tabs-nav {
    padding: 0 0 0 !important;
    overflow: hidden;
  }
  .ui-tabs ul.ui-tabs-nav li {
    margin: 0 4px 0px 0;
    padding: 0px;
    background: #eee;
    top: inherit;
  }
  .woocommerce-account .course-switcher li a {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 0;
  }
  .woocommerce-MyAccount-content p:nth-of-type(1) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .courselisting {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .courselisting .red-button {
    margin-bottom: 10px;
  }
  .courselisting .blue-button {
    padding-left: 0;
    display: block;
    text-align: left;
  }
}

@media only screen and (max-width: 360px) {
  .NotUser {
    display: block;
  }
}

@media only screen and (max-width: 375px) {
  .courselisting .course-lesson-progress {
    display: block;
  }
  .courselisting .course-lesson-count {
    display: block;
    float: inherit;
  }
}

@media only screen and (max-width: 320px) {
  #content {
    padding: 1rem;
  }
  .woocommerce-account .course-switcher li a {
    font-size: 14px;
    font-weight: bold;
  }
}

/*  ----- BR CONSULTING EDITS  ----- */

/*    :: CHECKOUT
--------------------------------------------- */

p.small {
  font-size: 14px;
}

.description {
  font-size: 13px;
  margin: 10px 0 0 0;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 15px;
  color: #9a9a9a;
}

.description p {
  line-height: 18px;
}

.description p:last-child {
  margin-bottom: 0;
}

div.woocommerce-thankyou-order-received h1 {
  color: #04a6d4 !important;
  margin-bottom: 5px;
}

div.woocommerce-thankyou-order-received .added_courses h2 {
  color: #767676 !important;
}

div.woocommerce-thankyou-order-received {
  font-size: 2em;
  text-align: center;
  border: 2px solid #00b3e8;
  border-radius: 5px;
  padding: 25px;
  background: #f7f7f7;
  color: #000;
  margin-bottom: 30px;
}

div.woocommerce-thankyou-order-received a.thanks_get_started {
  font-weight: 500;
  background: #d9272e;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
}

div.woocommerce-thankyou-order-received a.thanks_get_started:hover {
  background: #d80d0d;
  color: #fff;
}

a.thanks_get_started {
  font-size: 0.8em;
}

div.woocommerce-thankyou-order-received a {
  color: #d80d0d;
  text-decoration: none;
}

div.woocommerce-thankyou-order-received .added_courses a {
  font-size: 1.12rem !important;
  text-decoration: none !important;
}

div.woocommerce-thankyou-order-received .added_courses h2 {
  text-decoration: none !important;
  margin-bottom: 0 !important;
  margin-top: 15px;
  font-size: 28px !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details span {
  line-height: inherit !important;
}

.woocommerce-thankyou-order-received
  .bundled-product-name
  bundled_table_item_indent
  a {
  color: #000 !important;
}

div.woocommerce-thankyou-order-received .added_courses ul {
  margin-top: 5px;
}

div.woocommerce-thankyou-order-received .added_courses ul > li {
  list-style: none;
  line-height: 25px;
  margin-bottom: 0;
}

/*  order received */
.woocommerce-order-received .woocommerce-table__product-table.product-total {
  background-color: #f9f9f9 !important;
}

.woocommerce-order-received .woocommerce-Price-amount.amount {
  display: block !important;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  td {
  padding-right: 10px !important;
  width: auto;
  text-align: right;
}

.woocommerce-order-received .woocommerce-table__product-total.product-total {
  padding-right: 10px !important;
}

@media only screen and (max-width: 500px) {
  body.woocommerce-checkout
    .woocommerce-notice
    .woocommerce-notice--success
    .woocommerce-thankyou-order-received
    a {
    width: 100% !important;
    display: block;
  }

}

@media (max-width: 600px) {
  div.woocommerce-thankyou-order-received .added_courses h2 {
    font-size: 22px !important;
    margin-bottom: 0!important;
  }

  div.woocommerce-thankyou-order-received .added_courses a {
    font-size: 12.8px !important;
  }
  div.coupon{
    display: none !important;
  }
  .woocommerce-page table.cart td.actions {
    display: none !important;
  }
}

article#post-18 .woocommerce-order-downloads {
  display: none;
}

input.button:hover,
input[type="submit"]:hover,
.cart input.button:hover {
  color: #fff !important;
}

.Zebra_Tooltip {
  font-family: "nimbus-sans", helvetica, sans !important;
}

@media only screen and (max-width: 768px) {
  .woocommerce-page table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .input-text {
    width: 100% !important;
  }
}

/*	:: FOOTER
--------------------------------------------- */

#footer-wrap {
  padding: 20px 0;
}

#footer .skinset-footer .widget.widget_nav_menu li a:before {
  content: "" !important;
  margin-top: 0;
  margin-right: 0;
}

#footer .social {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  padding: 0 10px 0 0;
}

#footer .columns {
  padding: 0;
}

#footer a {
  color: #04a6d4 !important;
  display: inline-block;
  cursor: pointer;
}

#footer a:hover {
  color: #6c6c6c !important;
}

#footer .widget_nav_menu ul li a:before {
  content: none !important;
}

#footer .widget li {
  padding: 5px 0;
  color: #6c6c6c !important;
}

#footer h4 {
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  color: #6c6c6c !important;
  margin-bottom: 0.1em;
}

#footer #text-3 {
  padding-top: 20px !important;
}

#footer li.menu-item-has-children > a {
  cursor: none;
}

#footer li.menu-item-has-children > a:hover {
  color: #04a6d4;
}

#footer .block.columns ul:last-child {
  margin-bottom: 0 !important;
}

.lowerfooter-wrap {
  margin-top: 20px;
}

.lowerfooter .columns {
  padding: 0;
}

/*	:: CUSTOM
--------------------------------------------- */

.certbox {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .certbox {
    width: 100%;
  }
}

#content {
  min-height: 600px;
}

.styledbox p:first-child,
#primary-wrapper .styledbox .button-wrap,
.styledbox .blockquote_quotes p,
.styledbox .blockquote_quotes.left,
.styledbox .blockquote_quotes.right,
.gallery-wrap .row,
.row.main-row,
.row.content-wrap,
#content footer.row,
.row.no-margin-bottom,
.intro-text .post-titles h1,
.intro-text .post-titles h2,
body.page #content article,
#footer .block.columns,
#footer .block.columns li.widget:last-child,
#footer .block.columns ul:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #primary-wrapper .column,
  #primary-wrapper .columns {
    margin-bottom: 0 !important;
  }
}

.utility {
  color: #e86ff4;
}

.vc_single_bar .vc_label {
  padding: 5px 15px !important;
}

/*	:: CUSTOM MOBILE
--------------------------------------------- */

@media only screen and (max-width: 768px) {
  html {
    margin-top: 0 !important;
  }
  body,
  p,
  ul {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  #mobile-tabs {
    padding-bottom: 50px !important;
    background-color: #04a6d4 !important;
    color: #fff !important;
    font-size: 24px !important;
  }
  #mobile-tabs #mobilemenu a,
  #mobile-tabs #mobilemenu .extended-menu ul li > a {
    color: #fff !important;
    font-size: 24px;
  }
  @media only screen and (max-width: 768px) {
    #mobile-tabs a {
      padding: 5px 0 !important;
    }
    #mobile-tabs ul a {
      font-weight: 700 !important;
      text-transform: uppercase;
    }
    #mobile-tabs ul ul a {
      padding-left: 30px !important;
      font-weight: 400 !important;
      text-transform: inherit;
    }
    #mobile-tabs ul ul ul a {
      padding-left: 60px !important;
    }
    .mobilemenu-init {
      float: right;
    }
  }
  #mobile-tabs .custom-content h5 {
    font-size: 24px !important;
    color: #fff;
  }
  #mobile-tabs .custom-content .fa {
    color: #fff !important;
  }
  #mobile-tabs .custom-content .fa .fa-phone,
  #mobile-tabs .custom-content a {
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
  }
  .utility {
    color: #fff !important;
  }
  .header-wrap.stuck #header-logo {
    width: auto;
  }
  .header-wrap.stuck #header-logo,
  #header-logo {
    float: left !important;
    width: 120px !important;
  }
  .header-wrap.stuck .toppaneltrigger.mobile,
  .header-wrap.stuck .mobilemenu-init {
    margin: 15px 5px 0 5px !important;
  }
  .toppaneltrigger.mobile,
  .mobilemenu-init {
    margin: 25px 5px 0 5px !important;
  }
  @media screen and (max-width: 782px) {
    html {
      margin-top: 0 !important;
    }
  }
  .certs a.button {
    float: right;
    clear: both;
    margin-top: -90px;
  }
  .certs {
    background: white;
    padding: 34px;
    width: 75%;
    margin-bottom: 30px;
  }
  .certs img {
    height: 150px;
    float: left;
    margin-top: -28px;
    margin-left: -30px;
  }
  .cert li:nth-of-type(1) {
    display: none;
  }
  .cert li:nth-of-type(2) {
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .certs {
      width: 100%;
      float: left;
      margin-bottom: 10px;
    }
    .certs a.button {
      float: left;
      margin-top: 5px;
      margin-right: 10px;
    }
  }
}

/*  ----- BR CONSULTING EDITS - Make the WooCommerce Table Responsive for Mobile ----- */

@media screen and (max-width: 768px) {
  .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
    thead {
    display: none !important;
  }

  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order,
  .woocommerce-MyAccount-paymentMethods {
    display: flex !important;
    width: 100%;
    flex-direction: column;
  }

  .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table
    thead {
    display: none !important;
  }

  .woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table
    tbody
    tr {
    display: flex !important;
    flex-direction: column;
  }
}

.woocommerce-orders-table__cell-order-actions a.button {
  margin-right: 0.4rem;
}

@media screen and (max-width: 600px) {
  body.woocommerce-account .woocommerce-page table.shop_table,
  body.woocommerce-account .woocommerce-page table.shop_table thead,
  body.woocommerce-account .woocommerce-page table.shop_table tbody,
  body.woocommerce-account.woocommerce-page table.shop_table th,
  body.woocommerce-account.woocommerce-page table.shop_table td {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  body.woocommerce-account .woocommerce-page .shop_table_responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body.woocommerce-account .woocommerce-page .shop_table_responsive td {
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 40% !important;
    clear: both;
    color: #000;
  }
  body.woocommerce-account .woocommerce-page .shop_table_responsive {
    border: none;
    margin-top: 20px !important;
  }
  body.woocommerce-account
    .woocommerce-page
    .table.shop_table
    td.product-spacer {
    border-color: #fff;
    height: 10px;
  }
  body.woocommerce-account .woocommerce-page .shop_table_responsive a.button {
    padding: 0.4rem 0.8rem;
    font-size: 14px;
    margin-bottom: 0.4rem;
  }
  body.woocommerce-account .woocommerce-page .shop_table_responsive td:before {
    font-weight: bold;
    width: 30%;
    height: 100%;
    float: left;
    margin-left: -115px;
    margin-bottom: 10px;
    clear: both;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  body.woocommerce-account .woocommerce-page table.shop_table,
  .woocommerce-page table.shop_table {
    border-width: 0 !important;
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Order"]:before {
    content: "Order";
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Date"]:before {
    content: "Date";
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Status"]:before {
    content: "Status";
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Total"]:before {
    content: "Total";
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Actions"]:before {
    content: "Actions";
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Product"]:before {
    content: "Product";
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Downloads remaining"]:before {
    content: "Downloads remaining";
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Expires"]:before {
    content: "Expires";
  }
  body.woocommerce-account
    .woocommerce-page
    .shop_table_responsive
    td[data-title="Download"]:before {
    content: "Download";
  }
}

@media screen and (max-width: 375px) {
  body.woocommerce-account .woocommerce-page table.shop_table td {
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 35% !important;
    clear: both;
    color: #000;
  }
  body.woocommerce-account .woocommerce-page .shop_table_responsive td:before {
    font-weight: bold;
    width: 30%;
    height: 100%;
    float: left;
    margin-left: -90px;
    margin-bottom: 10px;
    clear: both;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
}

/*  ----- END BR CONSULTING EDITS - Make the WooCommerce Table Responsive for Mobile ----- */

/*  ----- BR CONSULTING EDITS - Optimize Blog Posts for Mobile ----- */

li.mobile-my-account {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nextprevious_posts .alignleft,
  .nextprevious_posts .alignright {
    max-width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .dock-panel-wrap .dock-custom-0 {
    display: none !important;
  }

  .dock-panel-wrap .account-nav {
    display: none !important;
  }

  li.mobile-my-account {
    display: block;
    position: absolute;
    right: 85px !important;
  }

  .cart-items-icon {
    right: 35px !important;
  }

  .blogPost {
    padding-top: 0px !important;
  }

  .post h1.vc_custom_heading {
    margin-top: -30px;
  }

  #custom_html-2 {
    font-size: 1.2rem;
    padding-top: 0.8rem;
  }

  #custom_html-2 i::before {
    padding-right: 0.8rem;
  }

  .acoda_share_post li .text {
    display: none;
  }

  .nextprevious_posts span {
    text-align: center;
    margin: 0 0 1em 0;
    float: none;
  }
}
.nextprevious_posts span {
  line-height: 1.2;
}

/*  ----- END BR CONSULTING EDITS - Optimize Blog Posts for Mobile ----- */

/*
* Sticky sidebar prevents menu from showing c
* orrectly so we need to user !important on the transform
* This is only for the mobile menu
*/

@media only screen and (max-width: 768px) {
  .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item {
    max-width: 30%;
  }

  body.post-template-default .vc_gitem-animated-block {
    max-width: 21vw;
  }
}
@media only screen and (min-width: 64.063em) {
  body.dock-active #container {
    transform: translateX(400px) !important;
  }
}

.dock-active #container {
  transform: translateX(100%) !important;
}

/* -- Blog Post "Keep reading" edits*/
@media screen and (max-width: 600px) {
  .keepReading .vc_pageable-slide-wrapper.vc_clearfix {
    flex-direction: column;
  }

  .keepReading .blogTile {
    width: 93vw !important;
  }
}

@media screen and (max-width: 637px) {
  .keepReading h1 {
    -webkit-line-clamp: 2 !important;
  }
}

@media screen and (max-width: 768px) {
  .keepReading h1 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px !important;
    font-size: 20px !important;
  }

  .keepReading .vc_gitem-post-data-source-post_date {
    font-size: smaller;
  }

  .btnRedOutline a {
    padding: 7px !important;
  }
}

.keepReading h1 {
  padding: 0 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
  display: block !important;
}

.vc_gitem-zone > .vc_gitem-zone-mini > .vc_gitem_row,
div.vc_gitem-zone > .vc_gitem-zone-mini > .vc_gitem_row {
  position: relative !important;
}

.recalc-rows .vc_gitem-zone-mini .vc_gitem-col .vc_custom_heading h1 {
  min-height: 120px;
}

@media screen and (max-width: 1024px) {
  .recalc-rows .vc_gitem-zone-mini .vc_gitem-col .vc_custom_heading {
    margin-top: 0;
  }

  .recalc-rows .vc_gitem-zone {
    height: 300px;
  }

  .recalc-rows .vc_gitem-zone-mini .vc_gitem_row {
    position: absolute !important;
  }

  .recalc-rows .vc_grid-item {
    width: 100% !important;
  }

  body.post-template-default
    .vc_gitem-zone
    > .vc_gitem-zone-mini
    > .vc_gitem_row {
    position: relative !important;
  }
}
/* -- END Blog Post "Keep reading" edits*/

/*  ----- My Account Navigation Icons ----- */

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  padding-left: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content{
  width: 73%;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: none;
  color: #489ad0;
}

body.woocommerce-account ul li a:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

body.woocommerce-account ul li.my-account-nav-burger {
  display: none;
}

body.woocommerce-account ul li.my-account-nav-burger a:before {
  content: "\f0c9";
  left: 2px;
  margin-top: -8px;
}

body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  content: "\f3fd";
}

body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  content: "\f291";
}

body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  content: "\f019";
  left: 0;
}

body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  content: "\f3c5";
  left: 2px;
}

body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  content: "\f09d";
  left: -1px;
}

body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  content: "\f4ff";
  left: 1px;
}

body.woocommerce-account
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  content: "\f2f5";
}

@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: none;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
    display: block;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul.active li {
    display: block;
  }

  body.woocommerce-account
    .woocommerce-MyAccount-navigation
    ul.active
    li:first-child
    a:before {
    content: "\f00d";
    font-size: 24px;
    margin-top: -13px;
    font-weight: 300;
  }

  body.woocommerce-account
    .woocommerce-MyAccount-navigation
    ul.active
    li.is-active {
    display: none;
  }
}
/*  ----- END My Account Navigation Icons ----- */

/** -- Enhanced Login Screen start*/
body.woocommerce-account .content-wrap.login-screen {
  max-width: 100%;
}

body.woocommerce-account .content-wrap.login-screen .row {
  position: initial;
}

body.woocommerce-account
  .content-wrap.login-screen
  .login-wrap
  .content-wrap
  .u-column2.col-2 {
  float: right !important;
}

.section.login-wrap {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

#container .section.login-wrap h4 {
  font-size: 36px !important;
  margin-bottom: 25px;
}

@media only screen and (max-width: 64.063em) {
  #container .section.login-wrap h4 {
    font-size: 28px !important;
  }
}

.section.login-wrap .image {
  min-height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.section.login-wrap .image img {
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section.login-wrap button[name="login"] {
  margin: 10px 0;
}

.section.login-wrap input[name="rememberme"] {
  margin-left: 0;
  margin-top: 0;
  top: 1px;
  position: relative;
}

.section.login-wrap .login-btn {
  float: left;
}

.section.login-wrap .lost_password {
  float: right;
}

.section.login-wrap .lost_password a {
  margin-top: 5px;
  display: inline-block;
}

.section.login-wrap .wc-social-login p {
  margin-bottom: 12px;
}

.wc-social-login a.button-social-login,
.wc-social-login a.button-social-login:hover {
  color: #fff;
}

.wc-social-login p {
  display: none;
}

@media (max-width: 768px) {
  .section.login-wrap,
  .section.login-wrap #content {
    min-height: inherit;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }

  .section.login-wrap .image {
    display: none;
  }

  .section.login-wrap form.login {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .section.login-wrap .lost_password a {
    font-size: 14px;
  }
}

/** -- Enhanced Login Screen end*/

/* -- Highlight navigation menu item --*/

li.menu-item.red > a:first-child {
  color: #ff3737;
}
li.menu-item.red:first-child:after {
  color: #000;
}

#acoda-tabs ul.menu ul li.highlight a,
.dock-menu-tabs ul.dock_menu ul li.highlight a {
  color: #ff3737 !important;
  position: relative;
  padding-left: 35px;
}

.dock-menu-tabs ul.dock_menu ul li.highlight a {
  padding-left: 30px;
}

#acoda-tabs ul.menu ul li.highlight a:hover {
  padding-left: 35px;
}

.dock-menu-tabs ul.dock_menu ul li.highlight a:hover {
  padding-left: 30px;
}

#acoda-tabs ul.menu ul li.highlight a:before,
.dock-menu-tabs ul.dock_menu ul li.highlight a:before {
  content: "\f559";
  color: #00b4dc;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
}

.dock-menu-tabs ul.dock_menu ul li.highlight a:before {
  left: 9px;
  margin-top: -11px;
}
/* -- Highlight navigation menu item end --*/

.woocommerce form .form-row input.input-text[readonly] {
  color: #b9b9b9;
  cursor: not-allowed;
}

/* --Help Center Styles start -- */
.greeting {
  float: left;
  width: 100%;
}

.greeting p {
  float: left;
  margin-top: 0 !important;
}

.greeting .hc-btn {
  background: #ff3737;
  border-radius: 6px;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  float: right;
  padding: 8px 10px 7px 10px;
  position: relative;
  z-index: 1;
}

.woocommerce-MyAccount-content .greeting {
  justify-content: space-evenly;
}

.greeting .hc-btn i {
  margin-right: 7px;
  font-size: 14px;
}

.payment-history {
  /*Satori moonshot override*/
  position: relative;
}

.greeting.inverted {
  justify-content: right !important;
  display: flex;
}

.greeting.inverted .hc-btn {
  background-color: white;
  color: #ff3737 !important;
  border: 1px solid #ff3737 !important;
  border-radius: 6px;
}

#mycourses {
  float: left;
  width: 100%;
  margin-top: -30px;
}

@media only screen and (max-width: 639px) {
  #mycourses {
    margin-top: 0;
  }
}

/* --Help Center Styles end -- */

/**
* Shop custom select for products
*/
.select-button-wrapper {
  position: relative;
}

.select-button-wrapper:hover {
  cursor: pointer;
}

.select-button-wrapper:after {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2264%22%20height%3D%2264%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%3C%21--%20Created%20with%20Method%20Draw%20-%20http%3A//github.com/duopixel/Method-Draw/%20--%3E%0A%0A%20%3Cg%3E%0A%20%20%3Ctitle%3Ebackground%3C/title%3E%0A%20%20%3Crect%20fill%3D%22none%22%20id%3D%22canvas_background%22%20height%3D%2266%22%20width%3D%2266%22%20y%3D%22-1%22%20x%3D%22-1%22/%3E%0A%20%20%3Cg%20display%3D%22none%22%20overflow%3D%22visible%22%20y%3D%220%22%20x%3D%220%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20id%3D%22canvasGrid%22%3E%0A%20%20%20%3Crect%20fill%3D%22url%28%23gridpattern%29%22%20stroke-width%3D%220%22%20y%3D%220%22%20x%3D%220%22%20height%3D%22100%25%22%20width%3D%22100%25%22/%3E%0A%20%20%3C/g%3E%0A%20%3C/g%3E%0A%20%3Cg%3E%0A%20%20%3Ctitle%3ELayer%201%3C/title%3E%0A%20%20%3Cg%20stroke%3D%22null%22%20id%3D%22svg_7%22%3E%0A%20%20%20%3Cpath%20stroke%3D%22null%22%20fill%3D%22%23ffffff%22%20id%3D%22svg_4%22%20d%3D%22m20.600685%2C39.98382l32.127885%2C0c0.79559%2C0%201.493469%2C-0.526072%201.708807%2C-1.290173l7.113546%2C-24.89625c0.15282%2C-0.536724%200.048161%2C-1.113272%20-0.288507%2C-1.559229c-0.33713%2C-0.444568%20-0.861349%2C-0.70714%20-1.420763%2C-0.70714l-43.346272%2C0l-1.271185%2C-5.720104c-0.180606%2C-0.814577%20-0.903028%2C-1.392979%20-1.736593%2C-1.392979l-10.788175%2C0c-0.982679%2C0%20-1.778271%2C0.795591%20-1.778271%2C1.778271c0%2C0.983143%200.795591%2C1.778271%201.778271%2C1.778271l9.360928%2C0l6.421687%2C28.896897c-1.889412%2C0.821524%20-3.216169%2C2.702138%20-3.216169%2C4.890708c0%2C2.941556%202.393256%2C5.334812%205.334812%2C5.334812l32.127885%2C0c0.983142%2C0%201.778271%2C-0.795128%201.778271%2C-1.778271c0%2C-0.982681%20-0.795129%2C-1.778271%20-1.778271%2C-1.778271l-32.127885%2C0c-0.979438%2C0%20-1.778271%2C-0.796981%20-1.778271%2C-1.778271s0.798832%2C-1.778271%201.778271%2C-1.778271zm0%2C0%22/%3E%0A%20%20%20%3Cpath%20stroke%3D%22null%22%20fill%3D%22%23ffffff%22%20id%3D%22svg_5%22%20d%3D%22m18.822415%2C52.431714c0%2C2.942018%202.393256%2C5.334812%205.335275%2C5.334812c2.941556%2C0%205.334812%2C-2.392793%205.334812%2C-5.334812c0%2C-2.941556%20-2.393256%2C-5.334812%20-5.334812%2C-5.334812c-2.942019%2C0%20-5.335275%2C2.393256%20-5.335275%2C5.334812zm0%2C0%22/%3E%0A%20%20%20%3Cpath%20stroke%3D%22null%22%20fill%3D%22%23ffffff%22%20id%3D%22svg_6%22%20d%3D%22m43.837218%2C52.431714c0%2C2.942018%202.393256%2C5.334812%205.334812%2C5.334812c2.942018%2C0%205.334812%2C-2.392793%205.334812%2C-5.334812c0%2C-2.941556%20-2.392793%2C-5.334812%20-5.334812%2C-5.334812c-2.941556%2C0%20-5.334812%2C2.393256%20-5.334812%2C5.334812zm0%2C0%22/%3E%0A%20%20%3C/g%3E%0A%20%3C/g%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  z-index: 1;
}

.select-button {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20version%3D%221.1%22%20style%3D%22%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22491.996%22%20height%3D%22491.996%22%3E%3Crect%20id%3D%22backgroundrect%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%220%22%20y%3D%220%22%20fill%3D%22none%22%20stroke%3D%22none%22/%3E%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%0A%3Cg%20class%3D%22currentLayer%22%20style%3D%22%22%3E%3Ctitle%3ELayer%201%3C/title%3E%3Cg%20id%3D%22svg_1%22%20class%3D%22%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%221%22%3E%0A%09%3Cg%20id%3D%22svg_2%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%221%22%3E%0A%09%09%3Cpath%20d%3D%22M484.132%2C124.986l-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86c-7.208%2C0-13.964%2C2.792-19.036%2C7.86l-183.84%2C183.848%20%20%20%20L62.056%2C108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968%2C2.788-19.036%2C7.856l-16.12%2C16.128%20%20%20%20c-10.496%2C10.488-10.496%2C27.572%2C0%2C38.06l219.136%2C219.924c5.064%2C5.064%2C11.812%2C8.632%2C19.084%2C8.632h0.084%20%20%20%20c7.212%2C0%2C13.96-3.572%2C19.024-8.632l218.932-219.328c5.072-5.064%2C7.856-12.016%2C7.864-19.224%20%20%20%20C491.996%2C136.902%2C489.204%2C130.046%2C484.132%2C124.986z%22%20id%3D%22svg_3%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%221%22/%3E%0A%09%3C/g%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_4%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_5%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_6%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_7%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_8%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_9%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_10%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_11%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_12%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_13%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_14%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_15%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_16%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_17%22%3E%0A%3C/g%3E%3Cg%20id%3D%22svg_18%22%3E%0A%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #ff3737 !important;
  background-size: 14px;
  background-position: 95% center;
  padding-left: 55px;
  padding-right: 55px;
  border-radius: 5px;
  height: 55px;
  margin-bottom: 5px;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px;
}

.select-button option {
  background: #fff;
  color: #000 !important;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
  list-style-type: none;
}

body.woocommerce-order-received .sensei-message.info {
  display: none;
}

/* checkout upsells start */
label.upgrade {
  color: #ff3737;
  border: 1px solid #eee;
}

label.upgrade span {
  color: #5e5e5e;
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  margin-top: 8px;
}

label.upgrade input {
  margin: 0 0 0 5px;
  top: 3px;
  position: relative;
  width: 14px;
  height: 14px;
}

.woocommerce #order_review table.shop_table td {
  vertical-align: top;
}

.woocommerce #order_review table.shop_table .product-quantity {
  display: inline-block;
}

section.upsells ul.products.column-4 li.product {
  height: 10rem !important;
}
/* checkout upsells end */

/* Cart Cross-Sells start*/
.woocommerce-cart
  #container
  .cart-collaterals
  .cross-sells
  ul.products
  li.product {
  padding: 15px !important;
  margin: 0 2% 1em 0 !important;
}

.cross-sells h3:not(.product-title) {
  font-weight: 400;
  color: #3F92C8;
  font-size: 2rem;
  line-height: 2!important;
}

.product-name{
font-size:16px!important;
}

.woocommerce-checkout .showlogin:hover{
  color: #04baed!important;
}

button#place_order.button.alt.wp-element-button{
border-radius:5px;
}

.woocommerce-cart
  #container
  .cart-collaterals
  .cross-sells
  ul.products
  li.product
  h3.product-title,
.woocommerce-page.single h3.product-title,
#container .related ul.products li.product h3.product-title {
  min-height: 50px;
  font-size: 1em !important;
}

@media only screen and (max-width: 64.063em) {
  .woocommerce-cart
    #container
    .cart-collaterals
    .cross-sells
    ul.products
    li.product
    h3.product-title,
  .woocommerce-page.single #container ul.products li.product h3.product-title,
  #container .related ul.products li.product h3.product-title {
    font-size: 0.85em !important;
  }
}

@media (max-width: 479px) {
  .woocommerce-cart
    #container
    .cart-collaterals
    .cross-sells
    ul.products
    li.product,
  .woocommerce-page.single #container ul.products li.product {
    width: 100%;
  }

  .cross-sells h2{
    margin: 0 auto 1rem auto;
    font-size: 1.75rem;
  }
}

.woocommerce-shipping-methods .shipping_method {
  margin: 7px 3px 5px 0;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  display: block;
}

.woocommerce ul#shipping_method label,
.woocommerce-page ul#shipping_method label {
  display: inline-block;
}

.product-total s {
  color: lightgray !important;
}

.product-total {
  color: black !important;
}

/* Cart Cross-Sells end*/

/* FAQ Page */

.section.faq {
  padding: 0 15px;
  float: left;
  width: 100%;
}

.faq-sidebar {
  width: 35%;
  float: left;
  /* margin-top: 15px; */
}

.faq-sidebar .category-list {
  margin: 15px 0;
  padding-left: 0;
}

.faq-sidebar .category-list li {
  margin: 8px 0;
}

.faq-sidebar .category-list li a {
  color: #5e5e5e;
  display: block;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  position: relative;
}

.faq-sidebar .category-list li a:hover,
.faq-sidebar .category-list li.current a {
  color: #ff3737;
}

.faq-sidebar .category-list li.current a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  position: absolute;
  font-weight: 700;
  top: 50%;
  margin-top: -16px;
  right: 0;
}

.faq-sidebar .input-search {
  position: relative;
  padding-right: 105px;
}

.faq-sidebar .input-search button {
  background: #ff3737;
  position: absolute;
  padding-right: 35px;
  right: 0;
  top: 0;
  width: 6.5rem;
  display: flex;
  justify-content: space-around;
}

.faq-sidebar .input-search button:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
}

.faq-sidebar .greeting .hc-btn {
  float: left;
}

.faq-sidebar .input-search input {
  position: relative;
  z-index: 2;
}

.faq-content {
  width: 60%;
  float: right;
  margin-top: 15px;
  position: relative;
}

#container .panel-group .panel-collapse.in {
  display: block;
}

#container .panel-group .panel h2.panel-title {
  font-size: 1.4rem !important;
  line-height: 1.6rem !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#container .panel-group .panel h2.panel-title a {
  color: #5e5e5e;
  font-weight: 500;
  display: block;
  position: relative;
  padding-right: 20px;
}

#container .panel-group .panel h2.panel-title a:hover,
#container .panel-group .panel h2.panel-title.in a {
  color: #04a6d4;
}

#container .panel-group .panel h2.panel-title a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: 700;
  top: 50%;
  margin-top: -7px;
  right: 0;
}

#container .panel-group .panel h2.panel-title.in a:after {
  content: "\f106";
}

@media (max-width: 991px) {
  .faq-content,
  .faq-sidebar {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #container .panel-group .panel h2.panel-title {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
  }
}

.overlay-spinner {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.overlay-spinner .spinner {
  background: url(../../../images/preloader.gif) no-repeat center center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-top: -16px;
  margin-left: -16px;
}

/* FAQ Page End */

/* Handbook product page optimization */

.woocommerce-page.single #container #content {
  padding-top: 0;
}

.woocommerce-page.single div.product form.cart table.variations,
.woocommerce-page.single div.product p.price {
  margin-bottom: 0;
}

.woocommerce-page.single .related,
.woocommerce-page.single .product_meta .sku_wrapper,
.woocommerce-page.single .product_meta .posted_in {
  display: none;
}

.woocommerce-page.single .type-product #sub-tabs {
  margin-bottom: 0;
}

.woocommerce-page.single h1.entry-title {
  text-align: left;
}

.woocommerce-page.single #content div.product form.cart .button {
  vertical-align: middle;
  font-weight: 700;
  background-color: #ff3737 !important;
  color: #fff !important;
  box-shadow: inset 0 1px 10px 1px #ff3737, 0px 1px 0 rgba(85, 85, 85, 0.5),
    0 0 0px rgba(85, 85, 85, 0.5), 0 2px 4px 1px rgba(85, 85, 85, 0.5);
  border: 1px solid #fff !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.entry > .vc_row.wpb_row {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Handbook product page optimization end */

@media (min-width: 1200px) {
  .container,
  .footer-container {
    max-width: 1195px;
  }

  .container {
    max-width: 1200px !important;
  }
}

/* Journal Articles Page */
.section-articles {
  margin-left: 2%;
  margin-right: 2%;
}

.section.articles h1{
  margin-bottom: 1rem;
}

#datafetch {
  float: right;
}

#datafetch .row-tiles {
  display: flex !important;
  margin-bottom: 0 !important;
}

#datafetch .row-tiles .row .col-grid,
.col-grid {
  margin-bottom: 1rem;
  height: 21rem !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#datafetch .col-grid .card {
  border-radius: 0 !important;
}

#datafetch .card {
  border: none;
  background-color: dodgerblue;
  color: white;
  height: 100%;
  margin-bottom: 3rem;
  color: white;
  text-align: center;
}

#datafetch .blog-tile h1.card-title {
  font-size: 1.5rem !important;
  padding: 0 1rem;

}

#datafetch .card-date {
  margin-bottom: 1rem;
  padding-top: 2rem;
}

#datafetch .card-heading {
  margin-bottom: 1rem;
}

#datafetch .card-title a {
  color: white !important;
  padding: 0 2px;
}

#datafetch .card-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  background-clip: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#datafetch .blog-tile {
  height: 65%;
}

#datafetch .card-button {
  border: 2px solid red;
  width: 50%;
  padding: 1rem;
  display: inline;
  margin-top: auto;
}

#datafetch .card-button a {
  color: white !important;
}

.faq-sidebar.search_articles.is_stuck .theiaStickySidebar {
  width: max-content !important;
}

@media (max-width: 991px) {
  .section.articles {
    margin: 0 1.5rem;
  }

  .row-tiles {
    grid-template-columns: repeat(auto-fill, minmax(100vw, 1fr));
  }

  #datafetch {
    grid-column: auto;
    margin-bottom: 0;
    margin-top: 1rem;
  }

  .col-grid {
    padding: 4px !important;
  }

  .faq-sidebar.search_articles {
    position: relative !important;
  }
}

@media (max-width: 1024px) {
  .faq-sidebar.search_articles {
    padding-left: 0 !important;
  }
}
/*Journal Articles Page End*/

.download-file a {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 660px) {
  .product-type-bundle h3 {
    /* width: max-content; */
  }
  .product-type-bundle .price {
    line-height: 1;
  }
}

@media only screen and (max-width: 768px) {
  body.woocommerce-account
    .shop_table_responsive
    td[data-title="Download"]:before,
  body.woocommerce-account
    .shop_table_responsive
    td[data-title="Product"]:before {
    display: none !important;
  }
}

.post.product.type-product > span.price {
  margin-top: -1rem !important;
}

.products.columns-4 li {
  display: inline-grid !important;
}

@media only screen and (max-width: 900px) {
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product {
    position: relative !important;
  }

  .related ul.products.columns-4 li.product h3.product-title {
    margin-bottom: 1rem;
  }

  .related ul.products.columns-4 li.product span.price {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 500px) {
  body.woocommerce-cart ul.products.columns-4 {
    display: grid;
  }

  .related ul.products.columns-4 li.product span.price {
    margin-bottom: 3rem;
  }

  ul.products.columns-2 {
    display: flex !important;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  body.woocommerce-cart #content h3 {
    font-size: 1.2rem !important;
  }

  span.price {
    display: flex !important;
    line-height: 2;
  }
}

html {
  margin-top: 0px !important;
}

@media (min-width: 780px) {
  .sidebar.wpb_column.vc_column_container_none.vc_col-sm-4.vc_col-has-fill {
    padding-left: 0 !important;
  }

  .social-template {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

/* Megacode pages buttons on quiz passed */
.custom-card-left.wpb_column.vc_column_container_none.vc_col-sm-6 br,
.custom-card-right.wpb_column.vc_column_container_none.vc_col-sm-6 br {
  display: none !important;
}

.bottom-two-cards {
  display: flex;
  justify-content: space-between;
}

.custom-card-right,
.custom-card-left {
  box-shadow: 0 0 9px -5px;
  border-radius: 15px;
  display: block;
  margin: 0 1em;
}

.bottom-two-cards h2.vc_custom_heading {
  padding: 1rem;
  margin: 0 -1rem 1rem -1rem;
  font-size: 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-card-right p,
.custom-card-left p {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  margin: 0.3rem 2rem;
}

.bottom-two-cards .column-attribute {
  padding: 0 1rem;
}

.bottom-two-cards .column-attribute p {
  text-indent: -1.5em;
}

.left-img {
  height: 91px;
}

/*
 * mobile landscape 
 */
@media screen and (min-width: 565px) and (max-width: 815px) and (orientation: landscape) {
  .custom-card-right .wpb_raw_code,
  .custom-card-left .wpb_raw_code {
    margin-top: 15px;
  }
}

/*
 * mobile portrait 
*/
@media only screen and (max-width: 765px) {
  .bottom-two-cards {
    display: block;
  }
  .custom-card-right,
  .custom-card-left {
    width: auto;
    margin: 1rem 0;
    height: 400px;
  }
  .custom-card-right p,
  .custom-card-left p {
    margin: 0.3rem 0.5rem;
  }
}

/* Simplified Mobile menu */

.sub_sub,
.sub {
  display: none;
}
.sub_sub.active,
.sub.active {
  display: block;
}
.sub_sub > a,
.sub > a {
  font-weight: bold !important;
  margin-top: 5px;
  margin-left: 10px;
}

.mobile_menu .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  top: 50%;
  margin-top: 0px;
  right: 0;
  margin-left: 10px;
  text-transform: none;
  float: right;
}

/* Reduce/disable animations for page speed score */

.animated {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 991px) {
  .wpb_fadeInUp,
  .wpb_animate_when_almost_visible {
    opacity: 1 !important;
  }
  .wpb_fadeInUp,
  .animated {
    -webkit-animation-duration: 0 !important;
    animation-duration: 0 !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
  }
  .wpb_fadeInUp,
  .fadeInUp {
    animation-name: none !important;
  }
}

@media (max-width: 575px) {
  .page-id-2 .vc_custom_1610632378742 {
    background-image: url(../../../images/bgTestimonials_mobile.png) !important;
  }
}

.vc_custom_1485545092402 .wpb_animate_when_almost_visible,
.vc_custom_1498078126953 .wpb_animate_when_almost_visible,
.homeProductBoxSecondary.wpb_animate_when_almost_visible,
.homeProductBox.wpb_animate_when_almost_visible {
  opacity: 1 !important;
}

.sub_sub,
.sub {
  display: none;
}
.sub_sub.active,
.sub.active {
  display: block;
}
.sub_sub > a,
.sub > a {
  font-weight: bold !important;
  margin-top: 5px;
  margin-left: 10px;
}

.mobile_menu .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  top: 50%;
  margin-top: 0px;
  right: 0;
  margin-left: 10px;
  text-transform: none;
  float: right;
}

.select2.select2-container.select2-container--default {
  width: inherit !important;
}

.select2-selection__clear {
  display: none !important;
}

/*********Simplified mobile menu*********/
@media (max-width: 767px) {
  #footer .customer-service h5,
  .site-footer ul li {
    font-size: 14px !important;
    line-height: 1.425rem !important;
  }

  .footer-container #menu-item-8977,
  .footer-container #menu-item-7502,
  .footer-container .menu-courses-and-certifications-container{
    display: none;
  }

  .footer-container .custom-html-widget a img {
    height: 45px !important;
    width: auto;
    object-fit: contain;
    margin: 0 15px 15px 0;
  }
  .footer-container > .row > .col-md-3:nth-child(2) h3 {
		text-align:left;
  }	
}
/*********Simplified mobile menu*********/

/* Optimize pagespeed */
.wpb_animate_when_almost_visible {
  opacity: 1 !important  ;
}
.animated {
  -webkit-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Optimize pagespeed */

/* Optimize CART on mobile */
@media only screen and (max-width: 600px) {
  body.woocommerce-cart .products.columns-4 {
    display: block !important;
  }

  body.woocommerce-cart .checkout-button.button.alt.wc-forward {
    margin: 0 auto !important;
    width: 100%;
  }

  body.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center;
  }

  body.woocommerce-cart .woocommerce ul.products li.product .price {
    line-height: 1em !important;
  }

  body.woocommerce-cart
    .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin-bottom: 0 !important;
    margin-top: auto !important;
  }

  body.woocommerce-cart .button wc-forward {
    text-align: center;
    padding: 17px 17px !important;
  }
}

#main-wrap .homeTestimonials {
  background: -moz-linear-gradient(
    11deg,
    rgba(30, 174, 215, 1) 0%,
    rgba(30, 171, 212, 1) 50%,
    rgba(4, 160, 204, 1) 51%,
    rgba(4, 160, 204, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    11deg,
    rgba(30, 174, 215, 1) 0%,
    rgba(30, 171, 212, 1) 50%,
    rgba(4, 160, 204, 1) 51%,
    rgba(4, 160, 204, 1) 100%
  ) !important;
  background: -o-linear-gradient(
    11deg,
    rgba(30, 174, 215, 1) 0%,
    rgba(30, 171, 212, 1) 50%,
    rgba(4, 160, 204, 1) 51%,
    rgba(4, 160, 204, 1) 100%
  ) !important;
  background: -ms-linear-gradient(
    11deg,
    rgba(30, 174, 215, 1) 0%,
    rgba(30, 171, 212, 1) 50%,
    rgba(4, 160, 204, 1) 51%,
    rgba(4, 160, 204, 1) 100%
  ) !important;
  background: linear-gradient(
    11deg,
    rgba(30, 174, 215, 1) 0%,
    rgba(30, 171, 212, 1) 50%,
    rgba(4, 160, 204, 1) 51%,
    rgba(4, 160, 204, 1) 100%
  ) !important;
}

.contine_learning {
  color: white;
  background-color: #007bff !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 6px 20px 6px;
  font-weight: 700;
}

a.contine_learning:hover {
  background-color: #3b9de5 !important;
  color: white !important;
}

.form-row form-row-wide update_totals_on_change {
  border: 1px solid gray;
}

#checkout-radio {
  display: flex;
}

.woocommerce form .form-row.select2-container,
.woocommerce form .form-row.input.input-text,
.woocommerce form .form-row select {
  border: 1px solid gray;
}

/*Page related products*/
#content .woocommerce.related ul.products li.product .button {
  left: initial;
}
#content .woocommerce.related ul.products li.product {
  position: relative;

  max-width: 25%;

  height: inherit;
  padding: 15px;
}

#content
  .woocommerce.related
  ul.products
  li.product
  img.attachment-woocommerce_thumbnail {
  width: inherit !important;
}

#content .woocommerce.related ul.products li.product h3.product-title {
  font-size: 16px !important;
}

#content .woocommerce.related ul.products li.product span.price {
  margin-bottom: 0;
  display: block !important;
}

@media (max-width: 1199px) {
  #content .woocommerce.related ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }

  #content .woocommerce.related ul.products li.product a.button {
    left: 0;
    right: 0;
    margin: 0 auto !important;
  }

  #content
    .woocommerce.related
    ul.products
    li.product
    img.attachment-woocommerce_thumbnail {
    display: block !important;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  #content .woocommerce.related ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/********Styleguide update*********/
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill
  + .vc_row-full-width
  + .vc_row
  > .vc_column_container
  > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
#content .vc_custom_1487271722842 {
  margin-bottom: 0px !important;
}
#content .vc_custom_1597748904847,
#content .vc_custom_1597850168719,
#content .vc_custom_1597846165113,
#content .vc_custom_1622563667521 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
#content .vc_custom_1596227310886 {
  margin-top: 0px !important;
}
#content .entry > .vc_row.wpb_row {
  padding-top: 25px;
  padding-bottom: 25px;
}
#content .btn-flat {
  padding: 10px 15px;

  font-size: 1.15em;
  min-width: 320px;
}
#content .btn-flat:hover {
  text-decoration: none;
}

#content .vc_custom_1603316956939 {
  padding-bottom: 25px !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

#content .h1,
#content .h2,
#content h1,
#content h2 {
  margin-bottom: 25px;
}
.vc_tta-container:nth-last-of-type(1) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  text-align: center;
}
.products.columns-4 li.type-product .product-title {
  margin-bottom: 0rem !important;
}
#content .woocommerce.related .post.product.type-product > span.price {
  margin-top: 0rem !important;
}
#content .related_products_container {
  height: auto !important;
}
.products.columns-4 li.product {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .woocommerce.related ul.products li.product .price {
  line-height: 1.1 !important;
}
#content .woocommerce.related ul.products li.product h3.product-title {
  height: 40px;
  display: flex;
  align-items: center;
}
#content .courseIntro {
  padding-top: 15px !important;
}
#content .courseIntro h3 {
  margin-top: 0 !important;
}
.woocommerce .course-meta .cart .button {
  background-color: #ff3737 !important;
  color: #fff !important;
}
.what-you-get:not(:last-of-type) {
  margin-top: 0 !important;
}
body.single-lesson header.lesson-title {
  padding-top: 25px;
}

.woocommerce ul.products li.product .button {
  left: auto;
}
.woocommerce ul.products li.product .button {
  width: 100%;
}

.cross-sells .post.product {
  text-align: center;
  align-items: center !important;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  line-height: 48px !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  #content .woocommerce.related ul.products li.product {
    flex: 0 0 48%;
    max-width: 48%;
    text-align: center;
  }
}
@media (max-width: 525px) {
  .bottom-two-cards h2.vc_custom_heading {
    padding-bottom: 0;
  }
  #content .h1,
  #content .h2,
  #content h1,
  #content h2 {
    margin-bottom: 15px;
  }
  .vc_btn3.vc_btn3-size-lg {
    display: inline-block !important;
  }
  .custom-card-right .vc_empty_space,
  .custom-card-left .vc_empty_space {
    height: 5px !important;
  }
  .custom-card-right,
  .custom-card-left {
    width: auto;
    margin: 1rem 0;
    height: auto;
  }
  ul.products li.product {
    align-items: center;
  }
  #content .woocommerce.related ul.products li.product h3.product-title {
    height: auto;
  }
  #content .woocommerce.related .post.product.type-product > span.price {
    margin: 7px auto !important;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .btn-container span.best-deal {
    margin-bottom: 10px;
  }

  #content .btn-flat {
    padding: 10px 10px;
    font-size: 1em;
    min-width: 290px;
  }
}

.homeProductBox .btnRed a,
.homeProductBoxSecondary .btnRed a,
.productBox a.btnRed,
.productBox .btnRed {
  box-shadow: none;
  border: 0;
  margin: 5px auto;
  width: 100%;
}
/********Styleguide update*********/
/********general fixes*********/
#mini-cart a.button {
  background-color: #ff3737 !important;
  color: #fff !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.woocommerce .woocommerce-MyAccount-content .col-6.available .cart.spec {
  padding-top: 0 !important;
}
.woocommerce-view-order li.product .product-title,
.woocommerce-order-received li.product .product-title {
  min-height: 35px;
}
.woocommerce-view-order .woocommerce ul.products.columns-3 li.product {
  height: auto;
}
.woocommerce-view-order.woocommerce ul.products li.product .price {
  line-height: 1 !important;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .woocommerce-view-order .woocommerce ul.products.columns-3 li.product,
  .woocommerce-order-received .woocommerce ul.products.columns-3 li.product {
    width: 48%;
    height: auto;
    display: inline-block;
    float: none;
    clear: none;
  }
  .woocommerce-order-received
    ul.products
    li.product
    .price
    .woocommerce-Price-amount {
    margin: 0 auto;
  }
  .woocommerce-order-received.woocommerce ul.products li.product .price {
    line-height: 1 !important;
    text-align: center;
  }
  .woocommerce-order-received li.product .product-title {
    min-height: 45px;
  }
  .woocommerce-order-received ul.products li.product h3 {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 768px) {
  #main-wrap .woocommerce .wc-social-login-linked-profiles tbody tr {
    display: flex !important;
    width: 100%;
    flex-direction: column;
  }
  #main-wrap .woocommerce .wc-social-login-linked-profiles thead {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received #content ul.products li.product h3 {
    font-size: 1.15rem !important;
  }
  .woocommerce-order-received #content .post {
    padding: 0 10px 41px 10px;
  }
}

@media (max-width: 525px) {
  .woocommerce-order-received li.product .product-title {
    min-height: initial;
  }
}

/********general fixes*********/
/********remove button shaddow*********/
button.btnRed,
a.btnRed,
.btnRed a,
input.button,
.practice_wrapper input.button {
  border: none !important;
  box-shadow: none !important;
}
button.btnRed:hover,
a.btnRed:hover,
.btnRed a:hover {
  text-decoration: none !important;
}
/********remove button shaddow*********/

/* Move CTA on Cart mobile */
@media only screen and (max-width: 768px) {
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cart_totals {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-page .cart-collaterals .cross-sells {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .woocommerce-page .cart-collaterals .cart_totals {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}


/* Apple and G pay on chekout */
#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator{
	display:none!important;
}


@media(max-width:600px){
  #wc-stripe-payment-request-wrapper{
	display:block!important;
  margin: 0;
  }
}

ul{
  list-style-type: none!important;
}

/* Notification Errors */

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
  content: "i";
  font-family: Times, Georgia, serif;
  height: 24px;
  width: 24px;
  display: none !important;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 16px;
  font-style: italic;
  box-sizing: content-box;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
  box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #188CFC;
  border-radius: 100%;
}

.woocommerce-error li {
  list-style-type: none!important;
  line-height: 1rem !important;
  margin: auto !important;
}

@media (min-width: 1025px){
.woocommerce-error {
  background-color: #04baed !important;
  border-top-color: #04baed !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.woocommerce-error .button{
  position: absolute !important;
  margin-left: -130px !important;
  margin-top:-16.5px !important;
}
.woocommerce-error li {
  margin: auto !important;
}
}
@media (max-width: 600px){
.woocommerce-error {
  background-color: #04baed !important;
  border-top-color: #04baed !important;
  padding-top: 75px !important;
  padding-bottom: 25px !important;
}
}
@media (max-width: 339px){
.woocommerce-error .button{
  position: absolute !important;
  margin-top: -55px !important;
  margin-left: 60px !important;
}
}
@media (min-width:340px) and (max-width: 360px){
.woocommerce-error .button{
  position: absolute !important;
  margin-top: -55px !important;
  margin-left: 60px !important;
}
}
@media (min-width:361px) and (max-width: 375px){
.woocommerce-error .button{
  position: absolute !important;
  margin-top: -55px !important;
  margin-left: 60px !important;
  margin-right: 60px;
  
}
}

@media (min-width:376px) and (max-width: 390px){
.woocommerce-error .button{
  position: absolute !important;
  margin-top: -55px !important;
  margin-left: 60px !important;
}
}

@media (min-width:391px) and (max-width: 400px){
.woocommerce-error .button{
  position: absolute !important;
  margin-top: -55px !important;
  margin-left: 60px !important;
}
}
@media (min-width:401px) and (max-width: 414px){
.woocommerce-error .button{
  position: absolute !important;
  margin-top: -55px !important;
  margin-left: 110px !important;
}
}
@media (min-width:415px) and (max-width: 459px){
.woocommerce-error .button{
  position: absolute !important;
  margin-top: -55px !important;
  margin-left: 110px !important;
}
}
@media (min-width:460px) and (max-width: 600px){
.woocommerce-error .button{
  position: absolute !important;
  margin-top: -55px !important;
  margin-left: 150px !important;
}
}


@media (min-width: 601px) and (max-width: 768px){
.woocommerce-error {
  background-color: #04baed !important;
  border-top-color: #04baed !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.woocommerce-error .button{
  position: absolute !important;
  margin-left: -130px !important;
  margin-top:-17px !important;
}
}

@media (min-width: 769px) and (max-width: 1024px){
.woocommerce-error {
  background-color: #04baed !important;
  border-top-color: #04baed !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.woocommerce-error .button{
  position: absolute !important;
  margin-left: -130px !important;
  margin-top:-17px !important;
}
}
@media (min-width: 768px) and (max-width: 800px){
.woocommerce-error li {
  margin: auto !important;
}
}
@media (min-width: 801px) and (max-width: 991px){
.woocommerce-error li {
  margin: auto !important;
}
}
/* Accreditaions banner */
.page-template-default .logos-bg {
  padding-top: 20px;
  background-color: #47a2cc;
  border-radius: 10px;
  height: 80px;
}

.page-template-default .logos-bg {
  justify-content: center;

}

.cross-sells ul li a.button.add_to_cart_button,
.cross-sells ul li a.button.add_to_cart_button {
	position: absolute!important;
    bottom: 10px;
}

.woocommerce ul.products li.product .price{
	line-height:3rem!important;
	margin: 0!important;
}

.woocommerce-page ul.products li.product h3,
body.woocommerce-cart #content h3{
	font-size:1rem!important;
}

.woocommerce-cart .credibility > img:nth-child(3){
	width:75px;
	height:41.66px;
}

.woocommerce-cart  .wc_stripe_cart_payment_methods.active{
	margin-bottom:0!important;
}

@media (max-width:450px){
	.page-template-default  .row.logos-bg{
    width: 90vw;
    margin-left:-2.55rem!important;
  }
}

@media (max-width: 385px){
	.page-template-default .row.logos-bg {
  margin-top:auto!important;
  }
}


@media (min-width: 100px) and (max-width: 575px) {

  .page-template-default .imgs-header {
    width: 85px;
    height: 25px;
  }
  
  .page-template-default .logos-bg {
    margin-top: -2rem;
    padding: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-left:-8vw!important;
  }
}

@media(max-width:768px){
  .page-template-default .logos-bg{
      margin: auto!important;
      justify-content: center;
      align-items: center;
      padding-top: 0;
  }

  .page-template-default .logos-bg img{
    width: 19%;
    height: auto;
  }

}

@media(max-width:760px){
  .page-template-default .logos-bg{
      width: 100vw;
      margin-left: auto;
      justify-content: center;
      flex-flow: unset;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
  .page-template-default .logos-bg {
    margin-top: -2rem;
    padding-left: 2px;
    padding-right: 2px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 105px;
  }
  .page-template-HomePageTemplate .imgs-header,
  .page-template-default .imgs-header {
    width: 120px;
    height: 35px;
  }
}

@media (max-width:830px){
  .page-template-default .logos-bg{
    width: 96vw;
    margin: auto;
    margin-left: -8vw;
  }
}

@media(max-width:960px){
  .page-template-default .logos-bg{
    width: 90vw;
    margin: auto;
    margin-left: -5vw;
  }

  .page-template-default .row.logos-bg{
    flex-flow: row;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-default .logos-bg{
    padding-left: 2px;
    padding-right: 2px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-default .imgs-header {
    width: 145px;
    height: 42px;
  }
}

@media (min-width:991px) and (max-width:1024px){
  .page-template-default .logos-bg{
    width: 100%;
  }
  .page-template-default .imgs-header{
    width: 188px;
    height: 54px;
  }
}

@media (min-width: 922px) {
  .page-template-default .row.logos-bg{
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center!important;
  }
  .page-template-default .imgs-header {
    width: 145px;
    height: 42px;
  }
}

@media(min-width:1050px){
  .page-template-default .logos-bg{
		max-width: 72vw!important;
	}
}

@media (max-width:385px){
  .page-template-default .row.logos-bg{
		margin-top: -12vw!important;
	}
}

@media(max-width:600px){
  .page-template-default .row.logos-bg{
    height: 4rem;
  }
  .woocommerce-page table.cart td.actions{
		display:table-cell!important;
	}
	div.coupon{
		display:flex!important;
	}
	.shop_table .coupon > .button{
		width:65%!important;
	}
	
	h3.product-title{
		line-height:18px!important;
	}
	.woocommerce-cart .credibility{
		display:block;
		margin-right: 0;
	}
	img.check_stipe {
		max-width: 120px !important;
		margin-top:8px;
	}
	div.credibility > a > img {
    width: 85px !important;
    height: 85px !important;
	}
	div.credibility > img:nth-child(3) {
    max-width: 60px !important;
}
	.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products{
		width:92vw!important;
	}
	.cross-sells h2{
		margin:0;
		text-align:left;
	}
	
	.woocommerce-cart h2{
		line-height:1.75rem!important;
	}
}

@media (max-width: 390px){
  .woocommerce-cart img.check_stipe {
      margin-bottom: 15px !important;
  }
}

@media (max-width:991px) and (min-width:100px){
  .woocommerce-checkout .credibility{
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: flex!important;
    margin: auto;
  }

  .woocommerce-checkout .check_stipe{
    margin-bottom: 5px;
  }

  .woocommerce-checkout .rapid_ssl{
    margin: auto!important;
  }
}

@media (max-width: 991px){
  .woocommerce-checkout img.check_stipe {
      margin-bottom: 15px !important;
  }

  .woocommerce-checkout .check_stipe{
    margin-bottom: 10px;
  }

  .woocommerce-checkout .check_stipe{
    flex-direction: column;
    margin: auto;
    float: left;
  }
}

@media (min-width:1024px) {
  .woocommerce-checkout .check_stipe{
    max-width: 15vw!important;
    margin: 0 10px;
  }
}

.rapid_ssl{
  margin: 0!important;
}

.order-total{
  color: #5e5e5e!important;
}

#coupon_wrapp p{
  color: #5e5e5e !important;
  font-weight: 700!important;
}

#coupon_wrapp p.coupon{
  margin-bottom: 0;
}

#gform_wrapper_43{
  margin-left: 2%!important;
  margin-right: 2%!important;
}

#gform_wrapper_44 .gfield_description{
  font-size: 1rem!important;

}

@media (max-width:910px){
  .page-template-HomePageTemplate .lifesavers{
    height: auto!important;
  }
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover,
.woocommerce ul.products li.product a.button:hover{
    background-color: #04baed!important;
    color: white!important;
	border-color: white!important;

}
.woocommerce .cart input.button,
.woocommerce ul.products li.product a.button,
.button.product_type_variable {
	background-color:#3F92C8;
}
.button.product_type_variable{
	    max-width: 63%;

}
.cart .products.columns-4{
  max-width: 93vw;

}
.woocommerce .cart  .products h3{
line-height:1rem!important;
}

.cross-sells h2,
.cart_totals h2{
font-size:1.3rem;
}

.woocommerce  table.shop_table.shop_table_responsive{
border:1px solid #0000001a!important;
}

.form-row.form-row-first.coupon.col-xl-4.col-lg-4.col-md-6.col-sm-8 {
	margin-bottom:0;
}

.woocommerce-checkout .coupon_submit:hover,
.woocommerce-cart .coupon button[name="apply_coupon"]:hover{
    color: white!important;
    background-color:#04baed!important;
    border-color:#04baed!important;
}

#gform_43_validation_container {
  background-color: #ff3737;
  border: none;
  text-align: center;
}

#gform_43_validation_container h2 {
  color: white!important;
  margin-bottom: 0;
  font-size: 1rem!important;
}

#gform_wrapper_43 .gfield_description {
  font-size: 14px;
  font-weight: 400;
font-family: 'Roboto',sans-serif;
}

@media(max-width:500px){
#gform_43_validation_container{
  padding:10px;
}
}

/********reduce spacing above logo on checkout for mobile and desktop view*********/

@media (max-width: 600px){
	.woocommerce-checkout .logo{
    margin-top: -35px;

	}
}
@media (min-width: 601px){
  .woocommerce-checkout .logo {
    margin-top: -50px;

  }
}

/********adding shadow box on buttons, change banner color and align bundle button*********/

  .page-id-1562328 .btn-flat,
  .page-id-2148896 .btn-flat,
  .page-id-1638999 .btn-flat,
  .page-id-1770225 .btn-flat,
  .page-id-1770282 .btn-flat{
    box-shadow : rgb(0, 0, 0) 0px 1px 2px, rgb(102, 102, 102) 0px -1px 1px, rgba(0, 0, 0, 0.5) 0px -1px 1px inset, rgba(255, 255, 255, 0.8) 0px 1px 1px inset;
}
  .page-id-1562328 div.logos-bg,
  .page-id-2148896 div.logos-bg,
  .page-id-1638999 div.logos-bg,
  .page-id-1770225 div.logos-bg,
  .page-id-1770282 div.logos-bg {
    background-color : #04BAED;
}

@media (min-width:820px){
  .page-id-1562328 #bundle-button,
  .page-id-2148896 #bundle-button,
  .page-id-1638999 #bundle-button,
  .page-id-1770225	#bundle-button,
  .page-id-1770282	#bundle-button {
    margin-left: 25px;
  }
}

/********Practice Test Pages CSS*********/

.post-8091 h1,
.post-8092 h1,
.post-7878 h1,
.post-8093 h1,
.post-133705 h1{

font-weight: 500;
font-size: 40px;
color: #04a6d4;

}

.post-8091 h2.vc_custom_heading,
.post-8092 h2.vc_custom_heading,
.post-7878 h2.vc_custom_heading,
.post-8093 h2.vc_custom_heading,
.post-133705 h2.vc_custom_heading{

font-weight: 400;
font-size: 34px;
color: #04baed;

}

.post-8091 h3.vc_custom_heading,
.post-8092 h3.vc_custom_heading,
.post-7878 h3.vc_custom_heading,
.post-8093 h3.vc_custom_heading,
.post-133705 h3.vc_custom_heading{

font-weight: 500;
font-size: 22.4px;
color: #04a6d4;

}

.post-8091 p,
.post-8092 p,
.post-7878 p,
.post-8093 p,
.post-133705 p{

font-weight: 200;
font-size: 16px;
color: #5e5e5e;

}

.post-8091 span.link,
.post-8092 span.link,
.post-7878 span.link,
.post-8093 span.link,
.post-133705 span.link{

font-weight: 400;
font-size: 16px;
color: #04baed;

}

.post-8091 span.link:hover ,
.post-8092 span.link:hover,
.post-7878 span.link:hover,
.post-8093 span.link:hover,
.post-133705 span.link:hover{

color: #04a6d4;
text-decoration: underline;

}

.post-8091 button.btnRed,
.post-8092 button.btnRed,
.post-7878 button.btnRed,
.post-8093 button.btnRed,
.post-133705 button.btnRed{

    width: 290px;
    height: 42.39px;
    font-weight: 400;
    padding-top: 12px;
    background-color: #ff3737;
}

.post-8091 button.btnRed:hover ,
.post-8092 button.btnRed:hover,
.post-7878 button.btnRed:hover,
.post-8093 button.btnRed:hover,
.post-133705 button.btnRed:hover{

    background-color: #C32329;

}

.post-8091 div.vc_tta-panel a,
.post-8092 div.vc_tta-panel a,
.post-7878 div.vc_tta-panel a,
.post-8093 div.vc_tta-panel a,
.post-133705 div.vc_tta-panel a {
    color: #04baed;
    font-weight: 400;

}

.post-8091 div.vc_tta-panel a:hover,
.post-8092 div.vc_tta-panel a:hover,
.post-7878 div.vc_tta-panel a:hover,
.post-8093 div.vc_tta-panel a:hover,
.post-133705 div.vc_tta-panel a:hover {
    
    color: #04a6d4;
    font-weight: 400;
    text-decoration: underline;

}

.post-8091 input#gform_submit_button_23.gform_button.button {
    width: 290px;
    height: 42.39px;
    font-weight: 400;
    background-color: #04A6D4;

}

.post-8092 input#gform_submit_button_24.gform_button.button {

    width: 290px;
    height: 42.39px;
    font-weight: 400;
    background-color: #04A6D4;

}

.post-7878 input#gform_submit_button_25.gform_button.button {

    width: 290px;
    height: 42.39px;
    font-weight: 400;
    background-color: #04A6D4;

}

.post-8093 input#gform_submit_button_26.gform_button.button {

    width: 290px;
    height: 42.39px;
    font-weight: 400;
    background-color: #04A6D4;

}

.post-133705 input#gform_submit_button_42.gform_button.button {

    width: 290px;
    height: 42.39px;
    font-weight: 400;
    background-color: #04A6D4;

}

.post-8091 input#gform_submit_button_23.gform_button.button:hover {
    
   background-color: #04baed;
   text-decoration: underline;

}

.post-8092 input#gform_submit_button_24.gform_button.button:hover {
   
   background-color: #04baed;
   text-decoration: underline;

}

.post-7878 input#gform_submit_button_25.gform_button.button:hover {
   background-color: #04baed;
   text-decoration: underline;

}

.post-8093 input#gform_submit_button_26.gform_button.button:hover {
   
   background-color: #04baed;
   text-decoration: underline;

}

.post-133705 input#gform_submit_button_42.gform_button.button:hover {

   background-color: #04baed;
   text-decoration: underline;

}

.post-8091 input#gform_submit_button_6.gform_button.button {
   
   background-color: #ff3737;
   font-weight: 400;

}

.post-8091 input#gform_submit_button_6.gform_button.button:hover {
   
   background-color: #C32329;

}

.post-8092 input#gform_submit_button_7.gform_button.button {
   
   background-color: #ff3737;
   font-weight: 400;

}

.post-8092 input#gform_submit_button_7.gform_button.button:hover {
   
   background-color: #C32329;

}

.post-7878 input#gform_submit_button_4.gform_button.button {
   
   background-color: #ff3737;
   font-weight: 400;

}

.post-7878 input#gform_submit_button_4.gform_button.button:hover {
   
   background-color: #C32329;

}

.post-8093 input#gform_submit_button_8.gform_button.button {
   
   background-color: #ff3737;
   font-weight: 400;

}

.post-8093 input#gform_submit_button_8.gform_button.button:hover {
   
   background-color: #C32329;

}

.post-133705 input#gform_submit_button_30.gform_button.button {

   background-color: #ff3737;
   font-weight: 400;

}

.post-133705 input#gform_submit_button_30.gform_button.button:hover {

   background-color: #C32329;

}

@media (max-width: 600px){

.post-8091 h1,
.post-8092 h1,
.post-7878 h1,
.post-8093 h1,
.post-133705 h1{

font-weight: 500;
font-size: 32px;
color: #04a6d4;
text-align:center;

}

.post-8091 h3.vc_custom_heading,
.post-8092 h3.vc_custom_heading,
.post-7878 h3.vc_custom_heading,
.post-8093 h3.vc_custom_heading,
.post-133705 h3.vc_custom_heading{

font-size: 24px;
color: #04a6d4;
text-align:center;

}

.post-8091 span.vc_tta-title-text,
.post-8092 span.vc_tta-title-text,
.post-7878 span.vc_tta-title-text,
.post-8093 span.vc_tta-title-text,
.post-133705 span.vc_tta-title-text{

    font-weight: 400;
    color: #5e5e5e;
    font-size: 20.08px;
}

.post-8091 h2.vc_custom_heading,
.post-8092 h2.vc_custom_heading,
.post-7878 h2.vc_custom_heading,
.post-8093 h2.vc_custom_heading,
.post-133705 h2.vc_custom_heading{

font-size: 28px;
color: #04baed;
text-align:center;

   }
}

/********Journal Articles page CSS*********/

.page-id-7579 h1.large-title {
    margin-bottom: 15px;
    font-weight: 700;
}
.page-id-7579 .input-search.input-group.input-group-sm.mb-3{
    width:300px;
    margin:auto;
    border: 3px solid #04baed;
    border-radius: 20px;
    margin-bottom:15px;
}
.page-id-7579 input.form-control.search-icon{
    border: 0px solid #04baed;
    border-radius: 20px;
}
.page-id-7579 div.card{
    max-width:360px;
    height:322px;
}	
.page-id-7579 div.card-button{
    background: #C32329;
    border-radius:5px;
    font-weight:400;
    font-size:16px;
}
.page-id-7579 #datafetch .card-button {
    border: 0px solid #C32329;
    width: 50%;
    padding: 1rem;
    display: inline;
    margin-top: auto;
}
.page-id-7579 a.card-btn:hover{
    text-decoration: none;
}
.page-id-7579 div.card-button:hover{
    background: #d9272e;
    text-decoration: none;
}
.page-id-7579 #datafetch .card-button a {
    color: white;
    text-decoration: none;
}
.page-id-7579 #card-2117058 > div.card-button > a{
    text-decoration: none;
}
.page-id-7579 #datafetch .blog-tile {
    height: 60%;
}

 .woocommerce-cart .cross-sells{
  text-align: center;

}
 .wc-proceed-to-checkout{
  text-align: right;
  padding-bottom: 0!important;
  margin-right: 0!important;
}

.cross-sells h2{
  margin: auto;
  text-align: left;
  margin-bottom: 10px;
}

.cross-sells h2, .cart_totals h2{
	font-size:2rem!important;
	color:#04a6d4!important;
  font-weight: 400!important;
}

.woocommerce-cart h2{
	line-height:2rem;
}


.cross-sells .product a.button.add_to_cart_button.ajax_add_to_cart{
	background-color:#3F92C8!important;
  max-width: fit-content;
}

   .cart-collaterals .cross-sells ul.products li.product{
  width: 48%;
}

.credibility{
  padding: 0;
}
h3.product-title{
	font-size:16px!important;
}


@media(max-width:600px){

  .cross-sells{
    margin-top: 1rem;
  }
  .cross-sells h2, .cart_totals h2{
    font-size:1.75rem!important;
  }
  
  .cross-sells ul{
    flex-direction: column;
    margin: auto;
    width: 100vw;
  }

  .woocommerce ul.products li.product .price,
	body.woocommerce-cart .woocommerce ul.products li.product .price{
		line-height:4rem!important;
	  margin-bottom:10px!important;
	}
  .cart-collaterals .cross-sells ul.products li.product{
    margin: auto!important;
    width: 62%;
  }

  .price{
    justify-content: center;
  }
  #content .post.product, #content li.post{
		width:100%!important;
	}
	.woocommerce-cart .check_stipe{
		height:26.21px!important;
	}
}


.woocommerce-message{
  border-top-color: white;
  padding-top: 10px;
}

/* Carousel for Gutemberg*/
.home.amc-carousel{
  background-image: url('https://advancedmedicalcertification.com/wp-content/uploads/2023/05/Rectangle.png');

}
.amc-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 400px;
  width: 100vw;
}

.carousel-item {
  display: none;
}

.carousel-item.active {
  display: block;
  margin: auto;
    text-align: center;
    float: none;
    margin-top: 6rem;
    margin-left: 23vw;
}

.carousel-indicator{
    height:  12.4px;
    width:  12.4px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin:  12.4px;

}