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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #444;
	--wd-text-font-size: 16px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(26,61,151);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(26,61,151);
	--btn-accented-bgcolor-hover: rgb(24,56,137);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(30,115,190);
	--wd-link-color-hover: rgb(0,0,0);
	--wd-link-decor-style-hover: solid;
}
.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;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(11,31,58);
	background-image: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
h5.widget-title {
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: rgb(200,162,74);
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* 1. Style the main sidebar container to Dark Navy */
.sidebar-container, 
.wd-sidebar,
aside.sidebar {
    background-color: #0a192f !important; /* Your exact deep navy color */
    padding: 20px;
    border-radius: 8px; /* Optional: rounds the sidebar corners */
}

/* 2. Force all text, titles, and links to White */
.sidebar-container .widget-title,
.sidebar-container ul li a,
.sidebar-container .wd-nav-sidebar li a {
    color: #ffffff !important;
}

/* 3. Add a subtle hover effect for links */
.sidebar-container ul li a:hover,
.sidebar-container .wd-nav-sidebar li a:hover {
    color: #00b4d8 !important; /* Bright blue accent color on hover */
    padding-left: 5px; /* Slight transition slide effect */
    transition: all 0.3s ease;
}

/* 4. Force WoodMart icons & arrows to White */
.sidebar-container .wd-nav-sidebar li a::before,
.sidebar-container .wd-nav-img,
.sidebar-container .wd-caret,
.sidebar-container .widget li::before {
    color: #ffffff !important;
    filter: brightness(0) invert(1); /* Forces any graphic/image icons to turn pure white */
}

/* 5. Clean up borders separating menu items */
.sidebar-container ul li,
.sidebar-container .wd-nav-sidebar li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; /* Subtle white divider line */
}




/* =======================================================
   ACTIVE LINKS & SUBMENU STYLING
   ======================================================= */

/* 1. Distinctive Active Item (Reversed Colors) */
.sidebar-container .wd-nav-sidebar li.current-menu-item > a,
.sidebar-container .wd-nav-sidebar li.active > a,
.sidebar-container ul li.current-cat > a {
    background-color: #ffffff !important; /* Pure white background */
    color: #0a192f !important;            /* Dark navy text */
    font-weight: 700;                     /* Make text bold so it stands out */
    border-radius: 4px;                   /* Softens the edges of the active block */
    padding-left: 12px !important;        /* Gives the text breathing room inside the block */
}

/* 2. Invert active item icons and carets to Dark Navy */
.sidebar-container .wd-nav-sidebar li.current-menu-item > a::before,
.sidebar-container .wd-nav-sidebar li.current-menu-item > a .wd-caret,
.sidebar-container .wd-nav-sidebar li.active > a::before,
.sidebar-container .wd-nav-sidebar li.active > a .wd-caret {
    color: #0a192f !important;
    filter: none !important;              /* Removes the white filter so it turns dark */
}

/* 3. Lighter Tone for Submenus (Nested Lists) */
.sidebar-container .wd-nav-sidebar .sub-menu,
.sidebar-container ul.children {
    background-color: rgba(255, 255, 255, 0.05) !important; /* Blends a touch of white to lighten the navy */
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-radius: 4px;
}

/* 4. Indent and slight fade for sub-menu links */
.sidebar-container .wd-nav-sidebar .sub-menu li a,
.sidebar-container ul.children li a {
    padding-left: 20px !important;        /* Indents the submenu text */
    color: rgba(255, 255, 255, 0.8) !important; /* Soft white text for lower hierarchy */
    font-size: 0.95em;                    /* Slightly smaller text for submenus */
}

/* 5. Submenu hover state safety check */
.sidebar-container .wd-nav-sidebar .sub-menu li a:hover,
.sidebar-container ul.children li a:hover {
    color: #00b4d8 !important;            /* Keeps your bright blue accent color on hover */
    background: none !important;          /* Prevents the white background unless it's actually active */
}
