/*
Theme Name: Net Elevation Template
Theme URI: https://www.netelevation.com/
Description: Custom Theme by Net Elevation
Version: 1.0
Author: Net Elevation
Author URI: https://www.netelevation.com/
*/

h1,
h2,
h3,
h4 {
  font-weight: normal;
}
a:hover {
  color: #4576c2;
}

.wp-post-image {
  height: auto;
}

.container {
  width: 95%;
  margin: auto;
  max-width: 1400px;
  padding: 0 20px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 .col {
  padding-left: 5px;
  padding-right: 5px;
}
img {
  max-width: 100%;
}

.with-background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax {
  background-attachment: fixed;
}
.text-center {
  text-align: center;
}
.hidden-dekstop {
  display: none !important;
}
.has-orange-lines {
  border-top: solid 9px #fbd218;
  border-bottom: solid 9px #fbd218;
}
.has-grey-bg {
  background-color: #efeeec;
}
.section-normal-padding {
  padding: 60px 0;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
}
.btn--purple {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #fff;
  background-color: #183869;
  border-radius: 8px;
  padding: 8px 25px 12px;
  line-height: 1;
  min-width: 210px;
  text-align: center;
  border-left-color: rgb(118, 118, 118);
  border-top-color: rgb(118, 118, 118);
  border-right-color: black;
  border-bottom-color: black;
  border-width: 2px;
}

.formulalist .btn--purple {
  font-size: 15px;
  padding: 4px 12px 6px;
  min-width: 120px;
}

.btn-secondary {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: -0.005em;
  border-radius: 8px;
  padding: 8px 25px 12px;
  line-height: 32px;
  height: 52px;
}

@media (max-width: 1299px) {
  .btn-secondary {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .btn-secondary {
    font-size: 12px;
  }
}

.menu-icon {
  width: 30px;
  display: none;
  float: right;
  margin-top: 2px;
}
.menu-icon span {
  background: #183869;
  height: 4px;
  margin: 6px 0;
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.menu-icon .bar1 {
  margin-top: 0;
}
.menu-icon.open .bar2 {
  opacity: 0;
}
.menu-icon.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
.menu-icon.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  -ms-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
}

.offcanvas-menu {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #4c4c53;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 998;
  padding: 150px 15px 25px;
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu.open {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
.offcanvas-menu .nav {
  max-height: 60vh;
  overflow: auto;
  padding-right: 10px;
}
.offcanvas-menu .nav li {
  margin-bottom: 7px;
  position: relative;
  width: 100%;
}
.offcanvas-menu .nav li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.offcanvas-menu .nav li a:hover {
  color: #ffb718;
}

body {
  font-family: "open sans", sans-serif;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}
body.menu-open {
  overflow: hidden;
}

header {
  background-color: #fff;
  padding: 7px 0 0 0;
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px #ccc;
}

@media (max-width: 1300px) {
  header {
    box-shadow: none;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
header .top-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #4576c2;
}
header .top-header {
  background-color: #183869;
  /*background: rgb(0, 92, 167);
  background: -moz-linear-gradient(90deg, rgba(0, 52, 112, 1) 0%, rgba(100, 198, 233, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 52, 112, 1) 0%, rgba(100, 198, 233, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 52, 112, 1) 0%, rgba(100, 198, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#183869",endColorstr="#dae7fa",GradientType=1);*/
  color: #fff;
}
header .top-header .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 35px;
  height: 100%;
}
.top-header .free-shipping img {
  padding-right: 15px;
}
.top-header .free-shipping i {
  line-height: 1.2;
}
.free-shipping a:hover,
.cart a:hover {
  color: #555;
}

.top-header .cart {
  margin: 0 41px 0 77px;
}
@media (max-width: 767px) {
  header .top-header .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .top-header .free-shipping {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .top-header .cart {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}
header .container:nth-of-type(2) {
  margin: 16px auto 15px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

@media (max-width: 1300px) {
  .header-logo {
    max-width: 340px;
  }
}

.header-logo:hover {
  color: #fff;
}

.header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-menu .nav-img:nth-of-type(1) {
  padding-right: 20px;
}
.header-menu .nav-img:nth-of-type(2) {
  padding-left: 20px;
}
.header-menu .nav li {
  position: relative;
}

.header-menu .nav li:not(:last-child) {
  margin-right: 30px;
}
.header-menu .nav li a {
  color: #183869;
  font-size: 21px;
}
.header-menu .nav li a:hover {
  color: #4576c2;
}

.search-form {
  display: flex;
  flex-direction: row;
  margin-right: 100px;
  font-size: 15px;
}

.search-field {
  width: 100%;
  padding: 1px 35px 1px 15px;
  border: none;
  border-radius: 10px;
  outline: none;
}
.search-button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: -33px;
}

.search-button img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}

main {
  padding-top: 175px;
}
.home-hero {
  padding: 190px 0 200px;
  background-position: bottom center;
  background-image: url(/img/compression-hero3.jpg);
}

@media (max-width: 600px) {
  .home-hero {
    background-position: bottom left; background-image: url(/img/home-hero-mobile.png);
  }
}

.home-hero__text {
  max-width: 700px;
}
.home-hero__text h2 {
  color: #183869;
  font-family: "montserrat", sans-serif;
  font-size: 50px;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #fff;
}
.home-hero__text p {
  color: #183869;
  font-size: 21px;
  margin-bottom: 22px;
  font-weight: 400;
}
.home-hero__text h1 span {
  font-size: 60px;
  display: block;
}
.home-hero__text p {
  font-size: 21px;
  color: #555;
  line-height: 1.7;
}

h1.handlee {
  font-family: "montserrat", sans-serif;
  color: #183869;
  font-size: 43px;
}
h2.handlee {
  font-family: "montserrat", sans-serif;
  color: #183869;
}
h3.handlee {
  font-family: "montserrat", sans-serif;
  color: #183869;
  font-size: 20px;
}

#tab-description h3.handlee {
  font-size: 23px;
}

.home-hero__text select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
  margin-bottom: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  border-radius: 5px;
  color: #333;
  position: relative;
  width: 100%;
  max-width: 525px;
  min-height: 45px;
  font-size: 1rem;
}
.input-container {
  position: relative;
  display: block;
  max-width: 525px;
}
.input-container::after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 28px;
  position: absolute;
  top: 5px;
  right: 20px;

  pointer-events: none;
  height: 100%;
}

.home-hero__text a {
  margin-top: 25px;
}
.grid-section .row {
  justify-content: center;
}
.text-area h2,
.text-area .head {
  color: #183869;
  font-family: "montserrat", sans-serif;
  font-size: 32px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}
.text-area p {
  font-size: 19px;
  color: #464646;
  line-height: 1.7;
}
.text-area--450 {
  max-width: 450px;
}

.hearts-title-start {
  margin-bottom: 40px;
  text-align: center;
  background-image: url(/img/hearts2.png?bb=0);
  background-position: center;
  background-repeat: no-repeat;
  height: 58px;
}
.hearts-title-start-purple {
  margin-bottom: 40px;
  text-align: center;
  background-image: url(/img/hearts2-purple.png?bb=0);
  background-position: center;
  background-repeat: no-repeat;
  height: 58px;
}
.hearts-title-start p, .hearts-title-start-purple p {
  padding: 0 61px;
  color: #183869;
  font-size: 36px;
  font-family: "montserrat", sans-serif;
  display: inline-block;
  margin: 0;
  background-color: #fff;
}
.hearts-title-end {
  height: 40px;
  margin-top: 40px;
  background-image: url(/img/hearts2.png?bb=0);
  background-position: center;
  background-repeat: no-repeat;
}

.featured-formulas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.featured-formulas > div {
  margin: 20px auto; 
  max-width:10%;
  text-align: center;
}
.featured-formulas div:nth-child(2) {
  padding-right: 30px;
}

.info-section {
  /*background-image: url(/img/info_heart.png);*/
  background-position: 50% 95%;
  background-repeat: no-repeat;
  padding: 60px 0 90px 0;
  color: #183869;
}
.info-section .container {
  padding-left: 60px;
}
.info-section h1 {
  text-align: center;
  font-size: 36px;
  font-family: "montserrat", sans-serif;
  display: block;
  line-height: 1;
  width: 100%;
  margin-bottom: 45px;
}
.info-section span {
  display: block;
  font-size: 29px;
  line-height: 1.9;
  width: 100%;
}
.info-section p {
  font-size: 19px;
  line-height: 1.4;
  display: inline-block;
}
footer {
  padding: 105px 0 15px;
  position: relative;
  color: #838587;
  font-size: 18px;
  border-bottom: 1px solid #e2dce9;
  margin-bottom: 45px;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #4576c2;
}
footer:after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 10px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #183869;
}

.footer-widget {
  max-width: 310px;
}
.footer-widget--social {
  display: flex;
  align-items: flex-end;
}
.footer-widget h3 {
  color: #183869;
  font-family: "montserrat", sans-serif;
  font-size: 24px;
}
.footer-widget ul {
  padding: 0;
  list-style: none;
}
.footer-widget ul li:not(:last-child) {
  margin-bottom: 4px;
}
.footer-widget ul li a {
  transition: all 0.3s ease;
}
.footer-widget ul li a:hover {
  color: #4576c2;
}
.footer-widget--social ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.footer-widget--social ul li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 8px;
}
.footer-widget--social ul li a {
  color: #183869;
  font-size: 28px;
}
.footer-widget--social ul li a svg{
   height:22px;
   width:22px;
   fill: #183869;
}
.footer-widget--social ul li a:hover svg{
   fill: #4576c2;
}
.footer-widget--social h3 {
  margin: 0;
  margin-right: 10px;
}
.footer-logos {
}
.footer-logos img:not(:last-child) {
  margin-right: 8px;
}
.footer-bottom {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1350px) {
  .header-menu .nav-img {
    padding: 0 5px !important;
  }
  .header-menu .nav-img {
    width: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .header-menu .nav li a {
    font-size: 14px;
  }
  .header-menu .nav li:not(:last-child) {
    margin-right: 17px;
  }

  .footer-logo {
    font-size: 30px;
  }
  .footer-menu .nav li a {
    font-size: 16px;
  }
  .footer-menu .nav li:not(:last-child) {
    margin-right: 17px;
  }
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 185px;
  }
  .grid-section .col {
    display: flex;
    justify-content: center;
  }
  .visible-tablet {
    display: block !important;
  }
  .visible-flex-tablet {
    display: flex !important;
  }
  .hidden-tablet {
    display: none !important;
  }

  .header-logo img {
    max-height: 50px;
  }
  .info-section .container {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-menu .nav-img {
    display: none;
  }
  .visible-mobile {
    display: block !important;
  }
  .visible-flex-mobile {
    display: flex !important;
  }
  .hidden-mobile {
    display: none !important;
  }

  .btn--purple {
    font-size: 24px;
  }
  .mb-mobile-40 {
    margin-bottom: 40px;
  }

  .home-hero {
    padding: 60px 0 130px;
  }
  .home-hero__text h1 {
    font-size: 34px;
  }
  .home-hero__text h1 span {
    font-size: 47px;
  }
  .home-hero__text p {
    font-size: 18px;
  }
  .home-hero__text select {
    font-size: 14px;
  }
  .hearts-title-start p {
    font-size: 30px;
  }

  .featured-formulas {
    margin: 0 -10px -20px;
  }
  .featured-formulas > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 20px;
  }

  .text-area h2,
  .text-area .head {
    font-size: 26px;
  }
  .text-area p {
    font-size: 18px;
  }
  .info-section h1 {
    font-size: 29px;
  }
  .info-section span {
    font-size: 26px;
  }
  .info-section p {
    font-size: 16px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-logos {
    margin-bottom: 10px;
  }
  .footer-widget {
    max-width: 100%;
    text-align: center;
  }
  .footer-widget--social {
    display: block;
  }
  .footer-widget--social ul {
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .btn--purple {
    min-width: unset;
    max-width: 525px;
    width: 100%;
  }
}

.fa-caret-down {
  font-size: 14px;
  position: absolute;
  top: 9px;
}

/* these are the homepage select lists */
#gform_1 select,
#gform_page_1_1 select,
#gform_4 select {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 500px) {
  #gform_1 select,
  #gform_4 select {
    font-size: 13px;
  }
}

/*select.form-control:not([size]):not([multiple]) {height: calc(2.25rem + 2px);}
button, select {text-transform: none;}
button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}*/
#gform_1 select,
#gform_page_1_1 select,
#gform_4 select {
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: #000;
  background-color: #fff;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#gform_1 input[type="submit"],
#gform_1 input.gform_next_button,
#gform_1 input[type="submit"],
#gform_6 input[type="submit"] {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #fff;
  background-color: #183869;
  border-radius: 8px;
  padding: 8px 25px 12px;
  line-height: 1;
  min-width: 210px;
  text-align: center;
}
#gform_3 input.gform_previous_button {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
  padding: 8px 25px 12px;
  line-height: 1;
  min-width: 210px;
  text-align: center;
}

#gform_4 {
  max-width: 80%;
  margin: auto;
}
/*#gform_4, #gform_6 {
  width: 65%;
}

#gfrom_4 legend,
#gform_4 label, #gfrom_6 legend,
#gform_6 label {
  font-size: 18px;
}
*/
.ginput_complex label {
  font-size: 14px;
}

#post-2900 .gform_wrapper form {
  margin: 0;
}
#gform_next_button_2_4 {
  visibility: hidden;
}

#gform_1 .ginput_container_select,
#gform_4 .ginput_container_select,
#input_1_1_1_container,
#input_1_1_2_container,
#input_4_1_1_container,
#input_4_1_2_container,
#input_4_3_1_container {
  position: relative;
}
#gform_4 .ginput_container_select:after,
#input_1_1_1_container:after,
#input_1_1_2_container:after,
#input_4_1_1_container:after,
#input_4_1_2_container:after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 28px;
  position: absolute;
  top: 3px;
  right: 20px;
  color: #333;
  pointer-events: none;
}
#input_1_1_1,
#input_1_1_2,
#input_4_1_1,
#input_4_1_2 {
  width: 100% !important;
}

#gform_submit_button_4 {
  margin: auto !important;
}

#input_3_40 input[type=checkbox], #field_3_43 input[type=radio] { width: 22px; height: 22px; }

#post-117 .gform_wrapper ul li#field_1_40 div.ginput_container_checkbox {
  margin-left: 0 !important;
}
#post-10 h2,
#post-3202 .gform_wrapper h2.gsection_title,
#post-117 .gform_wrapper h2.gsection_title {
  background-color: #17a6e0;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 22px;
  padding: 7px 0 5px 15px !important;
  font-style: italic;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
#post-117 .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
#post-117 .gform_wrapper .gsection {
  margin-right: 0;
  border-bottom: 0;
}
#post-117 .gform_wrapper .top_label li ul.gfield_radio {
  width: 100%;
}
#post-117 .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 0; /*margin-left: 30px;*/
}
#post-117 h1.handlee,
#post-59346 h1.handlee,
#post-59527 h1.handlee {
  text-align: center;
  font-size: 60px;
}
#post-15 h1.handlee {
  padding-left: 10%;
  margin-bottom: 20px;
  margin-top: 15px;
}

.gform_wrapper .gf_page_steps {
  border-bottom: 0 !important;
}
#gf_page_steps_3 {
  width: 200px;
  margin: 0 auto;
}
.gf_step_number {
  display: none !important;
}
.gform_wrapper .gf_step {
  width: 2em !important;
  height: 2em !important;
  text-align: center;
  line-height: 2em !important;
  border-radius: 1em;
  background: lightblue;
  margin: 0 1em 0 0 !important;
  display: inline-block;
  color: white;
  position: relative;
  font-size: 22px !important;
  padding-top: 5px;
  opacity: 1 !important;
  padding-right: 5px;
}
.gf_step.gf_step_first::before,
.gf_step.gf_step_completed::before {
  left: 0;
  width: 0;
  height: 0;
  display: none;
}
.gf_step_active,
.gf_step_completed {
  background: #183869 !important;
}

.gf_step_active ~ div.gf_step {
  background: lightblue;
}
div.gf_step_clear::before {
  background: transparent !important;
}

#category-59451 h1.woocommerce-products-header__title,
#category-2935 h1.woocommerce-products-header__title,
#category-59389 h1.woocommerce-products-header__title,
#category-5097 h1.woocommerce-products-header__title,
#category-58560 h1.woocommerce-products-header__title,
#category-3788 h1.woocommerce-products-header__title,
#category-58506 h1.woocommerce-products-header__title {
  display: none;
}

.woocommerce-loop-product__title {
  margin-bottom: 0;
}

#gform_3, #gform_5 {
  max-width: 70%;
  margin: auto;
}
#gform_page_3_2,
#gform_page_3_3 {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 600px) {
  #gform_page_3_1,
  #gform_page_3_2,
  #gform_3 {
    max-width: 100%;
  }
}

.gform_page_fields, #gform_5 .gform_body {
  /*margin-top: 30px;*/
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 0 8px #666;
}
/*#gform_page_2_1 .gform_page_fields { box-shadow:none; padding-left: 0; }*/

.gform_page_fields input[type="text"],
#input_2_4 select, #input_5_4 select, 
#input_2_7_4,
#input_2_20,
#input_2_21 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gform_wrapper .gform_page_footer {
  border-top: 0 !important;
}

#gform_1 input[type="submit"],
#gform_3 input.gform_next_button,
#gform_3 input[type="submit"] {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #fff;
  background-color: #183869;
  border-radius: 8px;
  padding: 8px 25px 12px;
  line-height: 1;
  min-width: 210px;
  text-align: center;
}

.navigation a {
  text-decoration: underline;
  color: #183869;
}

#gform_2 input.gform_previous_button {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
  padding: 8px 25px 12px;
  line-height: 1;
  min-width: 210px;
  text-align: center;
}

#gform_3 input[type="submit"],
#gform_4 input[type="submit"],
#gform_5 input[type="submit"] {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: -0.005em;
  color: #fff;
  background-color: #183869;
  border-radius: 8px;
  padding: 8px 25px 12px;
  line-height: 1;
  min-width: 210px;
  text-align: center;
}

.btn--purple:hover,
#gform_1 input[type="submit"]:hover,
#gform_3 input[type="submit"]:hover,
#gform_6 input[type="submit"]:hover,
#gform_4 input[type="submit"]:hover,
#gform_5 input[type="submit"]:hover,
#gform_3 input.gform_next_button:hover,
#gform_3 input[type="submit"]:hover {
  border-left-color: black;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  background-color: #4576c2;
  color: #fff;
}


tr.woocommerce-shipping-totals {
  display: none;
}
p.woocommerce-result-count {
  display: none;
}

#gform_page_2_1,
#gform_page_2_2,
#gform_page_2_3 {
  margin-top: 95px;
}
#gform_page_2_1 .gform_page_fields,
#gform_page_2_2 .gform_page_fields,
#gform_page_2_3 .gform_page_fields {
  padding-top: 30px;
}
/*#field_2_2, /*#field_2_9, #field_2_16 { margin-top: -110px; }*/
#field_2_3,
#field_2_10,
#field_2_17 {
  margin-top: 60px;
}

@media (max-width: 500px) {
  #gform_1 input[type="submit"],
  #gform_4 input[type="submit"] {
    font-size: 20px;
  }
  .free-shipping {
    font-size: 15px;
  }
  .top-header .cart {
    margin-left: 30px;
  }
  #gform_page_2_2,
  #gform_page_2_3 {
    max-width: 98%;
    margin: 150px auto 0 auto;
  }
  #field_2_2,
  #field_2_9 {
    margin-top: -150px;
  }
}

/* am i covered styles */
.hideradio input[type="radio"] {
  display: none !important;
}
ul#input_2_31 > li {
  display: inline-block;
  padding: 10px 25px !important; /*height: 647px;*/
  position: relative;
  width: 48%;
  margin-top: 0; /* border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; */
}

table.variations {
  margin: 30px 0;
}
table.variations td {
  padding-right: 15px;
}

@media (max-width: 1200px) {
  ul#input_2_23 > li {
    height: 547px;
    width: 100%;
  }
}

.gform_wrapper .gfield_radio li label {
  max-width: 100% !important;
}

/*ul#input_1_4 > li:nth-child(2n-1), ul#input_1_24 > li:nth-child(2n-1), ul#input_1_26 > li:nth-child(2n-1) { border-right: 1px solid #ccc; }*/

ul#input_2_31 img, ul#input_2_37 img {
  height: 300px;
  width: auto;
  margin: 10px auto 15px auto;
  text-align: center;
}

@media (max-width: 1100px) {
  ul#input_2_31 img, ul#input_2_37 img {
    height: auto;
  }
  ul#input_2_31 .btn--purple, ul#input_2_37 .btn--purple {
    width: 70%;
  }
}
@media (max-width: 767px) {
  ul#input_2_31 > li, ul#input_2_37 > li {
    width: 100%;
  }
  ul#input_2_31 .btn--purple, ul#input_2_37 .btn--purple {
    width: 80%;
  }
}

ul#input_2_31 li h2, ul#input_2_37 li h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 16px;
  visibility:hidden;
}

ul#input_2_31 li ul, ul#input_2_37 li ul {
  list-style-type: disc !important;
  padding-left: 0 !important;
  margin-bottom: 15px;
}
ul#input_2_31 li ul li, ul#input_2_37 li ul li {
  display: block;
  width: 100%;
  float: none;
  height: auto;
  padding: 4px 4px 4px 20px;
}

ul#input_2_31 li ul li:nth-child(2n-1), ul#input_2_37 li ul li:nth-child(2n-1) {
  background-color: #eee;
}

ul#input_2_31 p, ul#input_2_37 p {
  font-size: 14px;
}
ul#input_2_31 p a, ul#input_2_37 p a {
  text-decoration: underline;
}
ul#input_2_31 p a i.fa, ul#input_2_37 p a i.fa {
  text-decoration: none;
}
ul#input_2_31 a:not([href]), ul#input_2_37 a:not([href]) {
  color: #fff;
  font-size: 18px;
}
ul#input_2_31 a.btn, ul#input_2_37 a.btn {
  position: absolute;
  bottom: 20px;
  left: 35px;
  text-decoration: none;
}
.modal-body p,
.modal-body li {
  font-size: 14px;
}

div.woocell,
.formulalist .col-md-4 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 25px !important;
  margin-top: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 15px;
  text-align: center;
}
div.woocell h2,
.formulalist h3 {
  font-size: 19px;
  font-weight: bold;
  color: #555 !important;
}
div.woocell .price,
div.woocell .add_to_cart_button,
div.woocell .product_type_simple {
  display: none !important;
}
div.woocell img {
  display: block;
  width: auto;
  margin: auto !important;
  height: auto; /*height: 260px;*/
  text-align: center;
  max-width: 99%; /*max-height: 260px;*/
}

div.brandsidebar .row {
  display: block;
}
div.brandsidebar div.woocell {
  display: block;
  width: 100% !important;
  flex-basis: 100% !important;
}
div.brandsidebar .col-md-4 {
  max-width: 100% !important;
}
div.brandsidebar .add_to_cart_button,
div.brandsidebar .product_type_simple,
div.brandsidebar a.button {
  display: none;
}

.text-area a span:hover,
.textwidget a:hover,
.product-categories a:hover,
.product_meta a:hover {
  color: #4576c2;
}

div.woocell span {
  color: #183869;
}
div.woocell span:hover {
  color: #4576c2;
}
div.woocell h2:hover {
  color: #555;
}

.qualifybtn {
  height: 52px;
  line-height: 32px;
  font-size: 20px;
}

.woocommerce-breadcrumb {
  margin-bottom: 16px;
}

@media (max-width: 1400px) {
  .qualifybtn {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .qualifybtn {
    font-size: 15px;
  }
}

.imgcont {
  position: relative; /*height: 260px;*/
  margin-bottom: 8px;
/*   float: left; */
}

#featured-products .imgcont {
  /*height: 230px;*/
  margin-bottom: 0;
}
#featured-products .imgcont img {
  /*height: 230px;*/
}

@media (max-width: 500px) {
  .imgcont {
    height: auto;
  }
}

a.reset_variations {
  display: none !important;
  color: #fff !important;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: transparent;
  z-index: 99;
}

.imgcont:hover .overlay {
  opacity: 1;
}
span.icon {
  color: #666 !important;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 0 10px #fff;
}
.fa-plus-circle:hover,
span.icon:hover {
  color: #666;
}

@media (max-width: 1399px) {
  div.woocell img {
    height: auto;
  }
}

.related {
  margin-top: 100px;
}
.related div.woocell.col-md-4 {
  width: 20% !important;
  flex-basis: 20%;
  border: 0;
}
.related div.woocell h2 {
  font-weight: normal;
  font-size: 16px;
}
.related div.woocell img {
  display: block;
  width: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 100px;
  text-align: center;
  max-width: 99%;
  margin-bottom: 15px !important;
}

#featured-products {
  margin-top: 50px;
}
#featured-products h1 {
  margin-bottom: 50px;
}
/* #featured-products .col-md-4 {
  width: 40% !important;
  flex-basis: 40% !important;
  max-width: 40% !important;
  margin: auto;
} */

@media (max-width: 1100px) {
  #featured-products .col-md-4 {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}

#featured-products .woocell {
  border: 0;
}
#featured-products a.button {
  display: none;
}
#featured-products div.woocell h2 {
  font-size: 25px;
  font-weight: normal;
  margin-top: 25px;
}
#post-59305 .woocell img {
  height: auto !important;
}

section.up-sells {
  display: none;
}

.woocommerce-product-gallery__wrapper .woocommerce-ordering {
  display: none;
}
.wc-tabs {
  display: none;
}
#tab-description {
  font-size: 15px;
  margin-top: 30px;
}
h1.product_title {
  font-size: 30px;
}
.prodimg img /*{ margin: auto; display: block; }*/ {
  float: left;
  margin-right: 40px;
}

.woocommerce-product-gallery__image:nth-child(1) img {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.sku_wrapper,
.posted_in,
.tagged_as {
  font-size: 13px;
  display: block;
}

#collapsecart p.price {
  font-size: 34px;
  color: #183869;
}

.woocommerce-main-image:hover {
  cursor: auto !important;
}

.woocommerce-pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
  content: " ";
  display: table;
}
.woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

nav.woocommerce-pagination {
  text-align: center;
}
nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}
nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88;
}

ul.product-categories,
ul.please-note {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
h3.widget-title {
  margin-top: 20px;
}

a.read-more {
  color: #183869;
  text-decoration: underline;
  display: block;
  margin-top: 20px;
}

hr {
  color: #ccc;
  background-color: #ccc;
}

/*.mega-indicator { display: none !important; }*/
.product-categories li,
.textwidget {
  font-size: 15px;
}
.product-categories li a {
  text-decoration: underline;
}

.textwidget img {
  height: auto;
}

.dropdown-logos .col-md-4 {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1299px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1199px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#mega-menu-item-17 a.mega-menu-link {
  padding-left: 0 !important;
}

table.shop_table .product-thumbnail img {
  width: 200px;
}

.form-row {
  display: block;
}

.three-boxes span {
  color: #183869;
  text-decoration: underline;
}
.three-boxes span:hover {
  color: #555;
}

#field_4_4 {
  line-height: 18px;
}
#post-58167 p#breadcrumbs {
  display: none;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

#product-3529 a.btn--purple,
#product-57217 a.btn--purple,
#product-3536 a.btn--purple,
#product-3529 a.btn-secondary,
#product-57217 a.btn-secondary,
#product-3536 a.btn-secondary,
#product-59656 a.btn--purple,
#product-59656 a.btn-secondary,
#product-59687 a.btn--purple,
#product-59687 a.btn-secondary {
  display: none;
}

#product-30 p.price, #product-180 p.price, #product-25 p.price { display: none; }
.woocommerce-variation-price { font-size: 34px; color: #183869; margin: 0 0 36px 0; }


.post a {
  font-weight: normal;
  text-decoration: underline;
  color: #183869;
}

.woocommerce-message {
  border-top-color: #4576c2 !important;
}
.woocommerce-message::before {
  color: #4576c2 !important;
}
.woocommerce table.cart td.actions .input-text {
  width: 180px !important;
}

li.payment_method_paypal img,
a.about_paypal {
  display: none;
}

#gform_fields_1 {
  max-width: 500px;
}

#product-166 a.btn--purple,
#product-166 a.btn-secondary,
#product-168 a.btn--purple,
#product-168 a.btn-secondary,
#product-170 a.btn--purple,
#product-170 a.btn-secondary,
#product-172 a.btn--purple,
#product-172 a.btn-secondary,
#product-178 a.btn--purple,
#product-178 a.btn-secondary,
#product-180 a.btn--purple,
#product-180 a.btn-secondary,
#product-182 a.btn--purple,
#product-182 a.btn-secondary,
#product-184 a.btn--purple,
#product-184 a.btn-secondary,
#product-30 a.btn--purple,
#product-30 a.btn-secondary
#product-41 a.btn--purple,
#product-41 a.btn-secondary,
#product-40 a.btn--purple,
#product-40 a.btn-secondary,
#product-199 a.btn--purple,
#product-199 a.btn-secondary,
#product-210 a.btn--purple,
#product-210 a.btn-secondary,
#product-30 a.btn--purple,
#product-30 a.btn-secondary,
#product-249 a.btn--purple,
#product-249 a.btn-secondary
{
  display: none;
}

#product-166 #collapsecart, #product-168 #collapsecart, #product-170 #collapsecart, #product-172 #collapsecart, #product-178 #collapsecart, #product-180 #collapsecart, #product-182 #collapsecart, #product-184 #collapsecart, #product-41 #collapsecart, #product-40 #collapsecart, #product-199 #collapsecart, #product-30 #collapsecart, #product-210 #collapsecart, #product-249 #collapsecart
{
  display: block;
}

#post-140 h1 {text-align: center; font-size: 50px; }
#post-239 h1.handlee, #post-239 p { text-align: center; margin-bottom: 40px; }
#field_5_9 { margin-bottom: 50px; }


.btn-info {
  background-color: #0a75cc;
}



.ea-body a {
  text-decoration: underline;
}
.ea-body a:hover {
  color: #000;
}

@media (max-width: 600px) {
  .wp-image-578.alignright {
    float: none;
    display: block;
  }
}


.gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked + label#label_2_31_0, .gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked + label#label_2_31_1,  .gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked + label#label_2_31_2, .gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked + label#label_2_37_0, .gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked + label#label_2_37_1 { border: 1px dotted #000; }

#post-1101 h1.handlee { display:none; }

#gfield_description_3_37, #gfield_description_3_44 { display: inline; padding-left: 20px; }

/* KEEP THIS IN ALL CSS, so that customers can use the alignment features when adding images. */
/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
}
.wp-caption.alignleft {
  margin: 0 10px 10px 0;
}
.wp-caption.alignright {
  margin: 0 0 10px 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 0 4px 5px;
  margin: 0;
}

/* Using 'class="alignright"' on an image will (who would've
   thought?!) align the image to the right. And using 'class="centered',
   will of course center the image. This is much better than using
   align="center", being much more futureproof (and valid) */

img.centered,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
@media (max-width: 767px) {
  figure.alignright,
  figure.alignleft,
  img.alignright,
  img.alignleft,
  img.aligncenter {
    margin: 0 auto 20px auto !important;
    height: auto !important;
  }
  #gform_4 {
    max-width: 100%;
  }
  .section-normal-padding .col-md-3 main {
    padding-top: 0;
  }
}
/* End Images */


#rank-math-faq .rank-math-list-item{
   position:relative;
}
#rank-math-faq .rank-math-list-item input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    opacity: 0;
    cursor: pointer;
    z-index:999;
}
#rank-math-faq .rank-math-list-item h3 {
    background: #f1f2f6;
    padding: 10px 12px 10px 18px;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 600 !important;
    position:relative;
    margin-bottom: 0;
}
#rank-math-faq .rank-math-list-item h3:before {
   display:inline-block;
   content: "";
    width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 0 6px 12px;
   border-color: transparent transparent transparent #666;
   margin-right: 18px;
}
#rank-math-faq .rank-math-list-item input:checked+h3:before {
   -webkit-transform:rotate(90deg);
   -ms-transform:rotate(90deg);
   transform:rotate(90deg);
}
#rank-math-faq .rank-math-answer{
   padding: 10px 10px 0px 10px;
   max-height: 0;
   overflow:hidden;
}
#rank-math-faq .rank-math-list-item input:checked+h3~.rank-math-answer {
   max-height: 100vh;
   overflow:visible;
}

.coupon { visibility: hidden; }
