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

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 24px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(136,177,75);
	--wd-alternative-color: rgb(0,16,65);
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: rgb(136,177,75);
	--btn-default-bgcolor-hover: rgb(0,16,65);
	--btn-accented-bgcolor: rgb(136,177,75);
	--btn-accented-bgcolor-hover: rgb(0,16,65);
	--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(136,177,75);
	--wd-link-color-hover: rgb(0,16,65);
}
.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 {
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,16,65);
	background-image: url(https://fmic.com.ph/wp/wp-content/uploads/2023/03/footer-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(136,177,75);
}

/* Fix: Woodmart's scrollBar.js injects --wd-scroll-w: 15px in Chrome via JS, causing full-width WPBakery rows to be 15px narrower than the viewport. */
:root {
    --wd-scroll-w: 0px !important;
}

/* ---------------------
## 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,
    .two_columns_50_50 .colum2 {
        width: 50%;
    }
}

.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,
#inquire select,
#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: "Poppins";
    line-height: 18px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-transform: none;
    color: #fff;
    background-color: #88b14b !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;
    }
}

/* Contact form recaptcha */
span.wpcf7-form-control-wrap.recaptcha {
    display: flex;
    justify-content: center;
}

/* ---------------------
## 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;
}

.wd-content-layout {
    padding-block: 0PX !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;
}

/* Page title */
.page-title {
    margin-bottom: 0;
}
@media (min-width: 1025px) {
    .page-title-default {
        padding: 90px 0px !important;
    }
}
@media (max-width: 1024px) {
    .page-title-default {
        padding: 90px 0px !important;
    }
}

/* Fonts */
.woodmart-title-container.wd-fontsize-l {
    font-size: 36px;
}
.title-subtitle.wd-fontsize-xs,
.wd-list .list-content {
    font-size: 16px;
}
.subtitle-color-default.subtitle-style-default {
    color: #88b14b !important;
}
.wpb_text_column p,
.info-box-inner {
    line-height: 2;
}
.min-footer p,
.min-footer a {
    font-size: 14px;
}
h4.info-box-title.box-title-style-default.wd-fontsize-m {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}
h4.info-box-title.box-title-style-default.wd-fontsize-s {
    font-size: 19px;
    margin-bottom: 8px;
	  font-weight: 600;
}
h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 30px;
}
h5.widget-title {
    margin-bottom: 35px;
}
h2.woodmart-title-container.wd-fontsize-l {
    font-size: 36px;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #001041;
}

/* Navigation */
.wd-nav[class*="wd-style-"]>li>a {
    margin: 0px 8px;
}
/* Main menu */
@media (max-width: 1024px) {
	.whb-general-header {
		padding: 15px 0;
	}
}

/* Single Post */
body.single-post .wd-page-nav .wd-entities-title {
    font-size: 18px;
}
body.single-post .widget-title {
    font-size: 24px;
}
body.single-post .site-content {
    margin-bottom: 70px;
}
body.single-post .page-title {
	margin-bottom: 70px;
}
body.single-post .back-to-archive {
	display: none;
}
@media (max-width: 1024px) {
	.post-single-page .post-title {
		font-size: 32px !important;
	}
}

/* Post - Category */
body.archive.category .site-content {
    margin-top: 70px;
    margin-bottom: 50px;
}

/* Footer */
@media (min-width: 1025px){
    footer #menu-menu-links {
            columns: 2;
    }
}
footer #menu-menu-links li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #88b14b;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 4px;
}
.color-scheme-light .icons-design-simple .wd-social-icon {
    background-color: #88b14b !important;
}
.footer-sidebar {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
footer .footer-column-3 .wd-list li {
    display: flex;
    align-items: flex-start;
}
footer .footer-column-3 .list-icon {
    margin-top: 3px;
}

/* Mobile menu */
.mobile-nav.wd-side-hidden {
    background-color: #001041;
}
.wd-nav-mobile li > a {
    color: #fff !important;
}
.wd-nav-mobile li.current-menu-item>a {
    color: #cbcbcb !important;
}
.wd-nav-mobile li a {
    border-bottom: 1px solid #0a1a4a !important;
}
.wd-nav-mobile li:active>a {
    background-color: #88b14b !important;
}

/* Blog */
.single-post .wp-block-search__label {
    display: none;
}
.single-post .page-title .container:before {
    content: 'News';
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    line-height: 95px;
}
.single-post .page-title h3.entry-title.title {
    display: none;
}
@media (max-width: 1024px) {
	.single-post .page-title .container:before {
			font-size: 36px;
		  line-height: 52px;
	}
}


/* Contact Form */
.wpcf7 .screen-reader-response,
.wpcf7 form:not(.sent) .wpcf7-response-output {
    display: none;
}

fieldset.hidden-fields-container {
    display: none;
}