.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:rgba(0,24,61,0.82);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(2,38,61);
}

:root{
--wd-text-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Montserrat", 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%);
}
:root{
--wd-alternative-font:"Roboto", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:rgb(51,51,51);
--wd-widget-title-font-size:22px;
}
:root{
--wd-header-el-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:500;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:16px;
}
:root{
--wd-primary-color:rgb(2,38,61);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:rgb(2,38,61);
--wd-link-color-hover:rgb(0,68,114);
}
:root{
--btn-default-bgcolor:rgb(2,38,61);
}
:root{
--btn-default-bgcolor-hover:#004472;
}
:root{
--btn-shop-bgcolor:rgb(2,38,61);
}
:root{
--btn-shop-bgcolor-hover:rgb(0,68,114);
}
:root{
--btn-accent-bgcolor:rgb(2,38,61);
}
:root{
--btn-accent-bgcolor-hover:rgb(0,68,114);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
	
	
			--wd-form-brd-radius: 0px;
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #fff;
	--btn-default-color-hover: #fff;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-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-shop-brd-radius: 0.001px;
		--btn-shop-box-shadow: none;
		--btn-shop-box-shadow-hover: none;
		--btn-shop-box-shadow-active: none;
		--btn-shop-bottom: 0px;
	
			--btn-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
	
	
	
	
	
	
	
		}

	/* Site width */
		/* Header Boxed */
	@media (min-width: 1025px) {
		.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
			max-width: 1370px;
		}
	}

	.container {
		max-width: 1400px;
	}
	
	
	@media (min-width: 1400px) {

		[data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1400px) / 2);
			padding-right: calc((100vw - 1400px) / 2);
		}

		.platform-Windows [data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1417px) / 2);
			padding-right: calc((100vw - 1417px) / 2);
		}
	}

	
/* Quick view */
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

/* Shop popup */
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}

/* Age verify */
div.wd-popup.wd-age-verify {
	max-width: 500px;
}

/* Header Banner */
.header-banner {
	height: 40px;
}

body.header-banner-display .website-wrapper {
	margin-top:40px;
}

/* Tablet */
@media (max-width: 1024px) {
	/* header Banner */
	.header-banner {
		height: 40px;
	}
	
	body.header-banner-display .website-wrapper {
		margin-top:40px;
	}
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
		
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.mdcc.com.ph/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.2.4") format("woff2");
}

/* ---------------------
## Custom Styles
----------------------- */

/* Contact Form */
@media (min-width: 1000px) {
	.two_columns_50_50 {
		display: flex;
		justify-content: space-between;
	}
}
.two_columns_50_50 .column1 {
	width:100%
}
.two_columns_50_50 .column2 {
	width:100%
}
.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 input[type=date],
#inquire textarea, select {
	background-color: #ffffff;
	height: 50px;
	border-color:#E6E6E6;
	color:#000000;
}
#inquire input[type=submit]:hover {
	background-color: #004472;
}
#inquire input[type=submit] {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-transform: none;
	color: #ffffff;
	background-color: #022338;
	padding: 16px 33px;
	text-transform: uppercase;
}
@media (max-width: 1000px) {
	#inquire input[type=submit] {
		padding: 13px 22px;
		line-height: 22px;
	}
}


/* List */
@media (min-width: 768px) {
	.list-two-cols {
		columns: 2;
	}	
}
.list-two-cols {
	list-style: none;
	padding-left: 0;
}
.list-two-cols li::before {
	content: '';
	background-color: #ccb188;
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 2px;
}


/* Services */
.service-category .woodmart-text-block{
	font-size: 45px !important;
	line-height: 56px !important;
	font-weight: 400 !important;
	color:#ccb188 !important;
	font-family: "Urbanist", sans-serif;
}


/* ---------------------
## 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;
}

/* Header */
.whb-main-header a.btn-request-quote {
	padding: 13px 26px !important;
	font-size: 14px !important;
	margin-top: 8px !important;
	margin-left: 14px !important;
}
.whb-color-dark:not(.whb-with-bg) {
    background-color: #02263d;
}
.whb-general-header{
	  padding-top:10px;
	  padding-bottom:10px;
}
.wd-tools-element .wd-tools-icon {
    color: white;
}
.wd-nav-main>li>a{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.wd-nav[class*="wd-style-"]>li.menu-item-has-children>a:after {
    color: white !important;
}
#menu-item-430 a {
		background-color: white;
    color: #000000 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    text-transform: uppercase;
    font-size: 15px;
}
.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    border-bottom: none;
    background-color: #02263D;
}
.mobile-nav ul li a {
    color: white !important;
}
.wd-side-hidden.wd-opened
{
	background-color: #02263d !important;
}
/*.wd-nav[class*="wd-style-"]>li.current-menu-item>a, .wd-nav[class*="wd-style-"]>li.wd-active>a,
.wd-nav-mobile li.current-menu-item>a {
	color: #ccb188;
}
.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
	font-size: 11px;
	background-color: #ccb188 !important;
	color: #000 !important;
}
.whb-mobile-center .site-logo img {
	max-width: 260px !important;
}*/

/* Page title */
/* .page-title.title-size-default {
	padding: 150px 0 90px;
} */
.page-title.title-size-default h1.title,
body.single-post .title-size-default .title {
	font-size: 54px;
	font-weight: 600;
}
.single-post p {
    font-size: 16px;
}
.woodmart-recent-posts .wd-entities-title {
    margin-bottom: 8px;
    font-size: 19px !important;
}
.widget_categories ul li a {
    font-size: 19px !important;
}
@media (max-width: 1024px){
	.wd-header-overlap .page-title {
			padding-top: 165px;
			padding-bottom: 60px;
	}
}
@media (max-width: 414px){
	.page-title.title-size-default {
			padding: 160px 0 40px !important;

	}
	.page-title.title-size-default h1.title, body.single-post .title-size-default .title {
			font-size: 36px;
			font-weight: 600;
	}
}
/*@media (max-width: 575px) {
	.page-title.title-size-default h1.title,
	body.single-post .title-size-default .title {
		font-size: 40px;
	}
}*/


/* Mobile menu */
.wd-nav-mobile li:hover, .wd-nav-mobile li:active,
.wd-nav-mobile li a:hover, .wd-nav-mobile li a:active {
	background-color: #02263D;
	color: #fff;
}


/* Fonts */
h2.woodmart-title-container.wd-fontsize-xxl {
	font-size: 30px;
	line-height: 40px;
	color:#02263d;
}
h3.woodmart-title-container.title.wd-font-weight-.wd-fontsize-m {
    font-size: 18px;
    letter-spacing: 3.5px;
    font-weight: 800 !important;
}
h3.woodmart-title-container.title.wd-font-weight-.wd-fontsize-xxl {
    font-size: 40px;
		color:white;
}
h4.info-box-title.title.wd-font-weight-.box-title-style-default.wd-fontsize-m {
    font-size: 22px;
}
.title-after_title.set-cont-mb-s.reset-last-child.wd-fontsize-xs {
    font-size: 15px;
    color: #7a7a7a;
		letter-spacing: 3px;
}
.title-after_title.wd-fontsize-s,
.wpb_wrapper> p {
   font-size: 18px;
   line-height: 30px;
   letter-spacing: 0px;
   color: #000000;
}
.title-subtitle.wd-fontsize-xs {
	font-family: 'Urbanist', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #FF9597;
	text-transform: uppercase;
}
@media (max-width: 1000px) {
	h2.woodmart-title-container.wd-fontsize-xxl {
		font-size: 22px;
		line-height:25px;
	}
	.title-wrapper .title-subtitle {
		font-size: 16px !important;
	}
	.title-after_title.wd-fontsize-s,
	.wpb_wrapper> p {
		 font-size: 16px;
		 line-height: 28px;
		 letter-spacing: 0px;
		 color: #000000;
	}
	.btn-size-default {
		padding: 12px 33px;
		font-size: 15px;
		line-height: 18px;
		text-transform:capitalize;
	}
	h4.info-box-title.title.wd-font-weight-.box-title-style-default.wd-fontsize-m {
			font-size: 20px;
	}
}
.info-box-inner > p{
	line-height: 2;
	padding: 0px 40px;
}
.price .amount {
	/* font-family: 'Playfair Display', cursive; */
	font-weight: 500;
	color: #212121;
}
.wd-title-color-default {
    margin-bottom: 17px;
}
.color-gray{
	color:#8e8e8e;
}
.font-alt h2{
	font-size:40px;
	color:#02263d;
	font-family: "Roboto", sans-serif;
}
@media (max-width: 1000px) {
	.font-alt h2{
		font-size:25px;
		color:#02263d;
		font-family: "Roboto", sans-serif;
	}
}
.color-white p{
	color:#ffffff !important;
}


/* Button */
.btn.btn-color-primary {
	color: #ffffff;
	font-weight: 500;
}
.btn-size-default {
	padding: 16px 33px;
	font-size: 16px;
  	line-height: 18px;
	text-transform: uppercase;
}
.btn.btn-color-primary:hover {
    background-color: #004472;
}


/* Blog */
.blog-post-loop .article-body-container {
	text-align: left !important;
}
.blog-design-masonry .post-title {
	font-size: 20px !important;
}
.article-body-container .entry-content {
	line-height: 2 !important;
}
/*.article-body-container .entry-content .read-more-section a {
	color: #ccb188 !important;
}*/
.blog-post-loop .meta-post-categories {
	display: none;
}
.post-single-page .post-title {
    font-size: 40px;
    font-weight: 600;
}
.wp-block-search__label {
    width: 100%;
    display: none;
}

/* Portfolio */
.portfolio-text-shown .wd-entities-title a {
    letter-spacing: 3.5px;
    font-size: 18px;
}
.masonry-container {
    margin-top: 70px;
    margin-bottom: 70px;
}
nav.wd-pagination.woodmart-pagination {
    margin-bottom: 70px;
}


/* Single Post */
body.single-post .page-title {
	margin-bottom: 90px;
}
body.single-post .site-content {
	margin-bottom: 90px;
}
body.single-post .woodmart-recent-posts > .widgettitle {
	font-size: 20px;
}
body.single-post .woodmart-recent-posts-list > li {
	display: flex;
	align-items: start;
}
body.single-post .woodmart-recent-posts-list > li > a {
	flex: 0 0 auto;
}
body.single-post .recent-posts-info {
	margin-left: 15px;
}
body.single-post .wd-entities-title {
	margin-bottom: 10px;
}
.post-single-page .entry-content {
	font-size: 100% !important;
}
.single-post-navigation .wd-entities-title {
	font-size: 18px !important;
}
body.single-post .wd-post-cat.wd-style-with-bg {
	display: none;
}
.woodmart-recent-posts .recent-posts-time {
	color: #757575;
}


/* CF7 */
.wpcf7 .screen-reader-response {
	display: none;
}


/* Default page */
body.woocommerce-account .site-content,
body.woocommerce-shop .site-content,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.blog .site-content,
body.privacy-policy .site-content,
body.page-id-15 .site-content,
body.page-id-17 .site-content,
body.page-id-18 .site-content {
	margin: 70px 0;
}


/* Footer */
footer p, footer a {
	font-size: 15px;
	line-height: 2;
	color: #ffffff;
}
footer p, footer a:hover {
	color: #ddd;
}
footer h5{
	color: #ffffff;
	font-size:25px;
}
.min-footer > div, .min-footer a {
    font-size: 14px !important;
    color: #ffffff;
}
.main-footer {
    padding: 60px 20px 60px 20px;
}
footer #menu-useful-links li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #dddddd;
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 4px;
}
footer li {
	margin-bottom: 10px;
}
footer .widget-title, .footer-widget > h5 {
	font-size: 20px !important;
	font-weight: 500;
	text-transform: none;
}
.contact-footer h5 {
		font-size: 20px !important;
		font-weight: 500;
}
.copyrights-wrapper{
	background-color:#001b2c;
}
@media (max-width: 575px){
	.footer-widget-collapse>*:not(.widget-title):not(:first-child) {
			display: block !important;
			margin-top: 20px;
	}
	.contact-footer{
		text-align:left;
	}
}
/* Footer social icons */
footer .icons-design-colored-alt .wd-social-icon {
    color: #fff;
    background-color: #ffffff !important;
}
footer .wd-social-icon .wd-icon::before {
    color: #000000;
}
footer .icons-size-small .wd-social-icon {
    width: 30px;
    height: 30px;
	background-color: #ffffff !important;
}
footer .icons-size-small .wd-social-icon:hover {
	background-color: #ddd !important;
}
footer .social-form-circle .wd-social-icon {
    border-radius: 0px !important;
}



/* Scroll to top 
.scrollToTop {
	bottom:  100px !important;
	right: 32px !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;
}