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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(30,30,30);
	--wd-text-font-size: 18px;
	--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: "Nunito", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(33,131,128);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(33,131,128);
	--btn-accented-bgcolor-hover: rgb(30,119,117);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-image: url(https://www.diginspire.ph/wp/wp-content/uploads/2024/02/header-bg.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(50,46,46);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
: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: 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: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* ---------------------
## Custom Styles
----------------------- */
.wazile-darkbg a,
.wazile-darkbg p,
.wazile-darkbg div,
.wazile-darkbg h1,
.wazile-darkbg h2,
.wazile-darkbg h3,
.wazile-darkbg h4,
.wazile-darkbg h5,
.wazile-darkbg h6 {
    color: #fff;
}

/* Contact Form */
@media (min-width: 1000px) {
    .two_columns_50_50 {
        display: flex;
        justify-content: space-between;
    }
}

.two_columns_50_50 .column1 .column_inner {
    padding-left: 0 !important;
}

.two_columns_50_50 .column2 .column_inner {
    padding-right: 0 !important;
}

#inquire input[type=text],
#inquire input[type=email],
#inquire textarea,
#apply input[type=text],
#apply input[type=email],
#apply textarea {
    background-color: #fff;
    height: 50px;
}

#inquire input[type=submit],
#apply input[type=submit] {
    font-family: "Nunito";
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: none;
    color: #fff;
    background-color: #218380 !important;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 30px;
}

@media (max-width: 1000px) {

    #inquire input[type=submit],
    #apply input[type=submit] {
        padding: 15px 30px;
        font-size: 15px;
    }
}



/* ---------------------
## Theme Overrides
----------------------- */
.main-page-wrapper {
    padding-top: 0;
}

/* Container */
.site-content {
    margin-bottom: 0;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}

/* Remove spacing if BG is enabled on row */
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section,
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

/* Image */
@media (min-width: 768px) {
	.wd-image{
		margin-bottom:0px !important;
	}
}

/* Fonts */
h2.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 35px;
}

.title-subtitle.subtitle-color-default.font-default.subtitle-style-default.wd-font-weight-.wd-fontsize-xs {
    font-size: 15px;
    color: #d81159;
    font-weight: 800;
}
.title-subtitle.subtitle-color-white.font-default.subtitle-style-default.wd-font-weight-.wd-fontsize-xs {
    font-size: 15px;
    font-weight: 800;
}

/* Header */
.whb-general-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*.wd-nav-main>li>a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}*/

/* Sticked Navbar 

.whb-sticked .whb-color-dark:not(.whb-with-bg) {
    background-color: #00194c;
}

.whb-sticked .wd-nav[class*="wd-style-"]>li>a {
    color: #fff;
}

.whb-sticked .wd-tools-element .wd-tools-icon::before {
    color: #fff !important;
}*/

/* Mobile Nav 
.mobile-nav.wd-side-hidden {
    background-color: #00194c !important;
}

.wd-nav-mobile>li>a {
    color: #fff;
}

.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    border-bottom: 1px solid rgb(255 255 255 / 11%);
}

.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a {
    background-color: #0b2b6a;
}

.wd-nav-mobile li.current-menu-item>a {
    color: var(--wd-primary-color);
    background-color: #0b2b6a;
}*/

/* Blogs */
.woodmart-archive-blog .site-content {
    padding: 90px 0px 90px 0px;
}

.single-post h1.wd-entities-title.title.post-title {
    font-size: 35px !important;
}

.sidebar-container .wd-entities-title.title {
    font-size: 20px;
}

.sidebar-container .wp-block-search__label {
    display: none;
}

.single-post .site-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.single-post .sidebar-container {
    padding-top: 90px;
    padding-bottom: 90px;
}

.single-post .back-to-archive {
    display: none !important;
}

.single-post .post-title-large-image.color-scheme-light:after {
    background: linear-gradient(transparent 6%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
}

/* Page Title */
.page-title{
    margin-bottom:0px !important;
}

.page-title.title-size-default {
    padding: 80px 0px 80px 0px;
}

.page-title.title-size-default .title {
    font-size: 45px !important;
}


/* Footer */
.footer-sidebar {
    padding-block: 80px 30px !important;
}

footer #menu-useful-links li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fbb13c;
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 4px;
}

ul#menu-useful-links {
    columns: 2;
}

footer h5 {
    color: #fff !important;
    font-family: 'Poppins';
    text-transform: capitalize !important;
    font-size: 25px !important;
    margin-bottom: 35px !important;
}

footer p, footer a {
    font-size: 16px;
}

.min-footer p, min-footer a {
    font-size: 14px;
}

footer .icons-design-default.color-scheme-light .wd-social-icon, [class*="color-scheme-light"] .icons-design-default .wd-social-icon a:not(:first-child) {
    padding-right: 25px;
}

.scrollToTop.button-show {
    opacity: 1;
    transform: none;
    pointer-events: visible;
    border: 2px solid #218380;
    border-radius: 5px;
    color: #218380;
}