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


/***** All *****/
.btn {
	border-radius: 50px;
}

.btn-primary {
	color: #fff;
	background-color:#4CBB17;
	border: 2px solid #4CBB17;
	font-weight: 600;
	font-size: 0.875rem;
}

.btn-primary:hover {
	color: #355E3B;
	background-color: #fff;
	border-color: #4CBB17;
}
.btn-primary.focus,
.btn-primary:focus {
	color: #355E3B;
	background-color:#4CBB17;
	border-color:#4CBB17;
	box-shadow:0 0 0 .2rem rgba(106,206, 57, .5);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #355E3B;
	background-color:#4CBB17;
	border-color:#4CBB17;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(106,206, 57, .5);
}

.btn-secondary {
	color: #4CBB17;
	background-color: #FFF;
	border: 2px solid #4CBB17;
	font-weight: 700;
	font-size: 0.875rem;
}

.btn-secondary:hover {
	color:#FFF;
	background-color: #4CBB17;
	border-color: #4CBB17;
}

.btn-secondary.focus,
.btn-secondary:focus {
	color:#000;
	background-color:#4CBB17;
	border-color:#4CBB17;
	box-shadow:0 0 0 .2rem rgba(106,206, 57, .5);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color:#000;
	background-color:#4CBB17;
	border-color:#4CBB17;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow:0 0 0 .2rem rgba(106,206, 57, .5);
}


/***** Header *****/
header#masthead {
	background-color: #fff;
}
.navbar-brand a img {
	max-height: 100px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #355E3B;
	font-weight: 600;
}

@media (max-width: 1199px) {
	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: #355E3B;
	}
}

@media (min-width: 1200px) {
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		border-bottom: 2px solid transparent;
	}
	
	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: #4CBB17;
		border-color: #4CBB17;
	}
}

.btn-primary a {
	color: #fff !important;
	border-bottom: 0 !important;
	padding: 0 !important;
	font-weight: 600 !important;
}

.btn-primary a:hover {
	color: #4CBB17 !important;
}


/***** Footer *****/
#footer-widget {
	background-color: #fff !important;
	margin: 1rem 0 1rem !important;
}

.footer-heading {
	color: #355E3B;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: .75rem;
}

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

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

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

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

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

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


/***** Homepage *****/
.page-id-2 .entry-title {
	display: none;	
}

#hp-hero {
	border-radius: 24px;
	overflow: hidden;
}

#hp-hero h1 {
	color: #fff;
	font-weight: bold;
}

#hp-hero p {
	font-size: 1.5rem;
	color: #fff;
}

/* 
.hp-hero-bg {
	background-image: url('/wp-content/uploads/2024/01/Homepage-Hero-Banner.jpg');
	background-position: center;
	background-size: cover;
}
*/
.hp-hero-bg-desktop {
	background-image: url('/wp-content/uploads/2024/02/website-background.jpg');
	background-position: top;
	background-size: cover;
	min-height: 50vh;
}

.hp-hero-bg-mobile {
	background-image: url('/wp-content/uploads/2024/03/mobile-hero-v1.jpg');
	background-position: center;
	background-size: cover;
	min-height: 60vh;
}

#hp-problem .problem-box {
	border: 2px solid #4CBB17;
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 0px .25rem .5rem rgba(76, 187, 23, 0.5);
}

@media (min-width: 768px) {
	#hp-problem .problem-box {
		max-width: calc(33% - 2rem);	
	}
}

#hp-problem img {
	max-width: 75px;
	margin-bottom: 1rem;
}

#hp-problem p {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.section-heading {
	font-size: 2rem;
	color: #355E3B; 
	font-weight: bold;
	line-height: 2.5rem;
}

#hp-guide img {
	border-radius: 24px;
}

#hp-services .service-box, #hp-plan .process-box {
	border: 3px solid #DDD;
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 0px 0px .5rem rgb(221, 221, 221);
	margin-top: 3rem;
}

@media (min-width: 768px) {
	#hp-services .service-box {
		max-width: calc(33% - 2rem);	
	}
}

#hp-services img {
	max-width: 75px;
	margin-bottom: 1.25rem;
}

#hp-services .hp-service-title, #hp-plan .hp-process-title, #services .service-title {
	font-size: 1.5rem;
	color: #355E3B;
	font-weight: 600;
}

.hp-process-circle {
	display: flex;
    background-color: green;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    position: absolute;
    top: -2rem;
    left: -2rem;
}

@media (min-width: 768px) {
	.mr-md-45 {
		margin-right: 2rem !important;
	}
}

#hp-success-cta img {
	border-radius: 24px;
}

#hp-testimonials .testimonial-box {
	background-color: #ecf1ec;
	border: 3px solid #DDD;
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 0px 0px .5rem rgb(221, 221, 221);
}

@media (min-width: 768px) {
	#hp-testimonials .testimonial-box {
		max-width: calc(33% - 2rem);	
	}
}

#hp-testimonials img {
	max-width: 50px;
	margin-bottom: 1rem;
}

#hp-testimonials .hp-testimonials-signature {
	font-size: 1.25rem;
	color: #355E3B;
	font-weight: 700;
}

.hp-cta-bg {
	background-image: url('/wp-content/uploads/2024/01/homepage-cta-background.jpg');
	background-position: center;
	background-size: cover;
	border-radius: 24px;
}

#hp-cta .section-heading {
	color: #fff;
}


/***** Google Calendar Modal *****/
#post-18 > .entry-header {
	display: none;
}

.page-id-18 .entry-content {
	margin-top: 0;
}


/***** Google Calendar Modal *****/
.page-id-240 .modal-dialog {
	max-width: 90vw;
	margin-left: auto;
	margin-right: auto;
}

.page-id-240 .modal-content {
	height: 75vh;
}

@media (min-width: 768px) {
	.page-id-240 .modal-dialog {
		max-width: 80vw;
	}
	
	.page-id-240 .modal-content {
		height: 90vh;
	}
}

.page-id-240 iframe {
	height: 100%;
	border: 0;
}

/***** Services Page *****/
@media (min-width:768px) {
	.two-columns-md {
		columns: 2;
	}
}