/*
 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;
}

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: url('/wp-content/uploads/2025/12/hp-hero-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	min-height:500px;
	max-height: 75vh;
}

#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-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;
}


/***** Footer *****/
footer#colophon {
	background-color: #fff !important;
}