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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(24,24,24);
	--wd-text-font-size: 16px;
	--wd-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(24,24,24);
	--wd-entities-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(24,24,24);
	--wd-entities-title-color-hover: rgb(220, 31, 38);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(24,24,24);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(220,31,38);
	--wd-alternative-color: rgb(116,1,5);
	--wd-link-color: rgb(220,31,38);
	--wd-link-color-hover: rgb(116,1,5);
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 500;
	--btn-default-transform: none;
	--btn-default-bgcolor: rgb(220,31,38);
	--btn-default-bgcolor-hover: rgb(116,1,5);
	--btn-accented-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 500;
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(220,31,38);
	--btn-accented-bgcolor-hover: rgb(116,1,5);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(116,1,5);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--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);
}
}


/* ---------------------
## Custom Styles
----------------------- */
.wazile-darkbg,
.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;
}
.column1,
.column2 {
    width: 100%;
}
#inquire input[type=text],
#inquire input[type=email],
#inquire textarea {
    font-size: 16px;
    height: 50px;
    padding: 0 20px !important;
}
#inquire textarea {
    padding: 10px 20px !important;
}
#inquire input::placeholder,
#inquire input::placeholder,
#inquire textarea::placeholder {
    color: #8b8b8b;
}
#inquire input[type=submit] {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    padding: 14px 30px;
    border-radius: 10px;
}
#inquire input[type=submit]:hover {
    background-color: #740105 !important;
    color: #fff;
}
@media (max-width: 1000px) {
    #inquire input[type=submit] {
        padding: 15px 30px;
    }
}
@media (max-width: 1024px) {
    #inquire input[type=submit] {
        background-position: top 16px right 30px;
    }
}


/* ---------------------
## Theme Overrides
----------------------- */
/* Container */
.main-page-wrapper {
    padding-top: 0;
}
.site-content {
    margin-bottom: 0;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}
.wd-content-layout {
    padding-block: 0;
}


/* 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;
}


/* Header */
header .wd-nav>li {
    margin-right: 15px;
}
header .wd-nav>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #181818 !important;
}
header .wd-nav>li>a:hover {
    color: #dc1f26 !important;
}
#top-header-contact .wd-list {
    display: inline-block;
    margin-right: 25px;
}
#top-header-contact .wd-list .wd-icon {
    margin-top: 6px;
    margin-right: 3px;
}
#top-header-contact a {
    font-size: 13px;
    color: #fff;
}
#top-header-contact a:hover {
    color: #d4d4d4;
}
.whb-top-bar .wd-social-icons>a {
    width: 28px;
    height: 28px;
    background: #dc1f26;
}
.whb-top-bar .wd-social-icons .wd-icon::before {
    font-size: 11px;
}
.whb-top-bar .wd-social-icon.social-facebook:hover {
    background-color: #4267B3 !important;
}
.whb-top-bar .wd-social-icon.social-instagram:hover {
    background-color: #774430 !important;
}
.whb-top-bar .wd-social-icon.social-linkedin:hover {
    background-color: #0274B3 !important;
}


/* Mobile Navigation */
.wd-side-hidden {
    background-color: #f6f8fa;
}
.wd-nav-mobile>li>a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #181818;
    text-transform: capitalize;
    min-height: 55px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.wd-nav-mobile .wd-sub-menu li>a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.wd-nav-mobile>li>a:hover {
    color: #fff !important;
    background-color: #dc1f26;
}
.wd-nav-mobile li:active>a {
    background-color: #dc1f26 !important;
}
.wd-nav-mobile li.current-menu-item>a {
    color: #fff !important;
    background-color: #dc1f26;
}
.wd-nav-mobile li:active>a,
.wd-nav-mobile li.opener-page>a {
    color: #fff !important;
    background-color: #dc1f26 !important;
}
.wd-nav-mobile .current_page_item .wd-nav-opener {
    color: #fff;
    background: #dc1f26;
}



/* Page title */
.page-title {
    margin-bottom: 0 !important;
}
.page-title .title {
    font-size: 56px !important;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .page-title {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .page-title .title {
        font-size: 52px !important;
    }
}
.wd-breadcrumbs {
    font-size: 14px;
    margin-top: 10px;
}
.wd-breadcrumbs .wd-last {
    background: #f6f8fa;
    border-radius: 7px;
    padding: 10px 20px;
    margin-left: 20px;
}
.wd-breadcrumbs .wd-delimiter {
    display: none;
}

/* Fonts */
h2.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l,
h3.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-family: 'Geologica', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}
h3.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 32px;
}
.title-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px !important;
    border-radius: 10px !important;
    margin-bottom: 30px;
}
.wd-text-block p,
.info-box-inner p,
.banner-inner,
.banner-inner p,
.wd-list-content,
.wpb_text_column p,
.title-after_title {
    font-size: 16px;
    line-height: 1.8;
}
.info-box-title {
    text-transform: none;
}
.wazile-darkbg .title-after_title {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.8;
}
.wd-text-block h4 {
    font-size: 22px;
}
.woodmart-title-container {
    padding-bottom: 15px;
}
@media (max-width: 576px) {
    .title-wrapper .title-subtitle {
        font-size: 16px !important;
    }
}


/* Buttons */
.btn.btn-color-primary,
.btn.btn-color-alt {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    padding: 14px 30px;
    border-radius: 10px;
}


/* Lists */
.wd-list li {
    align-items: flex-start !important;
}
.wd-list .wd-icon {
    margin-top: 10px;
    margin-right: 6px;
}


/* Parallax */
.waz-home-cta {
    background-attachment: fixed !important;
}


/* Post Category */
body.archive .site-content {
    margin-top: 70px;
    margin-bottom: 120px;
}


/* Portfolio */
.wd-project .entry-thumbnail {
    border-radius: 15px;
}
.wd-project .portfolio-info .wrap-title {
    font-family: 'Geologica', sans-serif;
    font-size: 22px;
}

/* Single Post */
.single-post .wd-page-nav .wd-entities-title {
    font-size: 18px;
}
.single-post .wd-post-meta {
    font-size: 15px;
}
.single-post .widget-title {
    font-size: 24px;
}
.single-post .site-content,
.single-post .page-title {
    margin-bottom: 80px !important;
}
.single-post h3.entry-title,
.single-post .meta-post-categories,
.single-post .wd-post-cat,
.single-post .wd-breadcrumbs,
.single-post .back-to-archive {
    display: none;
}
.single-post .wd-post-meta {
    display: flex;
    gap: 20px;
}
.single-post .wd-post-meta .wd-meta-author>span {
    margin-right: 10px;
}


/* Footer */
footer .main-footer {
    padding-top: 60px;
    padding-bottom: 40px;
}
footer .widget-title {
    font-family: 'Geologica', sans-serif;
    font-size: 22px !important;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}
footer p,
footer a,
footer span {
    font-size: 16px;
    line-height: 2.3;
    color: #bebebe;
}
footer #footer-socials h5 {
    font-family: 'Geologica', sans-serif;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
}
footer .wd-social-icons {
    display: inline-block;
}
footer .wd-social-icon {
    width: 42px;
    height: 42px;
    background: #dc1f26 !important;
    margin-right: 8px !important;
}
footer .wd-social-icon .wd-icon {
    color: #fff;
}
footer .wd-social-icon.social-facebook:hover {
    background-color: #4267B3 !important;
}
footer .wd-social-icon.social-instagram:hover {
    background-color: #774430 !important;
}
footer .wd-social-icon.social-linkedin:hover {
    background-color: #0274B3 !important;
}
.wd-copyrights p,
.wd-copyrights a {
    font-size: 14px;
    line-height: 1;
    color: #bebebe;
}
footer a:hover, .wd-copyrights a:hover {
    color: #fff !important;
}
footer .copyrights-wrapper {
    border-top: none !important;
}
footer .copyrights-wrapper>.container {
    padding-top: 30px;
    padding-bottom: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.295);
}
@media (min-width: 1025px) {
    footer .footer-column.footer-column-1.wd-grid-col {
        grid-column: auto/span 5;
    }
}


/* Back to top */
.scrollToTop {
    color: #fff !important;
    border: 1px solid #fff;
    background-color: #740105 !important;
}
.scrollToTop:hover {
    background-color: #181818 !important;
}


/* CF7 */
.wpcf7 .screen-reader-response {
    display: none;
}


/* Recaptcha */
.wpcf7-recaptcha>div {
    margin: 0 auto;
}