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

:root {
	--wd-text-font: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(121,126,136);
	--wd-text-font-size: 18px;
	--wd-title-font: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 900;
	--wd-title-color: rgb(31,31,31);
	--wd-entities-title-font: "Nunito Sans", 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: "Nunito Sans", 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 Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 900;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(37,95,56);
	--wd-alternative-color: rgb(232,167,17);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(37,95,56);
	--btn-accented-bgcolor-hover: rgb(72,121,88);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.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(255,255,255);
	background-image: url(https://thrivingtogether.ph/wp/wp-content/uploads/2025/11/Wazile_Logos-Menu-Bar-Footer-1-5.png);
	background-repeat: no-repeat;
	background-size: contain;
	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: #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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--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: #0a0a0a;
}

/** 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 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;
    }
}

.wpcf7 .screen-reader-response {
    display: none;
}

.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 Sans";
    line-height: 17px;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    text-transform: none;
    color: #fff;
    background-color: #255f37 !important;
    text-transform: Capitalize;
    padding: 15px 30px;
	border-radius:50px !important
}

@media (max-width: 1000px) {
    #inquire input[type=submit],
    #apply input[type=submit] {
        padding: 15px 30px;
        font-size: 14px;
    }
}



/* ---------------------
## 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;
}

/* 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;
}

/* Back to top btn */
.scrollToTop {
	border-radius: 0 !important;
}

/* Recaptcha */
.wpcf7-recaptcha > div {
    margin: 0 auto;
}

.single-post .wd-content-area {
    padding-top: 90px;
    padding-bottom: 90px;
}

aside.wd-sidebar:not(.wd-side-hidden) {
    padding-top: 90px;
}

/* Fonts */
h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 30px;
}

h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 30px;
}

h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 30px;
    font-weight: 600;
}

h2.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
    font-size: 40px;
}

h3.wd-entities-title.title.post-title {
    font-weight: 600;
    font-size: 25px !important;
}

.btn-style-default.btn-shape-round.btn-size-large,
.btn-color-alt.btn-style-default.btn-shape-round.btn-size-large {
    text-transform: capitalize;
    font-weight: 800;
}

.donateBtn-header{
    font-weight: 800;
    text-transform: capitalize;
}

/* Header */
.whb-general-header {
    padding-top: 0px;
    padding-bottom: 0px;
	  border-bottom: unset !important;
}


/* Blogs */
label.wp-block-search__label {
    display: none;
}

.blog-design-masonry .post-title {
    font-size: 20px !important;
}

/* Page Title */
.page-title{
    margin-bottom:0px !important;
	  padding: 150px 0px 130px 0px !important;
}

@media (min-width: 1025px) {
    .title-size-default .title {
        font-size: 48px !important;
    }
}

.single-post .back-to-archive {
    display: none !important;
}

/* Footer */
footer h5 {
    text-transform: capitalize !important;
    font-size: 34px !important;
    margin-bottom: 15px !important;
    font-weight: 900 !important;
		font-family: 'Nunito Sans' !important;
}

.footer-sidebar {
    padding-block: 100px 100px !important;
}

footer .min-footer {
    font-size: 15px;
}

.copyrights-wrapper {
    border-top: unset !important;
    background-color: #255f38;
}

.wd-footer .icons-design-simple.color-scheme-light .wd-social-icon, .color-scheme-light .icons-design-simple .wd-social-icon {
    background-color: #0077b5 !important;
    color: #fff !important;
}

/* Mobile navigation */
.sidebar-container .wd-side-hidden {
    background-color: #242057;
}

.wd-nav-mobile>li>a:hover {
    color: #fff !important;
    background-color: #1d5a9a;
}

.wd-nav-mobile li:active>a {
    background-color: #1d5a9a !important;
}

.wd-nav-mobile li.current-menu-item>a {
    color: #fff !important;
    background-color: #1d5a9a;
}

.wd-nav-mobile .menu-item>a {
    font-weight: 700;
}
.wd-nav-mobile .wd-sub-menu .menu-item>a {
    font-weight: 400;
}


/* Single Post */
.single-post h3.entry-title.title {
    display: none !important;
}

.wd-sidebar .woodmart-recent-posts li {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.single-post .page-title .wd-entities-title.title {
    font-weight: 700;
    font-size: 48px;
}

.single-post .wd-post-meta {
    display: flex !important;
    margin-bottom: 10px;
}
@media (max-width: 414px) {
    .single-post .wd-post-meta {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
	.single-post h1.wd-entities-title.title.post-title {
        font-size: 35px !important;
	}
}
.single-post h1.wd-entities-title.title.post-title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    font-family: "Nunito Sans";
    text-transform: unset;
}

.single-post .wd-page-nav-btn .wd-entities-title {
    font-size: 17px;
    font-weight: 600;
}

.post-single-page .post-title {
    font-weight: 600;
}

h3.wd-entities-title.title.post-title {
    font-weight: 600;
}

article .meta-categories-wrapp,
.single-post .wd-post-cat.wd-style-with-bg {
    display: none;
}

.single-post .wd-post-date.wd-style-with-bg {
    position: unset;
    background-color: unset;
    box-shadow: unset;
    color: #ffffff80 !important;
}

.single-post .wd-post-date.wd-style-with-bg>span {
    display: unset;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.archive .post-date.wd-post-date.wd-style-with-bg,
.woodmart-archive-blog .post-date.wd-post-date.wd-style-with-bg,
.single-post .breadcrumbs {
    display: none;
}

.archive .site-content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.wp-block-search .wp-block-search__button {
    text-transform: capitalize;
    border-radius: 35px;
}

/* Navigation - drop down */
.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 10px;
    color: #111 !important;
}
.whb-sticked .wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #333 !important;
}

[data-vc-shortcode*="vc_row"] [data-vc-shortcode-param-name="woodmart_stretch_content"],
[data-vc-shortcode*="vc_section"] [data-vc-shortcode-param-name="woodmart_stretch_content"] {
    display: none;
}

.wd-copyrights {
		font-size:15px !important;
}

.wd-content-layout {
    padding-block: 0px;
}

.whb-header .whb-flex-row.whb-header-bottom-inner {
    background-color: #0b5fb3;
    padding: 28px 30px;
    border-radius: 150px;
}

@media (min-width: 1025px) {
    .whb-general-header-inner {
        height: unset !important;
        max-height: var(--wd-header-general-h);
    }
}

@media (min-width: 1024px) {
	.whb-color-dark:not(.whb-with-bg) {
			background-color: transparent !important;
	}
}

.whb-color-light:not(.whb-with-bg) {
	background-color: #b2d3c0 !important;
}

footer #menu-menu-links li:before {
    content: url(https://thrivingtogether.ph/wp/wp-content/uploads/2025/04/footer-menu-arrow-1.png);
    margin-right: 10px;
    margin-bottom: 4px;
}

#footer-contact-info .wd-list li {
    align-items: center;
    display: flex;
}
#footer-contact-info .wd-list .wd-icon {
    margin-top: 0;
    margin-right: 10px;
	  margin-top: 0;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 7px;
}
#footer-contact-info .wd-list .wd-icon.fa-location-dot {
    margin-top: 3px !important;
}

.whb-main-header .info-box-inner p {
    font-weight: 700 !important;
	  line-height:25px !important;
	  font-size:18px !important;
}

.whb-main-header .info-box-inner {
    line-height: 20px !important;
}

.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #333 !important;
}

footer #menu-our-services li a {
    font-size: 17px;
}

.scrollToTop {
    border-radius: 10px !important;
}

.site-logo {
    margin-right: 50px !important;
}

h1.entry-title.title {
    font-size: 48px !important;
}

a.wd-social-icon.social-youtube {
    pointer-events: none !important;
}

.search .site-content {
	margin-top:70px !important;
	margin-bottom:70px !important;
}

.single-post .wd-content-area {
    padding: 50px 50px 60px 50px;
    background-color: #fff;
    border-radius: 15px !important;
    margin-top: 90px;
    margin-bottom: 90px;
}

.single-post .wd-page-content {
    background-color: #d1e0d6;
}

.single-post aside.wd-sidebar:not(.wd-side-hidden) {
    padding-top: 90px;
    padding: 50px 50px 10px 50px;
    background-color: #fff;
    border-radius: 15px !important;
    margin-top: 90px;
    margin-bottom: 90px;
}

.single-post .wd-footer {
    background-color: rgb(209 224 214);
}

/*.single-post form .logged-in-as a:nth-of-type(1), form .logged-in-as :nth-of-type(2) {
    display: none !important;
}
*/
footer #nav_menu-4 h5 {
    font-size: 0px !important;
    margin-bottom: 83px !important;
}

footer #menu-menu-links-2 li a:before {
    content: url(https://thrivingtogether.ph/wp/wp-content/uploads/2025/04/footer-menu-arrow-1.png);
    margin-right: 10px;
    margin-bottom: 4px;
}

@media (max-width: 576px) {
	footer #nav_menu-4 h5 {
		margin-bottom: -5px !important;
	}
}

.woodmart-recent-posts .recent-posts-thumbnail{
	max-width:100%;
}

.whb-sticky-prepared {
    background-color: #fff !important;
}

.whb-header-bottom .container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-inline: 0px !important;
}

#main-header {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*padding-bottom: 15px;*/
    /*padding-top: 15px;*/
}

.whb-general-header-inner {
    background-color: #fff !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    padding: 25px;
}

header .container {
    padding-inline: 0px !important;
}

.gal-content img {
    width: 9vw;
}

.whb-full-width .whb-row>.container, .whb-full-width+.whb-clone .whb-row>.container {
    padding-left: 25px !important;
    padding-right: 25px !important;
	  width: unset !important;
		padding-bottom:20px !important
		background-color: transparent !important;
}

.gal-content {
    display: flex;
    gap: 60px;
    justify-content: center;
}

footer li#menu-item-1453 {
    display: flex;
}

.extra-gallery {
		background-color: #fff;
		padding: 25px 0px;
		display: flex;
		justify-content: center;
		gap: 30px;
		flex-direction: row;
		width: 100%;
		flex-wrap: wrap;
}

footer .widget {
    border-bottom: unset !important;
}

#block-5 {
    margin-bottom: 0px !important;
}

@media (max-width: 1172px) {
	.footer-column-1, .footer-column-2, .footer-column-3 {
			--wd-col-lg: 6 !important;
	}
}

.wd-footer {
    background-position: center 0px !important;
	  background-size: 1930px auto;
}

@media (max-width: 1843px) {
	.wd-footer {
			background-size: auto 547px !important;
	}
}

@media (max-width: 1172px) {
	.wd-footer {
			background-size: auto 835px !important;
	}
}

@media (max-width: 675px) {
	.wd-footer {
			background-size: auto 932px !important;
	}
}

@media (max-width: 576px) {
	.wd-footer {
			background-size: auto 1129px !important;
	}
}

@media (max-width: 357px) {
	.wd-footer {
			background-size: auto 1258px !important;
	}
}

.wd-post-date.wd-style-default {
    margin-left: 5px;
    margin-top: 3px;
}

.wd-post-reply.wd-style-1 {
    margin-left: 5px;
    margin-top: 3px;
}

.single-post .wd-entities-title.title {
    font-weight: 700;
}

.extra-gallery img {
    width: 240px;
}

.whb-sticky-shadow.whb-sticked .whb-main-header {
    box-shadow: unset !important;
}