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


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

body {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}

@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, .h2 {
	font-family: cormorant-garamond, serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, .h2 {
	font-size: 2.25rem;
}

h2, .h2 {
	text-transform:capitalize;
}

h3 {
	font-size: 1.5rem;
}

.btn-primary {
	color: #fff;
	background-color:#c15627;
	border: 2px solid #c15627;
	font-weight: 500;
	font-size: 1rem;
	border-radius: 2rem;
}

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

.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: #c15627;
	background-color:#fff;
	border: 2px solid #c15627;
	font-weight: 500;
	font-size: 1rem;
	border-radius: 2rem;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #c15627;
	border-color: #c15627;
}

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

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

hr {
	border: 1px solid #6cc7c3;
	width: 150px;
	margin-top: 0;
}

.entry-header {
	display: none;
}

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

.entry-content {
	margin-top: 0;
}

.page-title {
  font-size: 2.75rem;
  font-weight: 500;
}

.hero {
	background-size: cover;
	background-position: center;
	min-height: 50vh;
}

.hero h1 {
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
}

.hero h2 {
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-size: 1.25rem;
}

#ctabox {
	background-color: #6cc7c3;
	border-radius: 3rem;
}

#ctabox a {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

@media (max-width: 1199.98px) {
	#ctabox {
		margin-left: 0;
		margin-right: 0;	
	}
}

@media (max-width: 441.98px) {
	.home #ctabox a:first-of-type {
		margin-bottom: 1rem;
	}
}

.br-3 {
	border-radius: 1rem;
}


/***** Header *****/
.navbar-brand img {
	max-height: 80px;
}

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

header#masthead {
	background-color: #fff;
	padding: 0;
}


header#masthead > .container-fluid {
	background-color: #6cc7c3;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
}

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: #0a423d;
  font-weight: 500;
}


/***** Homepage *****/
#hp-hero {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0) 100%), url('/wp-content/uploads/2025/07/hp-hero-background.jpg');
	min-height: 75vh;
}

#hp-hero.hero h1 {
	font-family: futura-pt, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
}


#hp-hero.hero h2 {
	font-family: cormorant-garamond, serif;
	font-size: 4rem;
	font-weight: 700;
}

.hp-picture {
	max-height: 500px;
}

#hp-cindy-krag-background {
	top: -150px;
}

#hp-services img {
	border-radius: 1rem;
}

#hp-services-header {
	min-height: 400px;
	background-image: url('/wp-content/uploads/2025/02/hp-services-heading-bg.jpg');
	background-position: center 25%;
	background-repeat: no-repeat;
	background-size: cover;
}

#hp-services-heading-text {
	position: relative;
	text-align: center;
}

#circle {
	background: white;
	clip-path: circle(50%);
	/*! margin-top: -5rem; */
	transform: translate(-50%, -7vw);
	position: absolute;
	left: 50%;
	/*! top: -3rem; */
	height: 35vw;
	width: 35vw;
	z-index: 0;
}


/***** Catering *****/
#catering-headshot {
	max-height: 400px;
}

#quotation-mark {
	max-height: 2rem;
}

#catering-process {
	background-color:#6cc7c3;
}
.process-step-number {
	border: 2px solid #212529;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	font-size: 1.5rem;
	align-content: center;
	margin: 1rem auto 2rem;
}
.process-step-number p {
	margin: 0;
}
.process-step-title{
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 500;
}


/***** Testimonials *****/
#testimonials{
	background-color:#0a423d;
	color: #fff;
	position: relative;
	min-height: 400px;
	align-items: center;
}

#testimonials h2{
	color: #fff;
}

#testimonials-bg{
	max-height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#testimonials-carousel-controls {
	text-align: right;
	margin-right: 3rem;
}

#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
	position: unset;
	display: inline-flex;
	border: #fff solid 3px;
	padding: 0.5rem;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	opacity: unset;
}


/***** About *****/
#about-empathy {
	font-family: cormorant-garamond, serif;
	font-size: 1.5rem;
}


/***** Contact *****/
.gform_required_legend {
	display: none;
}

#gfield_description_1_3 {
	margin-top: 0;
	padding-top: 5px;
	margin-bottom: .5rem;
	padding-bottom: 0;
	font-size: 1rem;
}

#locations h2 {
	font-size: 1.5rem;
}


/***** Footer *****/
.footer-heading {
	font-weight: 500;
	margin-bottom: 0.25rem;
}

#footer-widget {
	background-color: #e9e4e0 !important;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#footer-widget a {
	color: unset;
}

.social-icons {
	max-width: 30px;
}

.widget {
	width: fit-content;
	margin: 0 auto;
}

@media (max-width: 767.98px) {
	.widget {
		margin-bottom: 2rem;
	}
}

#footer-logo-catering {
	margin-top: 11px;
}