/*
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/
*/

a:hover { color: #67c8ba; }

.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: #7253a1;
  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;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}

@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: #583d80;
  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;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
header .top-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #67c8ba;
}
header .top-header {
  background-color: #583d80;
  color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.87);
}
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: #eee; }

.top-header .cart {
  background-color: #4a336b;
  margin: 0 11px 0 77px;
  padding: 0px 25px;
  transform: skewX(-15deg);
}
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;
}
.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: #583d80;
  font-size: 21px;
}
.header-menu .nav li a:hover {
  color: #67c8ba;
}
main {
  padding-top: 180px;
}
.home-hero {
  padding: 82px 0 250px;
  background-position: bottom center;
  background-image: url(/img/home-hero.jpg);

}

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

}

.home-hero__text {
  max-width: 550px;
}
.home-hero__text h1 {
  color: #583d80;
  font-family: "Handlee", cursive;
  font-size: 39px;
  margin-bottom: 20px;
}
.home-hero__text h2 {
  color: #333;
  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: 'Handlee', cursive; color: #7253a1; font-size: 43px; }
h2.handlee { font-family: 'Handlee', cursive; color: #7253a1; }
h3.handlee { font-family: 'Handlee', cursive; color: #7253a1; 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 {
  color: #7253a1;
  font-family: "Handlee", cursive;
  font-size: 37px;
  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/hearts.png);
  background-position: center;
  background-repeat: no-repeat;
}
.hearts-title-start h2 {
  padding: 0 80px;
  color: #583d80;
  font-size: 49px;
  font-family: "Handlee", cursive;
  display: inline-block;
  background-color: #fff;
  margin: 0;
}
.hearts-title-end {
  height: 40px;
  margin-top: 40px;
  background-image: url(/img/hearts.png);
  background-position: center;
  background-repeat: no-repeat;
}

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

.featured-formulas .row1 div {
  margin: 20px auto;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}

.featured-formulas .row2 div {
  margin: 20px auto;
  flex: 0 0 20%;
  max-width: 15%;
  text-align: center;
}

.info-section {
  background-image: url(/img/info_heart.png);
  background-position: 50% 95%;
  background-repeat: no-repeat;
  padding: 60px 0 90px 0;
  color: #583d80;
}
.info-section .container {
  padding-left: 60px;
}
.info-section h2 {
  text-align: center;
  font-size: 45px;
  font-family: "Handlee", cursive;
  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: #67c8ba;
}
footer:after {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 10px;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #583d80;
}

.footer-widget {
  max-width: 310px;
}
.footer-widget--social {
  display: flex;
  align-items: flex-end;
}
.footer-widget h3 {
  color: #7253a1;
  font-family: "Handlee", cursive;
  font-size: 24px;
  font-weight: 600;
}
.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: #67c8ba;
}
.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: #7253a1;
  font-size: 28px;
   align-items: center;
    display: flex;
}
.footer-widget--social ul li a svg{
   height:22px;
   width:22px;
   fill: #7253a1;
}
.footer-widget--social ul li a:hover svg{
   fill: #67c8ba;
}
.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;
}
@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: 135px;
  }
  .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 h2 {
    font-size: 30px;
  }

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

  .text-area h2 {
    font-size: 26px;
  }
  .text-area p {
    font-size: 18px;
  }
  .info-section h2 {
    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_3 select, #gform_9 select, #gform_page_9_1 select, #gform_22 select, #gform_23 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:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}

@media (max-width: 500px) {
   #gform_1 select, #gform_3 select, #gform_9 select, #gform_22 select, #gform_23 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_3 select, #gform_22 select, #gform_page_22_1 select, #gform_9 select, #gform_page_9_1 select, #gform_23 select, #gform_page_23_1 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], #gform_9 input[type=submit], #gform_9 input.gform_next_button, #gform_10 input[type=submit], #gform_13 input[type=submit], #gform_14 input[type=submit], #gform_15 input[type=submit], #gform_16 input[type=submit], #gform_19 input[type=submit], #gform_21 input[type=submit], #gform_23 input[type=submit] {font-family: 'Oswald', sans-serif; font-size: 28px; letter-spacing: -.005em; color: #fff; background-color: #7253a1; border-radius: 8px; padding: 8px 25px 12px; line-height: 1; min-width: 210px; text-align: center; }
#gform_1 input.gform_previous_button, #gform_9 input.gform_previous_button {font-family: 'Oswald', sans-serif; font-size: 28px; letter-spacing: -.005em; color: #fff; background-color: #ccc; border-radius: 8px; padding: 8px 25px 12px; line-height: 1; min-width: 210px; text-align: center; }

#gform_5 { width: 65%; }
#gform_14, #gform_16 { width: 85%; margin: auto; }
#gform_15, #gform_19 { width: 65%; margin: auto; }
#post-2900 .gform_wrapper form { margin: 0; }
#gform_next_button_2_4, #gform_next_button_24_32 { visibility:hidden; }

#gform_1 .ginput_container_select, #gform_3 .ginput_container_select, #gform_22 .ginput_container_select, #gform_9 .ginput_container_select, #input_1_1_1_container, #input_1_1_2_container, #input_3_1_1_container, #input_3_1_2_container, #input_4_3_1_container, #input_22_1_1_container, #input_22_1_2_container, #gform_23 .ginput_container_select { position: relative; }
#gform_3 .ginput_container_select:after, #gform_9 .ginput_container_select:after, #input_1_1_1_container:after, #input_1_1_2_container:after, #input_3_1_1_container:after, #input_3_1_2_container:after, #gform_22 .ginput_container_select:after, #input_22_1_1_container:after, #input_22_1_2_container:after, #gform_23 .ginput_container_select:after, #input_23_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_3_1_1, #input_3_1_2, #input_9_24, #input_22_1_1, #input_22_1_2 { width: 100% !important; }

#gform_submit_button_3 { margin: auto !important; }

#post-59289 .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-59289 .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-59289 .gform_wrapper ul.gform_fields li.gfield { padding-right: 0; }
#post-59289 .gform_wrapper .gsection { margin-right: 0; border-bottom: 0; }
#post-59289 .gform_wrapper .top_label li ul.gfield_radio { width: 100%; }
#post-59289 .gform_wrapper ul li.field_description_below div.ginput_container_checkbox { margin-top:0; /*margin-left: 30px;*/ }
#post-59289 h1.handlee, #post-59346 h1.handlee, #post-59527 h1.handlee, #post-60098 h1.handlee, #post-60103 h1.handlee, #post-60120 h1.handlee, #post-60123 h1.handlee, #post-60140 h1.handlee, #post-60300 h1.handlee, #post-60356 h1.handlee, #post-60468 h1.handlee  { text-align: center; font-size: 60px; }
@media (max-width: 500px) {
   #post-60120 h1.handlee, #post-60098 h1.handlee { font-size: 50px; }
}

#post-3202 h1.handlee, #post-60353 h1.handlee, #post-60372 h1.handlee, #post-60372 p, #post-60409 h1.handlee { padding-left: 10%; margin-bottom: 20px; margin-top: 15px; }

.gform_wrapper .gf_page_steps { border-bottom:0 !important; }
#gf_page_steps_2, #gf_page_steps_21, #gf_page_steps_24 { 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: 0px;
}

#gf_page_steps_21 .gf_step, #gf_page_steps_24 .gf_step {
  padding-top: 0 !important;
}

#gf_page_steps_21 .gf_step_label, #gf_page_steps_24 .gf_step_label  {
  width: 2em !important;
  height: 2em !important;
  text-align: center;
  line-height: 2em !important;
  border-radius: 1em;
  margin: 0 1em 0 0 !important;
  display: inline-block;
  color: white;
  position: relative;
  font-size: 22px !important;
  opacity: 1 !important;
  padding-right: 0px;
  padding-left: 0px;
}

#gform_21 .gform_wrapper.gravity-theme .gfield.gfield--width-half { grid-column: span 5; }

.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: #7253a1 !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, #category-59783 h1.woocommerce-products-header__title, #category-59768 h1.woocommerce-products-header__title, #category-59727 h1.woocommerce-products-header__title, #category-59763 h1.woocommerce-products-header__title, #category-59997 h1.woocommerce-products-header__title { display:none; }


#gform_3, #gform_22 { max-width: 80%; margin: auto; }
#gform_page_2_2, #gform_page_2_3, #gform_page_8_3, #gform_page_8_4, #gform_page_21_2, #gform_page_21_3, #gform_page_24_2, #gform_page_24_3, { max-width: 70%; margin: auto;  }

#gform_page_21_1 { max-width: 66%; margin: auto; }

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

#field_21_49 { text-align: center; }

.gform_page_fields input[type=text], #input_2_10 select, #input_2_11 select, #input_2_9 select, select#input_1_14_4, #gform_3 input[type=text], #gform_3 textarea, select#input_1_34, #gform_22 input[type=text] {
display:block;
 width:100%;
 height:calc(1.5em + .75rem + 2px);
 padding:.375rem .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:.25rem;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

#gform_1 input[type=submit], #gform_2 input.gform_next_button, #gform_2 input[type=submit], #gform_21 input.gform_next_button, #gform_21 input[type=submit], #gform_23 input.gform_next_button, #gform_23 input[type=submit], #gform_24 input[type=submit], #gform_24 input.gform_next_button, #gform_24 input[type=submit] {font-family: 'Oswald', sans-serif; font-size: 28px; letter-spacing: -.005em; color: #fff; background-color: #7253a1; border-radius: 8px; padding: 8px 25px 12px; line-height: 1; min-width: 210px; text-align: center; }


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

#gform_2 input.gform_previous_button, #gform_21 input.gform_previous_button, #gform_23 input.gform_previous_button, #gform_24 input.gform_previous_button {font-family: 'Oswald', sans-serif; font-size: 28px; letter-spacing: -.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], #gform_22 input[type=submit], #gform_23 input[type=submit] { display: inline-block; font-family: 'Oswald', sans-serif; font-size: 28px; letter-spacing: -.005em; color: #fff; background-color: #7253a1; 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_2 input.gform_next_button:hover, #gform_2 input[type="submit"]:hover, #gform_22 input[type=submit]:hover, #gform_21 input.gform_next_button:hover, #gform_21 input[type="submit"]:hover, #gform_23 input[type=submit]:hover, #gform_24 input.gform_next_button:hover, #gform_24 input[type="submit"]:hover {
  border-left-color: black;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  background-color: #67c8ba;
  color: #fff;
}

#gform_6 { width: 540px; margin: auto; }
tr.woocommerce-shipping-totals { display: none; }
p.woocommerce-result-count { display:none; }

#gform_page_2_2, #gform_page_2_3, #gform_page_21_2, #gform_page_21_3, #gform_page_23_2, #gform_page_23_3, #gform_page_24_2, #gform_page_24_3 { margin-top: 95px; }
#gform_page_2_2 .gform_page_fields, #gform_page_2_3 .gform_page_fields, #gform_page_21_2 .gform_page_fields, #gform_page_21_3 .gform_page_fields, #gform_page_24_2 .gform_page_fields, #gform_page_24_3 .gform_page_fields { padding-top: 30px; }
#field_2_5, #field_2_14, #field_21_5, #field_21_14, #field_24_5, #field_24_14 { margin-top: -110px; }
#field_2_6, #field_2_15, #field_21_6, #field_21_15, #field_24_6, #field_24_15 { margin-top: 60px; }


@media (max-width: 500px) {
   #gform_1 input[type=submit], #gform_3 input[type=submit], #gform_22 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, #gform_page_21_2, #gform_page_21_3, #gform_page_24_2, #gform_page_24_3 { max-width: 98%; margin: 150px auto 0 auto; }
   #field_2_5, #field_2_14, #field_24_5, #field_24_14 { margin-top: -150px; }

}

/* mother baby */
#post-60002 h1.handlee { text-align: center; }
#gf_9 { display: none; }
#gf_page_steps_9 { visibility: hidden;  }
#gform_fields_9 { position: relative; }
#gform_9 .gform_page_fields { padding: 15px 25px 100px 15px; }
#field_9_24 { position: absolute; left: 557px; top: 389px; }
#gform_page_9_2, #gform_page_9_3 { width: 65%; min-width: 420px; margin: auto; }

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

ul#input_25_22 { position: relative; }
ul#input_25_22 > li { display: block; float: left; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 25px !important; height: 547px; position: relative; width: 33%; margin-top: 0; border-left: 1px solid #ccc; border-right: 1px solid #ccc;  }

/*ul#input_25_22 > li.gchoice_25_22_20, ul#input_25_22 > li.gchoice_25_22_21, ul#input_25_22 > li.gchoice_25_22_22, ul#input_25_22 > li.gchoice_25_22_23 { height: 587px; }*/

.gchoice_25_22_17 { clear: left; }
.gchoice_25_22_18, .gchoice_25_22_19, .gchoice_25_22_17 { margin-top: 230px !important; }
#gfield_description_25_22 { position: absolute; top: 3800px; max-width: 65%; }

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

@media (max-width: 1200px) {
   ul#input_2_22 > li, ul#input_24_22 > li, ul#input_25_22 > 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_22 img, ul#input_24_22 img, ul#input_25_22 img    { height: 300px; width: auto; margin: 10px auto 15px auto; text-align: center; }

@media (max-width: 1100px) {
   ul#input_2_22 img, ul#input_24_22 img, ul#input_25_22 img  { height: auto; }
   ul#input_2_22 .btn--purple, ul#input_24_22 .btn--purple, ul#input_25_22 .btn--purple { width: 70%; }

}

ul#input_2_22 li h2, ul#input_24_22 li h2, ul#input_25_22 li h2  { font-size: 17px; font-weight: bold; margin-bottom: 16px; }

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

ul#input_2_22 li ul li:nth-child(2n-1), ul#input_24_22 li ul li:nth-child(2n-1), ul#input_25_22 li ul li:nth-child(2n-1) { background-color: #eee; }

ul#input_2_22 p, ul#input_24_22 p, ul#input_25_22 p  { font-size: 14px; }
ul#input_2_22 p a, ul#input_24_22 p a, ul#input_25_22 p a { text-decoration: underline; }
ul#input_2_22 p a i.fa, ul#input_24_22 p a i.fa, ul#input_25_22 p a i.fa  { text-decoration: none; }
ul#input_2_22 a:not([href]), ul#input_24_22 a:not([href]), ul#input_25_22 a:not([href]) { color: #fff; font-size: 18px; }

ul#input_25_22 .gchoice_25_22_20 a:not([href]), ul#input_25_22 .gchoice_25_22_21 a:not([href]), ul#input_25_22 .gchoice_25_22_22 a:not([href]), ul#input_25_22 .gchoice_25_22_23 a:not([href]) { color: #fff; font-size: 15px; }

ul#input_2_22 a.btn, ul#input_24_22 a.btn, ul#input_25_22 a.btn { position: absolute; bottom: 20px; left: 25px; 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; }
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; }
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 { margin-top: 60px; }
/*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: #67c8ba; }

div.woocell span { color: #7253a1;}
div.woocell span:hover { color: #67c8ba; }
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; }

#featured-products .imgcont { 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: .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: 25% !important; flex-basis: 25% !important; }

@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: 17px; font-weight: normal; margin-top: 12px; }
#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; height: auto !important; }

.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; }

.woocommerce-variation { margin-bottom: 30px; }
#collapsecart p.price, .woocommerce-variation-price { font-size: 34px; color: #7253a1; }

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

#product-59768 p.price  { display:none; }

.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:.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: #7253a1; text-decoration: underline; display: block; margin-top: 20px; }

hr { color: #67c8ba; background-color: #67c8ba; }

/*.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; }
}

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

.form-row { display: block; }

#field_4_4 { line-height: 18px; }
#post-58167 p#breadcrumbs, #post-60198 p#breadcrumbs, #post-60202 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, #product-59768 a.btn--purple, #product-59768 a.btn-secondary, #product-59788 a.btn--purple, #product-59788 a.btn-secondary, #product-59960 a.btn--purple, #product-59960 a.btn-secondary, #product-59790 a.btn--purple, #product-59790 a.btn-secondary, #product-60228 a.btn--purple, #product-60228 a.btn-secondary, #product-60250 a.btn--purple, #product-60250 a.btn-secondary, #product-60289 a.btn--purple, #product-60289 a.btn-secondary, #product-60342 a.btn--purple, #product-60342 a.btn-secondary, #product-60413 a.btn--purple, #product-60413 a.btn-secondary { display:none; }

#product-3529 #collapsecart, #product-57217 #collapsecart, #product-3536 #collapsecart, #product-59656 #collapsecart, #product-59687 #collapsecart, #product-59768 #collapsecart, #product-59788 #collapsecart, #product-59960 #collapsecart, #product-59790 #collapsecart, #product-60228 #collapsecart, #product-60250 #collapsecart, #product-60289 #collapsecart, #product-60342 #collapsecart, #product-60413 #collapsecart { display: block; }

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

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

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


.motherbaby { background-image: url(https://insurancecoveredbreastpumps.com/wp-content/uploads/2021/10/mother-baby-500x500.jpg); background-repeat: no-repeat; background-position: middle left; }
.motherbaby h2 { margin-top: 30px; }
.motherbaby h2.handlee span { font-weight: bold; color: #67c8ba; font-size: 40px; }


#field_8_30 { padding-left: 42%; margin-top: -24px; }

.radio-toolbar li.gchoice { display: inline-block; }

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    font-family: 'Oswald', sans-serif; font-size: 28px !important; letter-spacing: -.005em; color: #fff; background-color: #7253a1; border-radius: 8px; padding: 8px 25px 12px !important; line-height: 1; min-width: 210px; text-align: center;
}


.radio-toolbar label:hover {
  background-color: #67c8ba;
}

label#label_8_30_1 { background-color: #6c757d; }
label#label_8_30_1:hover { background-color: #333; }

#product-59727 p.price { display:none; }

#field_2_28 {  }
#field_2_29 { text-align: center; margin-bottom: 60px; }

#gform_previous_button_8_29, #gform_next_button_8_29 { visibility:hidden; }

#post-60022 #breadcrumbs, #post-60120 #breadcrumbs, #post-60123 #breadcrumbs, #post-60140 #breadcrumbs { display:none; }

#field_16_10 .gsection_title, #field_16_11 .gsection_title, #field_16_42 .gsection_title { margin-top: 70px; }
#label_16_52_1 { font-size: 18px; padding-left: 10px; }

#field_16_53, #field_16_54, #field_16_55, #field_16_56, #field_16_57, #field_16_58, #field_16_59, #field_16_60, #field_16_65 { grid-column: span 2; }
@media  (max-width: 500px) {
   #field_16_53, #field_16_54, #field_16_55, #field_16_56, #field_16_57, #field_16_58, #field_16_59, #field_16_60, #field_16_65 { grid-column: span 12; }
}

#gfield_description_2_40, #gfield_description_2_35, #gfield_description_2_36, #gfield_description_2_47, #gfield_description_2_49, #gfield_description_2_51, #gfield_description_24_40, #gfield_description_24_35, #gfield_description_24_36, #gfield_description_24_47, #gfield_description_24_49, #gfield_description_24_51 { 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
}


.gform_required_legend { display: none; }
#post-60098 #breadcrumbs, #post-60103 #breadcrumbs { display:none; }
#gform_10 { max-width: 80%; margin: auto; }
#gform_13 { max-width: 65%; margin: auto; }

/* 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_3, #gform_22 { max-width: 100%; }
}
/* End Images */


.default-content h2 {
    text-align: left;
}

.ardo-img img {
  width: 100%;
}

.supply-section , .box-section {
  background-image: none;
}

.video-pumping iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.cta-button a {
  display: block;
  margin: 50px 0;
}
.box-section ul {
  list-style: none;
  padding-left: 50px !important;  
}

.info-section .img-full img {
  width: 100%;
}
