:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(102,102,102);
	--wd-text-font-size: 15px;
	--wd-title-font: "Bogart SemiBold", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(103,60,44);
	--wd-entities-title-font: "Bogart SemiBold", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-transform: uppercase;
	--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: "Bogart SemiBold", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(103,60,44);
	--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: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(103,60,44);
	--wd-alternative-color: rgb(30,30,30);
	--btn-default-bgcolor: rgb(103,60,44);
	--btn-default-bgcolor-hover: rgb(132,79,59);
	--btn-accented-bgcolor: rgb(103,60,44);
	--btn-accented-bgcolor-hover: rgb(132,79,59);
	--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(103,60,44);
	--wd-link-color-hover: rgb(132,79,59);
}
.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: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(103,60,44);
	background-image: none;
}
.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: 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: rgb(255,246,225);
}

@font-face {
	font-family: "Bogart SemiBold";
	src: url("//www.balainifruitas.com/wp/wp-content/uploads/2021/11/Zetafonts-Bogart-Semibold.woff2") format("woff2"), 
url("//www.balainifruitas.com/wp/wp-content/uploads/2021/11/Zetafonts-Bogart-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

/* ---------------------
## Custom Styles
----------------------- */

/* 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,
#inquire select {
	background-color: #fff;
	height: 50px;
}
#inquire input[type=submit] {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
    line-height: 16px;
	color: #fff;
	background-color: #673c2c;
    text-transform: uppercase;
	padding: 13px 24px;
}
@media (max-width: 1000px) {
	#inquire input[type=submit] {
		padding: 13px 22px;
		line-height: 22px;
	}
}

/* List - two columns */
@media (min-width: 768px) {
	.list-two-cols {
		columns: 2;
	}
	.list-three-cols {
		columns: 3;
	}
}
.list-two-cols, .list-three-cols {
	list-style: none;
}
.list-two-cols li::before,
.list-three-cols li::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #673c2c;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 2px;
}

/* ---------------------
## Theme Overrides
----------------------- */

/* Container */
.site-content {
	margin-bottom: 0;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0;
}
.main-page-wrapper {
	padding-top: 0;
}
ol, ul {
	padding-left: 0;
}


/* Header */
@media (max-width: 1024px) {
	.whb-header {
		margin-bottom: 30px !important;
	}
	body.home .whb-header {
		margin-bottom: 0 !important;
	}
}

.wd-header-cats .menu-opener-icon:not(.custom-icon):after {
    color: #fff !important;
}


/* Page title */
 .page-title.title-size-default {
	padding: 90px 0 80px !important;
} 
.page-title {
	margin-bottom: 0;
}
.page-title.title-size-default h1.title,
body.single-post .title-size-default .title {
	font-size: 40px;
	/*color: #fff;*/
	text-transform: uppercase;
}
/* @media (max-width: 414px) {
	.page-title.title-size-default {
		padding: 50px 0 60px !important;
	}
} */
/*@media (max-width: 1024px) {
	.page-title.title-size-default {
		padding: 115px 0 80px !important;
	}
}*/
@media (max-width: 1000px) {
	.page-title.title-size-default h1.title,
	body.single-post .title-size-default .title {
		font-size: 34px;
	}
}


/* Fonts */
h2.woodmart-title-container.wd-fontsize-xxl {
	font-size: 40px;
	line-height: 1.3;
	text-transform: uppercase;
}
.title-wrapper .title-subtitle {
	font-family: 'Bogart SemiBold', serif;
	font-weight: 600;
	text-transform: uppercase;
}
.title-after_title.wd-fontsize-s,
.wpb_wrapper> p {
	line-height: 2;
}
@media (max-width: 1000px) {
	h2.woodmart-title-container.wd-fontsize-xxl {
		font-size: 36px;
	}
}
@media (max-width: 1024px) {
	h4.wd-fontsize-xl, h4.wd-fontsize-xxl, h4.wd-fontsize-xxxl {
		font-size: 26px !important;
	}
}
@media (max-width: 575px) {
	.title-wrapper .title-subtitle {
		font-size: 14px !important;
	}
	h4.wd-fontsize-xl {
		font-size: 26px !important;
	}
}
.info-box-inner > p{
	line-height: 2;
}
.info-box-inner a {
	font-weight: 600;
}
.woodmart-text-block {
	line-height: 1.3 !important;
}


/* Buttons */
/* .btn-size-default {
	font-family: 'Open Sans', sans-serif;
	padding: 14px 26px;
	border-radius: 6px;
} */


/* Blog */
.blog-post-loop .article-body-container {
	text-align: left !important;
}
.blog-design-masonry .post-title {
	color: #673c2c !important;
	font-size: 20px !important;
	text-transform: none;
}
.article-body-container .entry-content {
	line-height: 2 !important;
}
.article-body-container .entry-content .read-more-section a {
	color: #673c2c !important;
}
.wd-post-cat.wd-style-with-bg {
	display: none !important;
}


/* Single Post */
body.single-post .page-title {
	margin-bottom: 90px;
}
body.single-post .site-content {
	margin-bottom: 90px;
}
body.single-post .widget-title,
.widget-area .wp-block-group h5 {
	font-size: 20px;
	text-transform: uppercase;
}
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 {
	text-transform: none;
}
body.single-post .widget-area .wd-entities-title {
	font-size: 15px;
	text-transform: none;
	margin-bottom: 10px;
}
.post-single-page .entry-content {
	font-size: 100% !important;
}
body.single-post .wd-page-nav-btn .wd-entities-title {
	font-size: 16px !important;
}
body.single-post .back-to-archive,
body.single-post .wd-post-cat.wd-style-with-bg {
	display: none;
}
body.single-post .page-title-default {
	background-image: url(https://balainifruitas.com/wp/wp-content/uploads/2021/11/Company-Disclosure-1.jpg);
}


/* Footer */
footer p {
	font-size: 15px;
	line-height: 2;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #eee;
}
.min-footer > div, .min-footer a {
    font-size: 14px !important;
    color: #fff;
}
.copyrights-wrapper {
	border-top: none;
	background-color: #603728;
}
.main-footer {
    padding: 30px 20px 20px 20px;
}
footer #menu-useful-links li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #e4e4e4;
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 4px;
}
@media (min-width: 1200px) {
	footer #menu-useful-links {
		columns: 2;
	}
}
footer #menu-useful-links {
    margin-bottom: 17px;
}
footer .widget-title, .footer-widget > h5 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
footer .icons-design-colored-alt .wd-social-icon{
	background-color: #fff6e1 !important;
}
footer .color-scheme-light .icons-design-colored-alt .wd-social-icon,
footer .wd-social-icons .wd-icon {
	color: #673c2c !important;
}




/* CF7 */
.wpcf7 .screen-reader-response {
    display: none;
}


/* Default pages */
body.woocommerce-account .site-content,
body.woocommerce-shop .site-content,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.archive .site-content,
body.blog .site-content,
body.search .site-content {
	margin: 70px 0;
}


/* Header */
/* .whb-general-header {
	padding: 16px 0;
} */
@media (max-width: 1024px) {
	.whb-color-dark:not(.whb-with-bg) {
		padding: 10px 0;
	}
}


/* Side menu */
.menu-opener:not(.has-bg),
 .wd-header-cats .menu-opener:not(.has-bg) {
    background-color: transparent;
}
.menu-opener .menu-open-label, span.arrow-opener {
	display: none;
}
.menu-opener {
	min-width: 0 !important;
	/*max-width: 0 !important;*/
	justify-content: flex-end !important;
	margin-left: 25px;
}
.header-categories-nav .categories-menu-dropdown {
	min-width: 270px;
	max-width: 320px;
	left: auto !important;
}
.product-template-default .menu-opener.color-scheme-light {
	color: #333 !important;
}
.wd-header-cats .menu-opener .menu-opener-icon {
    margin-right: 0;
}
.wd-header-cats .menu-opener:after {
    display: none;
}
.mobile-nav-tabs .mobile-tab-title {
	font-weight: 600 !important;
}
li.mobile-categories-title a > span {
	position: relative;
	visibility: hidden;
}
li.mobile-categories-title a > span::before {
	content: "More";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-35%);
	visibility: visible;
	display: block;
}
li.mobile-categories-title a > span::after {
	visibility: visible;
}
.wd-header-cats .menu-opener .menu-opener-icon {
    margin-right: 0;
}
.wd-header-cats .menu-opener:after {
    display: none;
}
.wd-dropdown-cats .wd-nav-vertical > li > a {
	font-weight: 500;
	text-transform: upper;
}
.wd-header-cats {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.wd-dropdown.wd-dropdown-cats {
    left: -100px;
}



/* Back to top button */
/* .scrollToTop {
	width: 42px !important;
	height: 42px !important;
	border-radius: 0 !important;
	border: 1px solid #c69a5c !important;
	bottom: 100px !important;
	right: 32px !important;
	box-shadow: none !important;
}
.scrollToTop::after {
	font-size: 14px !important;
	line-height: 42px !important;
	color: #c69a5c !important;
}

@media (max-width: 1024px) {
	.scrollToTop {
		right: 32px;
	}
} */

/* Hide prefooter */
.wd-prefooter {
	display: none !important;
}


/* Search Results Page */
body.search-results .wd-entry-meta,
body.search-results .hovered-social-icons {
	display: none !important;
}


/* Justify text */
.text-justify p {
	text-align: justify;
}

/* CF7 */
form.wpcf7-form .col-md-6 > p {
	margin-bottom: 0 !important;
}

.wd-content-layout {
    padding-block: 0px !important;
}