/**
 * Theme Name:     Buy Stem Cell Patch - Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   buy-stem-cell-patch-astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

/* HD Variables */

:root {
  --hd-brand-blue: #086091;
  --hd-brand-lt-blue: #8db3c8;
  --hd-brand-lt-blue2: #a5c7d7;
  --hd-brand-gray: #d4d6d7;
  --hd-container-padding: 50px;
  --hd-container-padding-half: 25x;
  --hd-text-margin-bottom: 20px;
  --hd-font-size-headers: 48px;
  --hd-font-size-headers-h2: 42px;
  --hd-font-size-headers-h3: 36px;
  --hd-font-size-headers-h4: 30px;
  --hd-font-size-headers-h5: 24px;
  --hd-font-size-headers-h6: 18px;
}

/* Elementor Sucks */

.hd_section > .e-con-inner,
.hd_section_top_padding > .e-con-inner,
.hd_section_bottom_padding > .e-con-inner,
.hd_section_hero > .e-con-inner,
.hd_section_no_padding > .e-con-inner {
  padding:0px !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus,
.wp-element-button  {
  box-shadow: 0 0 0 0px #0675c4 !important;
  box-shadow: inset 0 0 0 0px #fff,0 0 0 0px #0675c4 !important;
  outline: 0px solid transparent !important;
}

/* Astra Sucks
- Don't set transparent header for menu colors.  Just use css.
 */

.ast-header-social-wrap .ast-social-color-type-custom svg {
  fill:var(--hd-brand-lt-blue2) !important;
}

.ast-primary-header-bar,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"],
.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu {
  border:0px !important;
}

.ast-primary-header-bar,
.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background:none !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
  min-height:1px !important;
  padding:0px !important;
}

header .custom-logo-link img {
  max-width: 100%;
}

.ast-primary-header-bar,
.main-header-bar-navigation,
.main-header-bar-navigation li.menu-item,
.site-footer {
  height:auto !important;
  line-height:1 !important;
}

button, input, select, textarea, .ast-button, .ast-custom-button {
  line-height: 1em !important;
}

.entry-content[data-ast-blocks-layout] > * {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.ast-hide-custom-menu-mobile .ast-header-break-point #ast-mobile-header {
  display:none;
}


[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: var(--hd-brand-lt-blue2) !important;
}

.ast-mobile-header-wrap .ast-above-header-bar, .ast-above-header-bar .site-above-header-wrap,
.ast-mobile-header-wrap .ast-below-header-bar, .ast-below-header-bar .site-below-header-wrap {
  min-height: 0px;
  height:auto;
}

#primary {
  margin:0px !important;
  padding:0px !important;
}

.ast-site-identity {
  padding: 0;
}

/* Wordpress Sucks */

.has-text-align-center {
  text-align:center !important;
}

.is-layout-flex {
  row-gap:0px !important;
  col-gap:0px !important;
}

.is-layout-constrained > * {
  margin-top:0px !important;
}


/* Text */

a {
  text-decoration:none !important;
}

h2 a, h3 a, h4 a, h5 a, h6 a, span a {
  color:inherit !important;
}

p, h2, h3, h4, h5, h6, .hd_text_margin {
  margin-bottom:var(--hd-text-margin-bottom) !important;
}

h1 {
  margin-bottom:0px !important;
}

h2 {
  color:var(--hd-brand-lt-blue) !important;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.hd_section_bg_green a:hover,
.hd_section_bg_black a:hover,
footer.site-footer a:hover,
a:hover {
  opacity:.73 !important;
}

.entry-content ul:last-child,
.entry-content ol:last-child,
/*p:last-of-type */
.entry-content ul li:last-of-type,
.entry-content ol li:last-of-type,
.entry-content .elementor-widget-text-editor > *:last-child,
.entry-content .elementor-widget-text-editor .elementor-widget-container > *:last-child {
  margin-bottom:0px !important;
}


/*
.hd_section_bg_blue p,
.hd_section_bg_blue h2,
.hd_section_bg_blue h3,
.hd_section_bg_blue h4,
.hd_section_bg_blue h5,
.hd_section_bg_blue h6,
.hd_section_bg_blue li,
.hd_section_bg_blue div,
.hd_section_bg_blue span,
.hd_section_bg_blue label,

.hd_section_bg_lt_blue p,
.hd_section_bg_lt_blue h2,
.hd_section_bg_lt_blue h3,
.hd_section_bg_lt_blue h4,
.hd_section_bg_lt_blue h5,
.hd_section_bg_lt_blue h6,
.hd_section_bg_lt_blue li,
.hd_section_bg_lt_blue div,
.hd_section_bg_lt_blue span,
.hd_section_bg_lt_blue label,

.hd_section_bg_black p,
.hd_section_bg_black h2,
.hd_section_bg_black h3,
.hd_section_bg_black h4,
.hd_section_bg_black h5,
.hd_section_bg_black h6,
.hd_section_bg_black li,
.hd_section_bg_black div,
.hd_section_bg_black span,
.hd_section_bg_black label,
*/

.hd_section_page_header h1,

.hd_section_bg_dark p,
.hd_section_bg_dark h2,
.hd_section_bg_dark h3,
.hd_section_bg_dark h4,
.hd_section_bg_dark h5,
.hd_section_bg_dark h6,
.hd_section_bg_dark li,
.hd_section_bg_dark div,
.hd_section_bg_dark span,
.hd_section_bg_dark label,

.hd_section_bg_dark a {
  color:#fff !important;
  text-decoration:none !important;
}

.hd_section .elementor-icon-list-icon svg {
  fill:var(--hd-brand-lt-blue) !important;
}

.hd_section_bg_blue .elementor-icon-list-icon svg,
.hd_section_bg_red .elementor-icon-list-icon svg,
.hd_section_bg_gray .elementor-icon-list-icon svg {
  fill:#fff !important;
}



/* Buttons */

a.ast-custom-button-link div.ast-custom-button,
.elementor-widget-button .elementor-button,
.elementor-widget-button .elementor-button:visited,
.hd_btn a,
input.submit,
a.comment-reply-link,
input.wpcf7-submit,
button.wpcf7-submit,
a.button,
a.button:visited {
  background:var(--hd-brand-blue) !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:bold !important;
  padding:10px !important;
  transition: 0.3s !important;
  border:0px solid #fff !important;
  width:auto !important;
  border-radius:25px !important;
  display:flex !important;
  text-decoration:none !important;
}

.hd_section_bg_dark .elementor-widget-button .elementor-button,
.hd_section_bg_dark .elementor-widget-button .elementor-button span,
.hd_section_bg_dark .elementor-widget-button .elementor-button:visited,
.hd_section_bg_dark .elementor-widget-button .elementor-button:hover {
  background:#fff !important;
  color:var(--hd-brand-blue) !important;
}

a.ast-custom-button-link:hover div.ast-custom-button,
button.single_add_to_cart_button:hover, 
.elementor-widget-button .elementor-button:hover,
.hd_btn a:hover,
input.submit:hover,
input.wpcf7-submit:hover,
button.wpcf7-submit:hover,
a.comment-reply-link:hover,
a.button:hover {
  color:#fff !important;
  opacity:.7 !important;
}




/* Global Elements */

#content .ast-container, #content .ast-container-fluid {
  max-width:100% !important;
  padding:0px !important;
}

.hd_shortcode,
.hd_shortcode > .e-con-inner {
  width:100% !important;
  background:none !important;
  padding:0px !important;
  max-width:100% !important;
}

.hd_spacer_half .elementor-spacer-inner,
.hd_spacer_half.wp-block-spacer {
  height:var(--hd-container-padding-half) !important;
}

.hd_spacer .elementor-spacer-inner {
  height:var(--hd-container-padding) !important;
}

.hd_rowgap_none.e-con>.e-con-inner {
  row-gap:0px !important;
}

.hd_rowgap {
  row-gap:20px !important;
}




/* Header */

.site-header-primary-section-right {
  display:block !important;
  align-items:flex-end !important;
  text-align:right !important;
}

.site-header-primary-section-right .ast-builder-menu {
  display:block !important;
}

.site-header-primary-section-right .header-widget-area {
  display:inline-block !important;
}

.site-header-primary-section-right .header-widget-area .wp-block-social-links .wp-social-link a {
  color:var(--hd-brand-lt-blue) !important;
  fill:var(--hd-brand-lt-blue) !important;
}

.site-header-primary-section-right .header-widget-area .wp-block-social-links .wp-social-link a:hover {
  opacity:.7 !important;
}




/* Nav */

.site-header-primary-section-right {
  padding-top:42px !important;
}

.site-header-primary-section-right .header-widget-area {

}

.site-navigation #ast-hf-menu-1 > li.menu-item a {
  color:var(--hd-brand-lt-blue) !important;
  font-weight:bold !important;
  padding:10px 16px !important;
}

.site-header-primary-section-right .sub-menu {
  text-align:left !important;
}

.main-header-menu .sub-menu a.menu-link {
  padding:10px 16px !important;
}

/* Mobile Nav */

#ast-mobile-header .ast-builder-layout-element[data-section="section-header-mobile-trigger"] {
  justify-content:flex-end !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu {
  border-top:1px dotted var(--hd-brand-blue) !important;
  border-bottom:1px dotted var(--hd-brand-blue) !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
  padding:10px 30px 10px 30px !important;
  height:auto !important;
  line-height:1em !important;
  /*color:var(--hd-color-white) !important;*/
  font-size:16px !important;
  font-weight:bold !important;
}




/* Sections */

.hd_section,
.hd_section_page_header,
.site-footer {
  padding:var(--hd-container-padding) 15px !important;
}

.hd_section_padding_top {
  padding-top:var(--hd-container-padding) !important;
  padding-bottom:0px !important;
}

.hd_section_padding_bottom {
  padding-top:0px !important;
  padding-bottom:var(--hd-container-padding) !important;
}

.hd_section_padding_bottom_half {
  padding-bottom:var(--hd-container-padding-half) !important;
}

.hd_section_padding_none {
  padding-top:0px !important;
  padding-bottom:0px !important;
}

.hd_section_padding_side_none {
  padding-left:0px !important;
  padding-right:0px !important;
}

.hd_section_hero {
  padding:0px !important;
  margin-top:0px !important;
}

.hd_section_bg_blue {
  background:var(--hd-brand-blue) !important;
}

.hd_section_bg_lt_blue {
  background:var(--hd-brand-lt-blue) !important;
}

.hd_section_bg_gray {
  background:var(--hd-brand-gray) !important;
}

.site-footer {
  background:#000 !important;
}

.site-footer,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
  text-align:center !important;
  line-height:1.5 !important;
}



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

  #hd_elementor_sucks_problem {
    margin-bottom:0px !important;
  }

  .hd_reverse_order > .elementor-element:first-child {
    order:999 !important;
  }

  .hd_reverse_order > .elementor-element:last-child {
    order:0 !important;
  }