@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//newrest.neurosynthesis.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,152,83);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--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;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgba(10,10,10,0);
}

:root, :host {
    --font-sans: "Aptos", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 10s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-header: "Scale VF", sans-serif;
    --font-body: "Aptos", sans-serif;
    --text-h1: 60px;
    --text-h2: 45px;
    --text-h3: 30px;
    --text-h4: 25px;
    --text-h5: 20px;
    --text-h6: 20px;
    --text-cta: 18px;
    --text-body: 16px;
    --text-small: 14px;
    --color-gray: #757578;
    --color-burgundy: #651c32;
    --color-caramel: #db6f16;
    --color-peach: #ff9853;
    --color-eggshell: #fae0c9;
    --color-blizzard: #e0dfda;
    --color-deep: #050503;
    --color-yellow: #ff0;
    --color-jaune: #fdf298;
    --color-rse-green: #2f3b23;
    --color-rse-green-2: #96ab6a;
    --color-services: #2ca19c;
    --ease-in-custom: cubic-bezier(.34, 1.56, .64, 1);
}


.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
    padding-block: 0px;
}
.menu-main-header-white{

    font-size: 30px;
    color: orange;

}

[class*="wd-header-search-form"] {
    padding-inline: 10px;
    flex: 1 1 auto;
    max-width: 300px;
}
.searchform[class*="wd-style-with-bg"] .searchsubmit {
    --btn-color: #fff;
    --btn-bgcolor: none;
}
.searchform input[type="text"] {
   background-color:transparent;
}

.wd-tools-element .wd-tools-icon:before {
    font-size: 34px!important;
	color:#fff;
}

#mini-header-menu a{
		font-size:16px;
	color:#fff;
	margin-left:12px;
}

#menu-copyright-menu-en {
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    row-gap: 6px;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
	list-style: none;
	color:#fff;
}

/* FRONT SLIDER*/
.center {
	text-align:center;
}
.header-front-1{
	font-size:35px;
	color:#fff;
	line-height:1;
}
.header-front-2{
	font-size:130px;
	color:#fff;
	line-height:1;
}
.header-front-3{
	font-size:16px;
	color:#fff;
	line-height:1.3;
	padding-left:150px;
	padding-right:150px;
}

.menu-main-header-white{
	font-family: "Aptos", sans-serif;
	font-size:26px;
	font-weight: 500;
	color:#651C32;
	line-height:32px;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:10px;
}

.menu-elements-white{
	color:#7A7A7D;
	font-family: "Aptos", sans-serif;
	font-size:32px;
	font-weight: 500;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	line-height 16px;
}

.menu2-expertise-white{
	color:#9B9B9E;
	font-family: "Aptos", sans-serif;
	font-size:16px;
	font-weight: 300;
	line-height:1.8;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	letter-spacing :0.5px ;
}

.menu-melements-orange{
	color:#FFFFFF;
	font-family: "Aptos", sans-serif;
	font-size:16px;
	font-weight :300;
	line-height:1.8;
	padding-left:50px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	letter-spacing:0.5px;
}

/* Header container */
.footer-html-block .footer-header-white {
    color: #FFFFFF !important;
    font-family: "Plateia", sans-serif; /* your custom font */
    font-weight: 700;                   /* matches Plateia Bold */
    text-transform: uppercase;
    display: grid;
    grid-template-rows: auto auto;
    width: calc(100% - 150px);          /* align with white line */
    margin-left: 150px;                 /* align with line */
}

/* Both words */
.footer-html-block .footer-header-white span {
    display: block;
    font-size: clamp(60px, 8vw, 100px);
    line-height: 0.9;
    transform-origin: left center;
}

/* Top word */
.footer-html-block .footer-header-white .top-word {
    transform: scaleX(1.15); /* adjust until perfectly aligned */
}

/* Bottom word */
.footer-html-block .footer-header-white .bottom-word {
    transform: scaleX(1.15); /* same scale for perfect stacking */
}

/* White line aligned */
.white-line {
    height: 1px;
    background: white;
    width: calc(100% - 150px);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 150px;
}




.footer-letters-colored {
	color:#651E34;
	font-family: "Aptos", sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.2;        /* tighter vertical spacing */
	padding-left:150px;
	letter-spacing:0.3px; /* letters closer horizontally */
}

/* All white letters: tight but readable */
.footer-letters-white {
    color: #FFFFFF;
    font-family: "Aptos", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;       /* controls vertical spacing inside text */
    padding-left: 50px;
    letter-spacing: -0.3px;
    margin: 0;               /* reset default div spacing */
}

/* Uniform gap between consecutive lines */
.footer-letters-white + .footer-letters-white {
    margin-top: 4px;        /* small, consistent spacing */
}

/* Optional: bigger gap after header */
.footer-secondary-header-colored {
    color:#651E34;
    font-family: "Aptos", sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:1.6;
    padding-left:50px;
    letter-spacing:-0.3px;
    margin-top: 20px;       /* space from previous section */
    margin-bottom: 8px;     /* space to first white letter */
}

/* Last line: keep normal spacing from line above */
.footer-letters-white:last-of-type {
    margin-top: 4px;        /* same as other lines */
}

.footer-letters-botoom-right-white {
    color:#FFFFFF;
    font-family: "Aptos", sans-serif;
    font-size:26px;
    font-weight:700;
    line-height:1.2;
    padding-left:0px;
    letter-spacing:-0.3px;
}

.footer-button a{
    border: 0.5px solid #FFFFFF; /* border only on the button itself */
width: 125px;
}

.desktop-column-button a{
    border: 0.5px solid #FF6600;; /* border only on the button itself */
}

/*SSSSSSSSSSSSS*/
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/





