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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(255,255,255);
	--wd-text-font-size: 16px;
	--wd-title-font: "Space Grotesk", 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: rgb(255,255,255);
	--wd-entities-title-color-hover: rgb(250, 42, 36);
	--wd-alternative-font: "Poppins", 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: "Space Grotesk", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(250,42,36);
	--wd-alternative-color: rgb(63,63,63);
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: rgb(250,42,36);
	--btn-default-bgcolor-hover: rgb(63,63,63);
	--btn-accented-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-bgcolor: rgb(250,42,36);
	--btn-accented-bgcolor-hover: rgb(63,63,63);
	--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(249,249,249);
	--wd-link-color-hover: rgb(250,42,36);
	--wd-link-decor-color: rgb(249,249,249);
	--wd-link-decor-color-hover: rgb(250,42,36);
}
.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(0,0,0);
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1500px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1500px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1500px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1500px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


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

/*HEADER*/
@media (min-width: 1025px) {
	.whb-main-header .wd-header-nav .menu > li:not(:last-child) {
		position: relative;
		margin-right: 26px !important;
	}

	.whb-main-header .wd-header-nav .menu > li:not(:last-child)::after {
		content: "/";
		position: absolute;
		top: 50%;
		right: -38px;
		transform: translateY(-42%);
		color: #f9f9f9;
		font-size: 14px;
		line-height: 1;
		font-weight: 300;
		pointer-events: none;
	}

	.whb-main-header .wd-header-nav .menu > li > a {
		padding-right: 0 !important;
		color: #f9f9f9;
	}
	
		.whb-main-header .wd-header-nav .menu > li > a:hover {
		color: #fa2a24;
	}
}

.wd-sub-menu li>a:hover {
    color: #fa2a24;
}

.wd-sub-menu li>a {
    color: #f9f9f9;
}

/*BUTTON*/
.custom-explore-btn.single{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  height: 50px;
  padding: 0 28px; /* was 0 82px 0 28px */
  background: #f4432f;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 4px;
  transition: background-color .3s ease;
  overflow: visible;
	margin-right: 80px;
}

.custom-explore-btn.single::after{
  content: "↗";
  position: absolute;
  top: 0;
  left: calc(100% + 6px);
  width: 54px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4432f;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  transition: background-color .3s ease;
}

.custom-explore-btn.single:hover,
.custom-explore-btn.single:hover::after{
  background: #5a5a5a;
}


/*FOOTER*/
.menu_footer a:hover,
.menu_footer a:focus {
	color: #fa2a24 !important;
}

/*SERVICES PAGE INFO BOX ARROW BUTTON */
.informational_box_with_arrow .info-btn-wrapper i,
.informational_box_with_arrow .info-btn-wrapper .fa-solid,
.informational_box_with_arrow .info-btn-wrapper .fas {
	color: #fff !important;
	font-size: 40px !important;
	transition: color .25s ease;
}
.informational_box_with_arrow .info-btn-wrapper a,
.informational_box_with_arrow .info-btn-wrapper .info-box-btn {
	background-color: #000 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 0 !important; /* change if you want rounded */
}

.informational_box_with_arrow:hover .info-box-title,
.informational_box_with_arrow:hover .info-btn-wrapper a,
.informational_box_with_arrow:hover .info-btn-wrapper a i,
.informational_box_with_arrow:hover .info-btn-wrapper a .fa-solid,
.informational_box_with_arrow:hover .info-btn-wrapper a .fas {
	color: #fa2a24 !important;
}

.informational_box_with_arrow {
	position: relative;
}

.informational_box_with_arrow .info-btn-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 !important;
}

.informational_box_with_arrow_first .info-btn-wrapper {right: 270px !important;}
.informational_box_with_arrow_second .info-btn-wrapper {right: 390px !important;}
.informational_box_with_arrow_third .info-btn-wrapper {right: 360px !important;}

.services_menu_right a:hover {
	color: #fa2a24 !important;
}

.services_menu_right a {
	color: #000000 !important;
}


/*BLOGS*/
.wd-post-cat.wd-style-with-bg {
  display: none !important;
}

.wd-post-reply.wd-style-1 {
  display: none !important;
}

.wd-single-post-header .wd-post-meta {
  display: none !important;
}

.wd-post-author {
  display: none !important;
}

/*Insight Page*/
.separator_text{
    font-size: 40px;
}@media (min-width: 1025px) {
	.wd-post-image img {
  width: 1000px !important;
  max-width: 1000px !important;
}

.wd-post-title {
  text-align: left !important;
  color: #000 !important;
  font-size: 40px !important;
  margin-left: -115px !important;
  width: 60% !important;
  text-wrap: balance;
}

.post_text {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
	text-align: left;
}

.post_button {
  position: relative;
  left: clamp(21px, 13vw, 235px);
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.custom-explore-btn.single{
	min-width: 0 !important;
	width: calc(100vw - 80px) !important;
	max-width: 100% !important;
}

.wd-post-image img {
  width: 1000px !important;
  max-width: 1000px !important;
}

.wd-post-title {
  text-align: left !important;
  color: #000 !important;
  font-size: 40px !important;
  margin-left: -115px !important;
  width: 60% !important;
  text-wrap: balance;
}

.post_text {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
	text-align: left;
}

.post_button {
  position: relative;
  left: clamp(21px, 13vw, 235px);
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.custom-explore-btn.single{
	min-width: 0 !important;
	width: calc(100vw - 80px) !important;
	max-width: 100% !important;
}

.wd-post-title {
  color: #000 !important;
	font-size: 21px !important;
}
}

@media (max-width: 576px) {
	.custom-explore-btn.single{
	min-width: 0 !important;
	width: calc(100vw - 80px) !important;
	max-width: 100% !important;
}


.wd-post-title {
  color: #000 !important;
	font-size: 21px !important;
}

.wd-tools-element>a {
    color: #ffffff !important;
}
}

