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

:root {
	--wd-text-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(17,17,28);
	--wd-text-font-size: 16px;
	--wd-title-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(17,17,28);
	--wd-entities-title-color-hover: rgb(59, 144, 255);
	--wd-alternative-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(17,17,28);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "General Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(59,144,255);
	--wd-alternative-color: rgb(17,17,28);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(59,144,255);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(17,17,28);
	--wd-link-color-hover: rgb(59,144,255);
}
.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: rgba(255,255,255,0);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-icon-size: 20px;
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-size: 0px;
	--wd-pagin-bg: rgb(0,0,0);
	--wd-pagin-bg-hover: rgb(59,144,255);
	--wd-pagin-bg-act: rgb(59,144,255);
	--wd-pagin-radius: 17px;
	--wd-pagin-brd-color: rgb(0,0,0);
	--wd-pagin-brd-color-hover: rgb(59,144,255);
	--wd-pagin-brd-color-act: rgb(59,144,255);
	--wd-pagin-brd: 1px solid;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-icon-size: 0px;
	}
	.wd-nav-pagin-wrap:not(.wd-custom-style) {
		--wd-pagin-size: 12px;
	}

}

@media (max-width: 768.98px) {
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-icon-size: 0px;
	}
	.wd-nav-pagin-wrap:not(.wd-custom-style) {
		--wd-pagin-size: 12px;
	}

}
:root{
--wd-container-w: 1215px;
--wd-form-brd-radius: 5px;
--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: 1215px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


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

@font-face {
	font-family: "General Sans";
	src: url("//volteraindustries.com/wp-content/uploads/2025/11/GeneralSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "General Sans";
	src: url("//volteraindustries.com/wp-content/uploads/2025/11/GeneralSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "General Sans";
	src: url("//volteraindustries.com/wp-content/uploads/2025/11/GeneralSans-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "General Sans";
	src: url("//volteraindustries.com/wp-content/uploads/2025/11/GeneralSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

ul#menu-main-menu a {
    letter-spacing: 1px;
}

h1.elementor-heading-title span {
    color: #3B90FF !important;
}

.oppor-box {
    backdrop-filter: blur(6px);
}

.oppor-box .info-box-content b {
    color: #3B90FF !important;
}

.updates-blog .wd-post-thumb img {
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-design-masonry {
    --wd-post-align: left !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
    border: 1px solid hwb(0deg 50% 50% / 40%) !important;
    box-shadow: none !important;
    border-radius: 22px !important;
}


.blog-design-masonry {
    --wd-post-align: left !important;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
    border: 1px solid hwb(0deg 50% 50% / 40%) !important;
    box-shadow: none !important;
    border-radius: 22px !important;
    background-image: linear-gradient(4deg, hsl(240deg 7% 86% / 8%), rgb(218 218 223 / 50%));
}

.blog-design-masonry.blog-style-bg .wd-post-content {
    background-color: #ffffff00 !important;
}

.updates-blog .wd-post-thumb {
    border-radius: 20px !important;
}

.updates-blog .wd-entities-title a {
    color: inherit;
    font-size: 24px !important;
    font-weight: 600 !important;
}


.updates-blog .wd-entities-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: calc(1.2em * 2);
}

.updates-blog .wd-post-read-more a {
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 6px;
    font-size: 16px;
}


input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select {
    height: 57px !important;
    font-size: 16px !important;
}


input[type="submit"], .cookies-buttons .cookies-accept-btn {
    color: #F5F5FC !important;
	  letter-spacing: 1px !important;
    background-color: #3B90FF !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 8px !important;
    padding: 20px 30px 20px 30px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

input[type="submit"]:hover, .cookies-buttons .cookies-accept-btn:hover {
    background-color: #11111C !important;
    color: #F5F5FC !important;
}

.grecaptcha-badge {
    display: none !important;
}


.scrollToTop {
    left: 15px !important;
    bottom: 90px !important;
    color: #fff !important;
    background: #3B90FF !important;
    border-radius: 9px !important;
}

.icon-box:hover img {
  rotate: 360deg;
  transition: 0.5s;
	scale: 0.9;
}

.icon-box img {
  transition: 0.5s;
}

.wpcf7 label {
    color: #ffffff !important;
}


.contact-info span.elementor-icon-list-icon {
    background: #0092ff;
    padding: 13px 10px 13px 15px;
    border-radius: 9px;
    border-bottom: 2px solid #ffffff;
    margin-right: 7px;
}

.contact-info span.elementor-icon-list-text {
    word-break: break-all;
}


.codedropz-upload-inner, .codedropz-upload-inner h3, .dnd-upload-counter {
    color: #ffffff;
}

a.cd-upload-btn {
    color: #3b90ff;
}

.dnd-upload-status .dnd-upload-image span.file, .dnd-upload-status .dnd-upload-details .remove-file {
    filter: invert(1);
}

.dnd-upload-status .dnd-upload-details .name em {
    color: #ffffff;
    font-weight: 700;
}


.wpcf7-response-output {
    border-radius: 8px !important;
    max-width: fit-content;
}

div#tidio-chat {
    bottom: 40px !important;
}

.market-opp a:hover {
    text-decoration: underline !important;
}

.our-founder {
    transition: 0.5s;
}

.our-founder:hover {
    filter: drop-shadow(2px 4px 15px #6c6c6c);
    transition: 0.5s;
}

li.elementor-icon-list-item.elementor-inline-item:hover:nth-child(2) span.elementor-icon-list-text {
    color: #fcfcfc !important;
}


div#comments {
    display: none !important;
}

.wd-post-cat.wd-style-with-bg {
    display: none !important;
}
.post-single-page .wd-post-meta {
    display: none !important;
}

.footer-sec .current-menu-item a {
    color: #3b90ff !important;
}

.dnd-upload-status .dnd-upload-details .name span {
    color: #ffffff !important;
}@media (min-width: 1025px) {
	.footer-sec::before {
    background-position: 261px 0px !important;
}

.wd-header-main-nav .current-menu-item:before {
    content: url(/wp-content/uploads/2025/11/eeector.png);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -50px;
}

.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a {
    color: #11111C !important;
}

.whb-sticked .wd-header-main-nav .current-menu-item:before {
        bottom: -37px !important;
    }

.blog-design-masonry .wd-post-content {
    padding: 28px !important;
}

.post-single-page .wd-post-image img {
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    width: 1300px;
    
}

.wd-single-footer {
    margin-bottom: 55px;
}

.post-single-page .wd-post-title {
    font-size: 40px;
    margin-top: 40px !important;
}

    h3.entry-title.title {
        font-size: 70px;
        line-height: 80px !important;
        text-transform: uppercase;
        margin-top: 27px;
        margin-bottom: 27px;
    }

@media screen and (max-width: 1400px) {
.footer-sec::before {
    background-position: 164px 0px !important;
}
	h2.elementor-heading-title {
    font-size: 40px !important;
    line-height: 50px !important;
}
	h1.elementor-heading-title {
    font-size: 50px !important;
    line-height: 55px !important;
}
	.pg-banner 	h1.elementor-heading-title {
    font-size: 60px !important;
    line-height: 65px !important;
}
	h3.entry-title.title {
    font-size: 60px;
    line-height: 65px !important;
    text-transform: uppercase;
}
	
	.hero-heading h1.elementor-heading-title {
    margin-right: 30px;
}
}

@media only screen and  (min-width: 1401px) and (max-width: 1600px) {
	.footer-sec::before {
    background-position: 208px 0px !important;
}
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.updates-blog .wd-entities-title a {
    color: inherit;
    font-size: 20px !important;
    font-weight: 600 !important;
}

ul#menu-footer-menu a {
    color: #ffffff;
}

.updates-blog [class*="wd-grid"] {
    --wd-col-sm: 3 !important;
}

.updates-blog .wd-post-thumb img {
    height: 180px !important;
    object-fit: cover;
    border-radius: 20px;
}

.blog-style-bg .wd-post-content {
    padding: 15px !important;
}

    h3.entry-title.title {
        font-size: 50px;
        line-height: 60px !important;
        text-transform: uppercase;
        margin-top: 27px;
        margin-bottom: 27px;
    }

.post-single-page .wd-post-image img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    width: 1300px;
    
}

@media only screen and  (min-width: 957px) and (max-width: 1024px) {
.our-founder .info-box-wrapper {
    margin-left: 50px !important;
}
}
}

@media (max-width: 576px) {
	.updates-blog .wd-entities-title a {
    color: inherit;
    font-size: 18px !important;
    font-weight: 600 !important;
}

ul#menu-footer-menu a {
    color: #ffffff;
}


.updates-blog .wd-post-thumb img {
    height: 220px !important;
    object-fit: cover;
    border-radius: 20px;
}

    h3.entry-title.title {
        font-size: 40px;
        line-height: 50px !important;
        text-transform: uppercase;
        margin-top: 27px;
        margin-bottom: 27px;
    }

.post-single-page .wd-post-image img {
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    width: 1300px;
    
}
}

