@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//gracefulbeautiehealthwellness.com/wp-content/themes/woodmart/fonts/woodmart-font-3-700.woff2?v=7.3.0") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(235,221,217);
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(61,61,61);
--wd-text-font-size:18px;
}
:root{
--wd-title-font:"Lato", Arial, Helvetica, sans-serif;
--wd-title-font-weight:700;
--wd-title-transform:inherit;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Josefin Sans", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:600;
--wd-entities-title-color:rgb(51,51,51);
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Josefin Sans", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Josefin Sans", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:17px;
}
:root{
--wd-header-el-font:"Josefin Sans", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:600;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:15px;
}
@media (max-width: 1024px){
:root{
--wd-header-el-font-size:17px;
}
}
@media (max-width: 767px){
:root{
--wd-header-el-font-size:17px;
}
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a, html .wd-nav-mobile .wd-sub-menu li a{
	font-size: 16px;text-transform: capitalize;color: rgb(81,81,81);
}

@media (max-width: 1024px){
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a, html .wd-nav-mobile .wd-sub-menu li a{
	font-size: 15px;
}

}
@media (max-width: 767px){
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a, html .wd-nav-mobile .wd-sub-menu li a{
	font-size: 15px;
}

}
:root{
--wd-primary-color:rgb(103,166,158);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
.page .main-page-wrapper{
	background-color:rgb(239,230,227);
	background-image: none;
}

:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(250,99,52);
}
:root{
--btn-accented-bgcolor-hover:rgb(228,90,47);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
input.rounded-submit {
  border-radius: 4px;
}

.page-title-default {
  display: none;
}@media (min-width: 1025px) {
	/* Remove active styling for menu items with anchor links */
.menu-item a[href*="#"] {
    color: #373839 !important; /* Replace with your menu's default color */
    background-color: transparent !important; /* Adjust if needed */
}
.menu-item a[href*="#"]:hover {
    color: #64a69e !important; /* Replace with your desired hover color */
}


}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Fix for mobile menu anchor links */
.mobile-nav .woodmart-nav-link[href*="#"] {
    color: #373839 !important; /* Replace with your mobile menu's default text color */
    background-color: transparent !important; /* Adjust if needed */
}

.mobile-nav .woodmart-nav-link[href*="#"]:hover {
    color: #64a69e !important; /* Replace with your desired hover color */
}

/* Remove active state styling for anchor links in mobile menu */
.mobile-nav .current-menu-item .woodmart-nav-link[href*="#"],
.mobile-nav .current_page_item .woodmart-nav-link[href*="#"] {
    color: #373839 !important; /* Replace with your mobile menu's default text color */
    background-color: transparent !important; /* Adjust if needed */
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* Fix for mobile menu anchor links */
.mobile-nav .woodmart-nav-link[href*="#"] {
    color: #373839 !important; /* Replace with your mobile menu's default text color */
    background-color: transparent !important; /* Adjust if needed */
}

.mobile-nav .woodmart-nav-link[href*="#"]:hover {
    color: #64a69e !important; /* Replace with your desired hover color */
}

/* Remove active state styling for anchor links in mobile menu */
.mobile-nav .current-menu-item .woodmart-nav-link[href*="#"],
.mobile-nav .current_page_item .woodmart-nav-link[href*="#"] {
    color: #373839 !important; /* Replace with your mobile menu's default text color */
    background-color: transparent !important; /* Adjust if needed */
}
}

@media (max-width: 576px) {
	/* Fix for mobile menu anchor links */
.mobile-nav .woodmart-nav-link[href*="#"] {
    color: #373839 !important; /* Replace with your mobile menu's default text color */
    background-color: transparent !important; /* Adjust if needed */
}

.mobile-nav .woodmart-nav-link[href*="#"]:hover {
    color: #64a69e !important; /* Replace with your desired hover color */
}

/* Remove active state styling for anchor links in mobile menu */
.mobile-nav .current-menu-item .woodmart-nav-link[href*="#"],
.mobile-nav .current_page_item .woodmart-nav-link[href*="#"] {
    color: #373839 !important; /* Replace with your mobile menu's default text color */
    background-color: transparent !important; /* Adjust if needed */
}
}

