@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: poiret one, sans-serif !important;
	font-weight: 400 !important
}

h1.contact-title {
	font-weight: 700 !important
}

.btn:hover {
	color: #111 !important
}

.map-iframe-full {
	height: 250px !important;
	min-height: 250px !important
}

.title+.form {
	padding-top: 0
}

.title+.text {
	margin-top: 0
}

.contact .contact-details-info {
	font-weight: 700
}

.header .container {
	max-width: none
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
	border-width: 1px
}

.header .navbar-dark .navbar-nav .nav-link {
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .95rem
}

/* header.header {
	position: relative;
	z-index: 1030;
} */
section:not(.page-inventory-details) .header .header-container {
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* left: 0; */
	/* width: 100%; */
	/* z-index: 1030; */
	/* background: var(--header-background); */
}

/** Adds top margin to all pages to account for fixed header**/
section[class*="page-"]:not(.page-inventory-details) {
	/* margin-top: var(--cw-headerHeight); */
}

header.header+section:not(.title):not(:has(.cw-hero)) {
	/* margin-top: var(--cw-headerHeight); */
}

/* There's a script to make the variable always the size of the header container */
:root {
	--cw-headerHeight: 103px;
}


.cw-header-logo {
	text-align: center;
}

@media(max-width: 991px) {

	.page-home .header .cw-fixed-logo {
		position: absolute;
		/* top: 110px; */
		/* top: 0; */
		right: 0;
		z-index: 2;
	}
}

.header .cw-fixed-logo img {
	width: 240px;
	padding-bottom: 5px;
}

.cw-header-info {
	padding: .75em
}

.cw-header-info span {
	vertical-align: middle
}

.header a.header-business-phone {
	vertical-align: middle;
	font-size: 1.1rem
}

section:not(.page-home) .header .cw-fixed-logo img {
	width: 160px;
	margin: auto;
	background: rgb(17 17 17/75%);
}

@media(min-width: 992px) {

	.header .cw-fixed-logo,
	.page-home .header .cw-fixed-logo {
		position: fixed;
		top: 0;
		left: 0;
		right: unset;
		z-index: 1031;
	}

	nav.navbar .container {
		/* position: relative; */
		/* margin: 0 auto */
		align-items: stretch;
	}

	.navbar-nav {
		/* position: absolute; */
		/* right: 0; */
		/* top: 3.25rem */
	}

	header.has-cart .navbar-nav.navbar-cart {
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}

	header.has-cart .navbar-cart {
		/* right: 0 */
	}

	.header .navbar.bg-primary {
		padding: 0px;
	}

	.header:has(+.title),
	.header:has(+section .cw-hero) {
		background: transparent;
	}

	.header:has(+.title) .navbar.bg-primary,
	.header:has(+section .cw-hero) .navbar.bg-primary {
		background: transparent !important;
	}

	/* keeps nav items on the right side of header */
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 150px);
		justify-content: center;
	}

	.page-home .header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 230px);
	}

	.header .navbar,
	.header .navbar.bg-primary.cw-scrolled .navbar-nav {
		/* top: 0; */
		background: rgb(17 17 17/85%)
	}

	.header .cw-fixed-logo img.cw-shrink {
		width: 120px;
		background: rgb(17 17 17/85%)
	}

	.cw-header-info {
		position: relative;
		z-index: 3;
		/* z-index: 1032; */
		/* top: 0; */
		/* width: 100% */
	}

}

.cw-hero {
	max-width: 2100px;
	padding: 20rem 0 2rem
}

.cw-hero .container {
	max-width: 1400px
}

.cw-heroText {
	z-index: 2;
	max-width: 530px
}

.cw-heroText h1 {
	font-size: 2rem
}

.cw-phone {
	font-size: 1.75rem
}

@media(max-width: 767px) {
	.cw-hero:after {
		overflow: hidden;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgba(0, 0, 0, .45)
	}
}

@media(min-width: 768px) {
	.cw-hero {
		padding: 18rem 0
	}

	.cw-heroText h1 {
		font-size: 3.5rem
	}

	.cw-phone {
		font-size: 2rem
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-hero {
		/* margin-top: -110px; */
		margin-top: calc(-1 * var(--cw-headerHeight));
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}



.page-home .list .container {
	max-width: 1400px
}

.page-home .list {
	padding: 2.5rem 0 .5rem
}

.page-home .list .list-text-title {
	font-size: 2rem
}

.page-home .textwithimage {
	color: #fff
}

.page-home .textwithimage h3 {
	color: var(--color-theme-highlight)
}

@media(min-width: 992px) {
	.page-home .textwithimage h3 {
		font-size: 2.75rem
	}
}

section:not(.page-home) .title {
	position: relative;
	padding: 2em 0;
	background: url(https://web.archive.org/web/20230628010431im_/https://apihoard.webit.com/api/v1/Image/EACB42D11742A634801A9BF5C32B4BC1/EACB42D11742A634801A9BF5C32B4BC1.jpg?size=Original) no-repeat center center;
	background-size: cover;
	text-align: center
}

section:not(.page-home) .title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .65)
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 2;
	color: var(--color-theme-highlight);
	font-size: 2.5rem
}

section:not(.page-home) .textwithimage-circle {
	padding-top: 1.5em;
	padding-bottom: 3.5em
}

@media(min-width: 992px) {
	section:not(.page-home) .title {
		margin-bottom: 2.5em;
		padding: 10em 0 1.5em;
		/* margin-top: -110px; */
		margin-top: calc(-1 * var(--cw-headerHeight));
		/* position: relative; */
		/* z-index: -1; */
	}

	section:not(.page-home) .title .title-heading {
		font-size: 3rem
	}

	section:not(.page-home) .detailedlist .detailedlist-item-title {
		font-size: 2.25rem
	}
}

.cw-checklist li {
	padding: .75em .5em
}

.cw-checklist li:before {
	content: "\f058";
	font-family: FontAwesome;
	margin-right: .5em;
	color: var(--color-theme-highlight)
}

.cw-starlist li:before {
	content: "\f005";
	font-family: FontAwesome;
	margin-right: .35rem;
	color: var(--color-theme-secondary)
}

.cw-starlist li {
	display: inline-block;
	padding: .25rem .5rem 0 0
}

.page-testimonials .list {
	padding: 0 0 4em
}

.page-testimonials .list .list-wrap {
	margin-bottom: 1rem;
	padding: 0 0 1rem
}

.page-testimonials .list-img-wrap {
	padding: 30px 0 15px
}

.page-testimonials .list .list-text-title {
	font-size: 1.75rem
}

.page-testimonials .list-text-description {
	font-style: italic
}

.page-testimonials .list-img-photo {
	background-size: 140px
}