/*
 Theme Name:   WP Bootstrap Starter Child
 Description:  WP Bootstrap Starter Child Theme
 Template:     wp-bootstrap-starter
 Version:      1.0.0
*/


/***** All *****/
html {
	font-size: 16px;
}

body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #574a39;
}

@media (min-width: 1200px) {	
	.make-container-width {
		max-width: 1140px;
		margin: 0 auto;
	}
	
	.mimic-container-padding-right {
		padding-right: calc(50vw - 570px);
	}
	
	.mimic-container-padding-left {
		padding-left: calc(50vw - 570px);
	}
}

h1, h2, h3, h4, h5, h6 {
	color: #574a39;
	font-weight: 600;
	text-transform: capitalize;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

.entry-header {
	display: none;
}

#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.entry-content {
	margin: 0;
}

a {
	color: #B25645;
	font-style: italic;
}

a:hover {
	color: #5F7E93;
	font-style: italic;
}

.btn {
	border-radius: 0.55rem;
	padding: 0.75rem 1.750rem;
	font-size: 1rem !important;
	font-style: unset !important;
}

.btn-primary {
	color: #4B3724;
	background-color:#C78B3E;
	border: 2px solid #C78B3E;
	font-weight: 500;
	font-size: 1rem;
	box-shadow: 0 3px 6px rgba(0,0,0,62%);
}

.btn-primary:hover {
	color: #4B3724;
	background-color: #fff;
	border-color: #C78B3E;
}
.btn-primary.focus,
.btn-primary:focus {
	color: #4B3724;
	background-color: #fff;
	border-color: #C78B3E;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #4B3724;
	background-color:#fff;
	border-color:#C78B3E;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
}

.btn-secondary, .btn-secondary.focus, .btn-secondary:focus {
	color: #fff;
	background-color: #382008;
	border: 2px solid #382008;
	font-weight: 500;
	font-size: 1rem;
}

.btn-secondary:hover {
	color: #382008;
	background-color: #fff;
	border-color: #382008;
	box-shadow: 0 3px 6px rgba(0,0,0,62%);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #382008;
	background-color: #fff;
	border-color: #382008;
}

.sectionTitle {
	font-size: 2.25rem;
	text-transform: capitalize;
}


/***** Multi-Page Sections or Elements *****/
#email-signup {
	background-color: #3D4B37;
	color: #CBC9AD;
}

#email-signup h2 {
	color: #CBC9AD;
}

#email-signup .gform_required_legend {
	display: none;
}


/***** Header *****/
header#masthead {
	background-color: #fff !important;
}

header img {
	max-height: 100px;
}

.navbar-brand {
	max-width: calc(100% - 3em - 1rem);
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #4B3724 !important;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	font-style: unset;
	font-weight: 600;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: #C78B3E !important;
	text-decoration: underline;
}


/***** Homepage *****/
#hp-hero {
	background-size: cover;
	min-height:500px;
	max-height: 75vh;
}

@media screen and (max-width: 1199.98px) {
	#hp-hero {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/wp-content/uploads/2026/05/hp-hero-bg.jpg');
		background-position: 85% 50%;
	}
}

@media screen and (min-width: 1200px) {
	#hp-hero {
		background: url('/wp-content/uploads/2026/05/hp-hero-bg.jpg') 75% 50% no-repeat;
	}
}

#hp-hero h1, #hp-hero h2 {
	color: #CBC9AD;
	font-weight: 900;
}

#hp-hero h2 {
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: unset;
}

#hp-guide img {
	/*box-shadow: 0 0 0.5rem;*/
	width: fit-content;
}

#hp-empathy p {
	font-size: 1.5rem;
}

#hp-empathy img {
	margin-left: -15px;
}


@media (min-width: 768px) { 
	#hp-empathy p {
		padding: 1rem 6rem;
	}
	
	#hp-empathy img {
		max-width: 25vw;
	}
}

#hp-guide {
	background-color: #CBC9AD;
}


/***** Newsletter Form *****/
._3xdhYikyqjjaL4YBCSlHn7 {
	border: none !important;
	padding: 1rem 0 !important;
}

._3xdhYikyqjjaL4YBCSlHn7 input.crm-form-field {
	background-color: #fff !important;
}

._3xdhYikyqjjaL4YBCSlHn7 .form-group, ._3xdhYikyqjjaL4YBCSlHn7 .crm-form-button {
	width: 100%;
}

@media (min-width: 768px) { 
	._3xdhYikyqjjaL4YBCSlHn7 .form-group, ._3xdhYikyqjjaL4YBCSlHn7 .crm-form-button {
		flex: 0 0 calc(33.333% - 0.667rem);
		margin-bottom: 0 !important;
	}
}

._3xdhYikyqjjaL4YBCSlHn7 .form-control {
	padding: 0.5rem !important;
}

._3xdhYikyqjjaL4YBCSlHn7 .form-group label {
    text-transform: capitalize;
}

._3xdhYikyqjjaL4YBCSlHn7 .form-group label::after {
    content: ' *';
    color: red;
	font-size: 0.8rem;
}

._3xdhYikyqjjaL4YBCSlHn7 .crm-form-button {
	padding: 0.75rem 1.750rem !important;
	align-self: flex-end;
}

._3xdhYikyqjjaL4YBCSlHn7 #default_section {
	display: flex;
	column-gap: 1rem;
	flex-wrap: wrap;
}


/***** WooCommerce Pages *****/
.woocommerce-page aside#secondary {
	display: none;
}


/* shop page */
.page-id-10 .wc-block-product{
	margin-bottom: 1rem;
}

.page-id-10 .wp-block-button__link {
	border-radius: 0.25rem;
	/*background-color: #e6e6e6;
	background-color: #3D4B37;*/
	/*color: #bbb;
	color: #fff;*/
	background-color: #e9e6ed;
	color: #515151;
	font-size: 1rem !important;
	font-style: italic;
	font-weight: 600;
	padding: .618em 1em;
}

.page-id-10 .wc-block-product h2 {
	text-align: left;
	padding: .5em 0;
    font-size: 1em;
}

.page-id-10 .wc-block-product h2 a {
	color: #574a39;
}


.page-id-10 .wc-block-product .wp-block-woocommerce-product-price {
	text-align: left;
	color: #958e09;
	font-size: .857em !important;
	margin-top: -.75rem;
}

.page-id-10 .wc-block-product .wp-block-woocommerce-product-button {
	align-items: start;
	margin-top: 1.25rem;
}

/** order confirmation **/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	max-width:100%;
	overflow-wrap: break-word;
	
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width:100%;
	overflow-wrap: break-word;
}

@media (min-width: 768.8px) {
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		max-width:48%;
	}
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		max-width:48%;
	}
}

#shop-contact {
	background: url('/wp-content/uploads/2026/04/contact-hero-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	max-height: 75vh;
}

#shop-contact #cta-heading, #shop-contact #cta-subheading  {
	color: #CBC9AD;
	font-weight: 900;
}

#shop-contact p {
	color: #C78B3E;
	font-weight: 900;
}

#shop-contact #cta-heading {
	font-size: 2rem;
}

#shop-contact #cta-subheading {
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: unset;
}


/***** Contact Page *****/
#contact-hero {
	background: url('/wp-content/uploads/2026/04/contact-hero-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	max-height: 75vh;
}

#contact-hero h1, #contact-hero h2 {
	color: #CBC9AD;
	font-weight: 900;
}

#contact-hero p {
	color: #C78B3E;
	font-weight: 900;
}

#contact-hero h2 {
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: unset;
}

/***** Footer *****/
footer#colophon {
	font-size: unset;
	/*border-top: 5px solid #3D4B37;*/
	box-shadow: 0 -0.5rem 1rem rgba(0,0,0,.05), inset 0 1px 0 rgba(0,0,0,.1);
	background-color: #fff !important;
}

body:not(.theme-preset-active) footer#colophon {
  color: unset;
}