/*
 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: montserrat, 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 {
	font-family: cormorant-garamond, serif; !important
	font-size: 3.5rem;
	font-weight: 400;
}

h2 {
	font-size: 2rem;
	font-family: cormorant-garamond, serif; !important
	font-weight: 500;
	font-style: normal;
}

h3 {
	font-size: 1.5rem;
}

.entry-header {
	display: none;
}

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

.entry-content {
	margin: 0;
}

.page-title {
	font-family: montserrat, sans-serif;
	font-size: 3.5rem;
	font-style: italic;
	text-transform: capitalize;
	margin-bottom: 0;
	padding-bottom: 0;
}

hr {
	border-top: 3px solid #b23a48 !important;
	max-width: 100px;
	margin-top: 0.25rem;
	margin-bottom: 0;
}

.btn {
	border-radius: 0px;
	padding: 0.5rem 1.25rem;
}

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

.btn-primary:hover {
	color: #b23a48;
	background-color: #fff;
	border-color: #b23a48;
}

.btn-primary.focus,
.btn-primary:focus {
	color: #b23a48;
	background-color: #fff;
	border-color: #b23a48;
}

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

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

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

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

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

.mocha-text {
	color: #b23a48;
	background-color: #fed0bb;
}

.mt-2rem {
	margin-top: 2rem;
}

.mb-2rem {
	margin-bottom: 2rem;
}


/***** Header *****/
header#masthead {
	background-color: unset;
}

.home #masthead {
	padding: 0 !important;
	display: flex;
	justify-content: center;
}

.home #masthead > .container {
	position: absolute;
	z-index: 1;
	margin: 2rem 0;
}

@media (min-width: 1200px) {
	.home .navbar {
			flex-direction: column;	
	}
}

.navbar-brand {
    max-width: calc(100% - 30px - 3rem);
	text-align: center;
	margin: 0 auto;
}

.navbar-brand img {
	max-height: 125px;
}

.navbar-toggler {
	position: absolute;
	right: 0;
	top: 49px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #000;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
}

body.home: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: #b23a48;
  font-weight: 500;
}

.dropdown-menu {
	min-width: max-content;
}

.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

@media (max-width: 1199.98px) {
	.navbar-nav {
		background-color: rgba(254, 208, 187, .9);
	}
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		color: #461220;
	}
	
	.dropdown-menu li a {
		padding-left: 1.5rem;
	}

}


/***** All SB Pages *****/
.hero {
	background-position: center;
	background-size: cover;
}


.hero h1 {
	font-family: montserrat, sans-serif;
	font-size: 1.5rem;
	color: #fff;
}

.hero h2 {
	color: #fff;
	font-style: unset;
}

.home h2, .page-id-19 h2, .page-id-21 h2 {
	font-size: 3.5rem;
	font-style: italic;
	text-transform: capitalize;
}

#testimonials {
	background-color: #f8f8f8;
}


@media (min-width: 768px) {
	.testimonials-bg {
		  min-width: 125% !important;
	}	
}

@media (max-width: 767.98px) {
	.testimonials-bg {
	 	margin-bottom: 1rem;
		margin-left: -15px;
		min-width: calc(100% + 30px);
	}	
}

.testimonial-text {
	background: #fff;
	padding: 3rem;
	border-radius: 1rem;
	box-shadow: 0 0 1rem -0.75rem;
	align-self: center;
}

.testimonials-quotation-mark {
	margin-bottom: 1rem;
	max-width: 40px;
}

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

#testimonials-carousel-controls {
	position: absolute;
	right: 3rem;
	z-index: 1;
}

@media (min-width: 768px) {
	#testimonials-carousel-controls {
		margin-bottom: 1.5rem;
	}	
}

@media (max-width: 767.98px) {
	#testimonials-carousel-controls {
		bottom: 0;
		margin-bottom: 1.5rem;
	}	
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display:flex;
	margin-left: 0;
}





/***** 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/02/homepage-hero-background.jpg');
	min-height: 700px;
}

#hp-hero .btn {
	margin-bottom: -2rem;
	margin-top: 1rem;
}

#hp-problem {
	background-color: #f8f8f8;
}

.hp-problem-text {
	font-size: 1.5rem;
}

.hp-hiw-box {
	padding: 2rem;
	border: 2px solid #461220;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

.hp-hiw-box img {
	height: 60px;
}

.hp-hiw-title {
	margin-top: 1rem;
	text-transform: uppercase;
	color: #b23a48;
	font-family: cormorant-garamond, serif;
	font-size: 1.5rem;
	line-height: 1.75rem;
}

#areas-served {
	background-color: #fed0bb;
	color: #461220;
}

#areas-served h2 {
	color: #461220;
}

#areas-served ul {
	padding-left: 0;
	list-style-type: none;
}

#areas-served hr {
	border: 1px solid #461220 !important;
	width: 50px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}


/***** Residential *****/
#residential-hero {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0) 100%), url('/wp-content/uploads/2025/02/residential-interior-design-hero-background.jpg');
	background-position: center 60%;
	background-size: cover;
	min-height: 500px;
}


/***** Hospitality *****/
#hospitality-hero {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0) 100%), url('/wp-content/uploads/2025/03/hospitality-interior-design-hero-background.jpg');
	background-position: center 60%;
	background-size: cover;
	min-height: 500px;
}


/***** About *****/
#about-goal{
	border: #b23a48 solid 2px;
	border-radius: 1rem;
}

#about-by-the-numbers {
	background-color: #fed0bb;
	color: #461220;
	font-weight: 500;
}

#about-by-the-numbers h2 {
	color: #461220;
	font-style: italic;
	font-size: 3.5rem;
}

.about-numbers {
	font-size: 2.5rem;
}


/***** Portfolio *****/
.ngg-album-compact {
    border: 0 !important;
    box-shadow: none !important;
	margin: 0 !important;
}

.ngg-albumoverview {
	margin-bottom: 0;
}

.ngg-albumoverview a, .ngg-albumoverview a:hover {
	color: #b23a48;
}

.ngg-albumoverview.default-view .ngg-album-compact {
	margin: 0 !important;
	padding: 0 !important;
}

.ngg-gallery-thumbnail a {
	margin: 8px !important;
}

.portfolio-title {
	font-size: 2.5rem;
	font-style: italic;
	text-transform: capitalize;
}

.ngg-breadcrumbs {
	text-align: center;
	margin: 2rem 0 1.5rem !important;
}

.ngg-breadcrumbs a {
	color: #b23a48;
}

ul.ngg-breadcrumbs > li {
	float: unset;
	display: inline;
}


/***** Contact *****/ 

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

.page-id-583 #content {
	border-bottom: #fed0bb solid 0.25rem;
}


/***** Thank you page *****/ 

.page-id-638 .hp-hiw-box img {
	display: none;
}


/***** Footer *****/ 
#footer-widget {
	padding: 1.5rem 0 0;
} 

.page-id-110 #footer-widget, .page-id-128 #footer-widget {
	border-top: #fed0bb solid 0.25rem;
}

#footer-widget .container {
	border-bottom: 1px solid #ccc;
}

#footer-widget .row {
	padding-bottom: 1.5rem;
}

.footer-heading {
	font-size: 1.5rem;
	margin-bottom: .75rem;
	color: #461220;
}

#footer-widget p {
	margin-bottom: .5rem;
}

#footer-widget p a {
	color: unset;
}

#footer-widget .row .col-12:first-child {
    align-self: center;
}

#footer-widget .widget {
	margin: 1rem 0 1rem;
}

@media (max-width:767px) {
	#footer-logo {
		max-width: 50%;
	}
}

@media (min-width:768px) {
	#footer-logo {
		max-height: 125px;
	}
}

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

.site-info, .site-info a {
  color: #486ab3 !important;
  font-weight: 500;
}

#footer-widget .social-logo {
	max-width: 1.5rem;
}