/*
Theme Name: Custom Builder Child Theme
Theme URI: http://405mediagroup.com/
Description: Custom Builder child theme for client sites.
Author: 405 Media Group
Author URI: http://405mediagroup.com/
Template: Builder
*/

:root {
	--color-primary: #000;
	--color-text: #000;
	--color-menu: #000;
	--font-base: Helvetica, sans-serif;
	--text-base: 16px;
	--leading-base: 1.5;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--font-base);
	font-size: var(--text-base);
	line-height: var(--leading-base);
	color: var(--color-text);
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1;
}

.h0 {
	font-size: 48px;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}
@media (max-width: 767px) {
	.h0 {
		font-size: 36px;
	}
	h1, .h1 {
		font-size: 30px;
	}
	h2, .h2 {
		font-size: 24px;
	}
	h3, .h3 {
		font-size: 20px;
	}
	h4, .h4 {
		font-size: 18px;
	}
	h5, .h5 {
		font-size: 16px;
	}
	h6, .h6 {
		font-size: 16px;
	}
}

ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 40px;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 20px;
}

p, ul, ol {
	margin-bottom: 15px;
}
p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: .3s;
}
a:hover {
	text-decoration: none;
}

.custom-header {
	line-height: 1;
}

.builder-module-navigation li a {
	padding: .5em 1em;
	color: var(--color-text);
	line-height: 1;
}
.builder-module-navigation li ul {
	width: 14em;
	border: 1px solid #aaa;
	background-color: #fff;
}
.builder-module-navigation li li {
	display: block;
	float: none;
	border-bottom: 1px solid #aaa;
}
.builder-module-navigation li li:last-child {
	border-bottom: none;
}
.builder-module-navigation li li a {
	padding-top: 1em;
	padding-bottom: 1em;
}
.builder-module-navigation li ul ul {
	margin: -3em 0 0 14em;
	transform: translate(-1px, -1px);
}

#it-mobile-menu {
	display: none;
}
@media (max-width: 1024px) {
	#it-mobile-menu {
		display: inline-block;
		float: left;
	}
}

#it-mobile-phone {
	display: none;
}
@media (max-width: 1024px) {
	#it-mobile-phone {
		display: inline-block;
		float: right;
	}
	.mobile-menu-open #it-mobile-menu {
		opacity: 0;
	}
}

#it-mobile-menu-close {
	display: none;
	position: fixed;
	z-index: 9;
	margin-top: 20px;
}
@media (max-width: 1024px) {
	#it-mobile-menu-close:before,
	#it-mobile-menu-close:after {
		content: "";
		position: absolute;
		width: 35px;
		height: 4px;
		background-color: #fff;
	}
	#it-mobile-menu-close:before {
		transform: rotate(45deg);
	}
	#it-mobile-menu-close:after {
		transform: rotate(-45deg);
	}

	.mobile-menu-open #it-mobile-menu-close {
		display: block;
	}
}

.builder-container:after {
	content: "";
	position: fixed;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: .3s;
}
@media (max-width: 1024px) {
	.mobile-menu-open {
		overflow: hidden;
	}
	.mobile-menu-open .builder-container:after {
		visibility: visible;
		opacity: 1;
	}
}

.menu-social {
	display: none;
}
@media (max-width: 1024px) {
	.menu-social {
		display: block;
		padding: 1em 2em;
		border-bottom: 1px solid #fff;
	}
	.menu-social a {
		display: inline-block;
		margin-right: 20px;
		color: #fff;
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	.builder-module-navigation .menu {
		position: fixed;
		overflow-y: scroll;
		top: 0;
		right: -75%;
		width: 75%;
		height: 100vh;
		background-color: var(--color-primary);
		transition: .3s;
	}
	.mobile-menu-open .builder-module-navigation .menu {
		right: 0;
	}
}

@media (max-width: 1024px) {
	.builder-module-navigation li {
		position: relative;
		width: 100%;
	}
	.builder-module-navigation li a {
		border-bottom: 1px solid #fff;
		color: #fff;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.builder-module-navigation li ul {
		display: none;
		position: relative !important;
		left: 0 !important;
		width: 100%;
		background-color: transparent;
		border: none;
	}
	.builder-module-navigation li li {
		border-bottom: none;
		padding-left: 1em;
		width: 100%;
	}
	.builder-module-navigation li ul ul {
		margin: 0;
		transform: none;
	}
	.builder-module-navigation li li a {
		color: #fff;
	}
	.builder-module-navigation li li li {
		padding-left: 2em;
	}
	.menu-item-has-children > a:after {
		content: "\25bc";
		position: absolute;
		right: 20px;
		color: #fff;
		cursor: pointer;
	}
}

.builder-module-background-wrapper {
	padding-left: 0;
	padding-right: 0;
	background-size: cover;
	background-position: center;
}

.custom-slider-outer-wrapper {
	max-width: 100% !important;
}

#builder-module-5358add06aa15-outer-wrapper,
.city-category #builder-module-52449ac681116-outer-wrapper {
	max-width: 100% !important;
}

#builder-module-52449ac681116 {
	padding: 60px 15px;
}
@media (min-width: 1025px) {
	#builder-module-52449ac681116 {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.city-category #builder-module-52449ac681116 {
	padding: 0;
}

.builder-module-widget-bar,
.builder-module-block-outer-wrapper {
	overflow: visible;
}

.builder-module-widget-bar .widget-wrapper {
	float: none;
	overflow: visible;
}

.entry-footer {
	display: none;
}

input::placeholder,
textarea::placeholder {
	color: #000;
}
input,
textarea,
select {
	border: 1px solid #000;
	font-family: var(--font-base);
}

input,
button,
select {
	-webkit-appearance: none;
	appearance: none;
}
input[type=checkbox],
input[type=radio] {
	-webkit-appearance: auto;
	appearance: auto;
}

embed, iframe, object, video, img {
	vertical-align: middle;
	max-width: 100%;
}

.full-img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.alignleft {
	margin-right: 30px;
	margin-bottom: 30px;
}
.alignright {
	margin-left: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.alignleft {
		float: none;
		margin-right: 0;
	}
	.alignright {
		float: none;
		margin-left: 0;
	}
}

rs-bgvideo video {
	height: 100% !important;
}

.gform_wrapper.gform_legacy_markup_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield select {
	/*padding: 7px 5px;*/
}
.gform_footer .gform_button {
	cursor: pointer;
	transition: .3s;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
	}
}
.gform_wrapper.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc,
body .gform_wrapper.gform_legacy_markup_wrapper ul li.gfield,
body .gform_wrapper.gform_legacy_markup_wrapper .top_label div.ginput_container,
.gform_wrapper.gform_legacy_markup_wrapper li.hidden_label input {
	margin-top: 0;
}
.gform_wrapper.gform_legacy_markup_wrapper.gf_browser_chrome select {
	padding: 5px 4px;
	line-height: normal;
}
.gform_wrapper.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-left: 0;
}

/****************************************************************************************/

@font-face {
	font-family: "Michroma";
	src: url("./fonts/Michroma.ttf") format("truetype");
}

@font-face {
	font-family: "Shrikhand";
	src: url("./fonts/Shrikhand-Regular.otf") format("opentype");
}

:root {
	--color-primary: #494f6c;
	--color-text: #636466;
	--color-black: #21212a;
	--font-base: 'Work Sans', sans-serif;
	--font-kanit: 'Kanit', sans-serif;
	--font-michroma: 'Michroma', sans-serif;
	--font-shrikhand: 'Shrikhand', cursive;
	--leading-base: 1.5;
}

.font-base {
	font-family: var(--font-base);
}
.font-kanit {
	font-family: var(--font-kanit);
}
.font-michroma {
	font-family: var(--font-michroma);
}
.font-shrikhand {
	font-family: var(--font-shrikhand);
}

body {
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-kanit);
}
h1, h2, h3, h4, h5, h6,
.title, .custom {
	color: var(--color-black);
	line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.title a, .custom a {
	color: inherit;
}

p, ul, ol {
	margin-bottom: 20px;
}

.title {
	font-family: var(--font-kanit);
	font-weight: 700;
	text-transform: uppercase;
}

.custom {
	font-family: var(--font-kanit);
	font-size: 35px;
	line-height: 1.1;
}

.title.large {
	font-size: 72px;
}
.title.medium {
	font-size: 52px;
}
.title.small {
	font-size: 41px;
	font-weight: 500;
	text-transform: capitalize;
}
.title.tiny {
	font-size: 28px;
	text-transform: capitalize;
}
@media (max-width: 1024px) {
	.title.large,
	.title.medium {
		font-size: 48px;
	}
	.title.small {
		font-size: 36px;
	}
	.title.tiny {
		font-size: 25px;
	}
}
@media (max-width: 767px) {
	.title.large,
	.title.medium {
		font-size: 36px;
	}
	.title.small {
		font-size: 30px;
	}
	.title.tiny {
		font-size: 21px;
	}
}

.font-black {
	font-weight: 900;
}
.font-extrabold {
	font-weight: 800;
}
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.font-regular {
	font-weight: 400;
}
.font-light {
	font-weight: 300;
}
.font-extralight {
	font-weight: 200;
}
.font-thin {
	font-weight: 100;
}

a {
	color: #4865ad;
}

.text-primary,
.text-navy {
	color: var(--color-primary);
}
.text-black {
	color: var(--color-black);
}
.text-white {
	color: #fff;
}

.bg-navy {
	background-color: var(--color-primary);
}
.bg-gray {
	background-color: #f7f7f7;
}

.uppercase {
	text-transform: uppercase;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.leading-1 {
	line-height: 1;
}
.leading-1\.2 {
	line-height: 1.2;
}
.leading-1\.5 {
	line-height: 1.5;
}
.leading-2 {
	line-height: 2;
}

.container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1025px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}
.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}

.relative {
	position: relative;
}

.inset {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.w-full {
	width: 100%;
}

.block {
	display: block;
}
.flex {
	display: flex;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	grid-row-gap: 30px;
}
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333%;
}
.col-8 {
	width: 66.666667%;
}
.col-9 {
	width: 75%;
}
.col-12 {
	width: 100%;
}
@media (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9 {
		width: 100%;
	}
	
	.reverse > :first-child {
		order: 2;
	}
	.reverse > :last-child {
		order: 1;
	}
}

@media (min-width: 1025px) {
	.hidden-desktop {
		display: none;
	}
}
@media (max-width: 1024px) {
	.hidden-phone {
		display: none;
	}
}

@media (min-width: 992px) {
	.columns-2 {
		columns: 2;
	}
	.columns-3 {
		columns: 3;
	}
}

@media (min-width: 1025px) {
	.builder-container {
		/*padding-top: 60px;*/
	}
}

.custom-topheader-background-wrapper {
	display: none;
	width: 100%;
	background-color: var(--color-primary);
	text-align: center;
	padding: 15px 30px;
}
.custom-topheader-outer-wrapper {
	max-width: 100% !important;
}
.custom-topheader a {
	color: #fff;
	font-family: var(--font-kanit);
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media (min-width: 1025px) {
	.custom-topheader-background-wrapper {
		display: block;
		position: fixed;
		top: 0;
		z-index: 2;
		text-align: right;
	}
}

.custom-header-background-wrapper {
	background-color: var(--color-black);
	padding: 20px 30px;
}
.custom-header-outer-wrapper {
	max-width: 100% !important;
}
.header-logo {
	padding: 10px 0;
}
.header-logo img {
	width: 300px;
}
@media (max-width: 1365px) {
	.header-logo img {
		width: 240px;
	}
}

.header-info {
	text-align: right;
}
.header-info a {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	margin-left: 15px;
}

.custom-mobile-menu-outer-wrapper {
	max-width: 100% !important;
}
@media (min-width: 1025px) {
	.custom-header-background-wrapper {
		position: fixed;
		z-index: 2;
		top: 0;
		width: 100%;
		background-color: rgba(33, 33, 42, 0.5);
		background-color: transparent;
	}
	.sticky .custom-header-background-wrapper {
		background-color: rgba(33, 33, 42, 0.9);
	}
	.custom-topheader-background-wrapper ~ .custom-header-background-wrapper {
		top: 60px;
	}
	
	.custom-mobile-menu-background-wrapper {
		position: fixed;
		z-index: 2;
		top: 68px;
		left: 330px;
		width: calc(100% - 360px);
	}
	.custom-topheader-background-wrapper ~ .custom-header-background-wrapper {
		top: 80px;
	}
	.builder-module-navigation .menu {
		display: flex;
		justify-content: flex-end;
		font-family: var(--font-kanit);
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.sticky .builder-module-navigation .menu {
		font-size: 14px;
	}
	.builder-module-navigation .menu > li {
		float: none;
		padding-right: 30px;
	}
	.builder-module-navigation .menu > li:last-child {
		padding-right: 0;
	}
	.builder-module-navigation li ul {
		width: auto;
		transform: none;
	}
	.builder-module-navigation li:hover > ul {
		display: block !important;
	}
	.builder-module-navigation li li a {
		line-height: 1em;
	}
	.builder-module-navigation li li a:hover {
		color: var(--color-primary);
	}
	.builder-module-navigation li ul ul {
		margin-top: calc(-3em - 1px);
		margin-left: -15em;
		transform: none;
		width: 15em;
	}
	.builder-module-navigation .menu > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		color: #fff;
	}
	.builder-module-navigation .menu > li > a:hover {
		color: #fff;
	}
	.builder-module-navigation .menu > li:last-of-type > a {
		padding-left: 25px;
		padding-right: 25px;
		border: 2px solid #fff;
		border-radius: 5px;
		background-color: var(--color-primary);
		color: #fff;
	}
	.builder-module-navigation .menu > li:last-of-type > a:hover {
		background-color: var(--color-black);
	}
	.builder-module-navigation .menu > li:not(:first-of-type)/*:not(:last-of-type)*/ > a:after {
		/*content: "";
		position: absolute;
		top: 14px;
		left: -3px;
		width: 3px;
		height: 3px;
		background-color: #000;
		border-radius: 3px;*/
	}

	.sticky .custom-mobile-menu-background-wrapper {
		/*position: fixed;*/
	}

	.home:not(.sticky) .builder-module-navigation .menu > li:not(:last-of-type) > a {
		/*color: #fff;*/
	}
	.home:not(.sticky) .builder-module-navigation .menu > li:not(:last-of-type) > a:hover {
		/*color: var(--color-primary);*/
	}
	.home:not(.sticky) .builder-module-navigation .menu > li:not(:first-of-type):not(:last-of-type) > a:after {
		/*background-color: #fff;*/
	}
}
@media (min-width: 1025px) and (max-width: 1365px) {
	.builder-module-navigation .menu {
		font-size: 15px;
	}
	.custom-mobile-menu-background-wrapper {
		top: 75px;
		left: 270px;
		width: calc(100% - 300px);
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.builder-module-navigation .menu > li {
		padding-right: 8px;
		letter-spacing: 1px;
	}
}
@media (max-width: 1024px) {
	.custom-header-background-wrapper .builder-module-column-1-outer-wrapper {
		width: 100% !important;
	}
	.custom-header-background-wrapper .builder-module-column-2-outer-wrapper {
		display: none;
	}
	.header-logo {
		text-align: center;
	}
	.custom-mobile-menu-background-wrapper {
		/*position: absolute;
		right: 0;
		margin-top: -70px;*/
		padding: 10px 15px;
		background-color: var(--color-black);
	}
	#it-mobile-menu {
		color: #fff;
		font-size: 36px;
		line-height: 1;
	}
	#it-mobile-phone {
		/*display: none;*/
	}
	#it-mobile-phone a {
		display: inline-block;
		color: #fff;
		font-family: var(--font-kanit);
		font-size: 36px;
		font-weight: 700;
		line-height: 36px;
	}
	#it-mobile-menu-close:before,
	#it-mobile-menu-close:after {
		background-color: #fff;
	}
}

.custom-slider-background-wrapper {
	position: relative;
}
@media (min-width: 1025px) {
	.custom-topheader-background-wrapper ~ .custom-slider-background-wrapper {
		margin-top: 60px;
	}
}
.banner-wrap {
	position: relative;
	padding-top: 165px;
}
.banner-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(https://www.mooseroofing.com/wp-content/uploads/2022/10/header-overlay.png),
		linear-gradient(180deg, rgba(33, 33, 42, 0.33) 0%, rgba(33, 33, 42, 0.66) 100%);
	background-repeat: repeat-x, no-repeat;
	background-position: top, center;
	background-size: auto, cover;
}
.banner-content {
	position: relative;
	padding: 175px 30px;
	color: #fff;
}
.banner-text {
	font-family: var(--font-kanit);
	font-size: 72px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
	max-width: 800px;
	margin-bottom: 30px;
}
@media (max-width: 1024px) {
	.banner-wrap {
		padding-top: 0;
	}
	.banner-text {
		font-size: 48px;
		max-width: 600px;
	}
}
@media (max-width: 767px) {
	.banner-content {
		padding: 60px 10px;
	}
	.banner-text {
		font-size: 36px;
	}
}

.button {
	background-color: var(--color-primary);
	color: #fff;
	font-family: var(--font-kanit);
	font-size: 24px;
	font-weight: 500;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
}
.button-black {
	background-color: var(--color-black);
}
.button-white {
	background-color: #fff;
	color: var(--color-primary);
}
.button-transparent {
	padding: 8px 33px;
	border: 2px solid #fff;
	background-color: transparent;
}
.button:hover {
	background-color: var(--color-black);
}
.button-black:hover {
	background-color: #fff;
	color: var(--color-primary);
}
.button-white:hover {
	color: #fff;
}
.button-transparent:hover {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}
@media (max-width: 767px) {
	.button {
		font-size: 18px;
	}
}

.banner-service {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.banner-service > div {
	padding: 30px 40px 30px 120px;
	color: #fff;
	background-image: url(/wp-content/uploads/2020/02/check.png);
	background-size: 48px;
	background-position: left 50px top 90px;
	background-repeat: no-repeat;
}
.banner-roofing {
	background-color: rgba(73, 79, 108, 0.85);
}
.banner-gutters {
	background-color: rgba(53, 53, 76, 0.85);
}
.banner-insurance {
	background-color: rgba(33, 33, 42, 0.85);
}
.banner-service-title {
	font-family: var(--font-kanit);
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.1;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.banner-service {
		grid-template-columns: repeat(1, 1fr);
	}
	.banner-service > div {
		background-position: left 50px center;
	}
}
@media (max-width: 767px) {
	.banner-service > div {
		padding-left: 70px;
		background-size: 30px;
		background-position: left 20px center;
	}
	.banner-service-title {
		font-size: 30px;
	}
}

.custom-content-background-wrapper {
	padding: 80px 0;
	background-image: url(/wp-content/uploads/2020/02/logoBackground.png);
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: left;
}
.custom-content .entry-content {
	text-align: center;
}
.custom-content h1 {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.custom-content p {
	max-width: 675px;
	margin: 0 auto;
}
.custom-content .custom {
	margin-top: 30px;
	max-width: 750px;
}
@media (max-width: 1024px) {
	.custom-content-background-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.custom-content h1 {
		font-size: 42px;
	}
	.custom-content .custom {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.custom-content h1 {
		font-size: 36px;
	}
	.custom-content .custom {
		font-size: 26px;
	}
}

.custom-services-outer-wrapper {
	max-width: 100% !important;
}
.service-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.service-item {
	position: relative;
	height: 400px;
	padding: 50px;
}
.service-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(33, 33, 42, 0.5);
	transition: .2s;
}
.service-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	text-align: center;
}
.service-content h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
.service-content .button {
	padding: 5px 25px;
	font-size: 20px;
	font-weight: 400;
}
@media (min-width: 1025px) {
	.service-item:hover .service-image:before {
		background-color: rgba(73, 79, 108, 0.9);
	}
	.service-content p {
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		transition: .2s;
	}
	.service-item:hover .service-content p {
		opacity: 1;
		visibility: visible;
		max-height: 400px;
	}
}
@media (max-width: 1024px) {
	.service-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.service-item {
		height: auto;
	}
	.service-item:nth-child(1) .service-image:before {
		background-color: rgba(73, 79, 108, .95);
	}
	.service-item:nth-child(2) .service-image:before {
		background-color: rgba(53, 53, 76, .95);
	}
	.service-item:nth-child(3) .service-image:before {
		background-color: rgba(33, 33, 42, .95);
	}
}

.custom-cta-background-wrapper {
	padding: 60px 0;
	background-image: url(/wp-content/uploads/2020/02/rooferWorking2.jpg);
	background-attachment: fixed;
	position: relative;
}
.custom-cta-background-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(33, 33, 42, .75);
}
.cta-wrap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	color: #fff;
}
.cta-wrap .title {
	font-size: 60px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0;
	color: #fff;
}
.cta-content {
	padding-top: 5px;
	max-width: 500px;
}
.cta-content .button {
	margin-top: 25px;
}
@media (max-width: 1024px) {
	.cta-wrap {
		grid-template-columns: repeat(1, 1fr);
		padding: 0 20px;
	}
	.cta-wrap .title {
		text-align: center;
		font-size: 48px;
	}
	.cta-content {
		margin: 0 auto;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.cta-wrap .title {
		font-size: 42px;
	}
}

.custom-testi-background-wrapper {
	padding: 80px 0;
}
.custom-testi {
	text-align: center;
}
.custom-testi .title {
	font-size: 72px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: var(--color-black);
}
.custom-testi .custom {
	margin: 0 auto 25px;
	max-width: 900px;
}
.reviews-background-wrapper {
	margin-top: 40px;
}
.review-item {
	padding: 110px 20px 0;
	background-image: url(/wp-content/uploads/2020/02/footerLogo.png);
	background-repeat: no-repeat;
	background-size: 90px;
	background-position: top;
}
.review-content {
	font-family: var(--font-kanit);
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 25px;
}
.review-meta {
	font-family: var(--font-michroma);
	font-size: 11px;
	letter-spacing: 6px;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.custom-testi-background-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.custom-testi .title {
		font-size: 48px;
	}
	.custom-testi .custom {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.custom-testi .title {
		font-size: 36px;
	}
	.custom-testi .custom {
		font-size: 26px;
	}
	.custom-testi .owl-item {
		height: 0;
	}
	.custom-testi .owl-item.active {
		height: auto;
	}
}

.custom-numbers-background-wrapper {
	background-image: url(/wp-content/uploads/2020/02/teamworkTable.jpg);
	background-attachment: fixed;
	position: relative;
	padding: 60px 0;
}
.custom-numbers-background-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(73, 79, 108, .75);
}
.numbers-wrap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.numbers-item {
	text-align: center;
	color: #fff;
}
.numbers-numbers {
	font-family: var(--font-shrikhand);
	font-size: 0;
	font-weight: 500;
	line-height: 1;
}
.numbers-numbers * {
	display: inline;
	font-size: 69px;
}
.numbers-desc {
	font-family: var(--font-michroma);
	font-size: 16px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top: 20px;
}
@media (max-width: 1024px) {
	.numbers-wrap {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}
	.numbers-numbers * {
		font-size: 90px;
	}
	.numbers-desc  {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.numbers-numbers * {
		font-size: 79px;
	}
	.numbers-desc  {
		font-size: 12px;
	}
}

.custom-awards-background-wrapper {
	padding: 80px 0;
	background-color: #f4f6f8;
}
.custom-awards-outer-wrapper {
	overflow: visible;
}
.award-content-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px;
	margin-bottom: 40px;
}
.award-image-1 {
	transform: translateX(-120px);
}
.award-image-2 {
	margin-top: -50px;
	position: relative;
}
.award-content .title {
	font-size: 52px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
}
.award-content .custom {
	font-size: 30px;
	line-height: 1.2;
}
.award-item {
	background-color: #fff;
	border-radius: 10px;
	/*box-shadow: 0px 45px 50px -6px rgb(0 0 0 / 15%);*/
	height: 220px;
	padding: 10px;
}
.owl-carousel .owl-item .award-item img {
	height: 100% !important;
	object-fit: contain;
}
@media (max-width: 1439px) {
	.award-image-1 {
		margin-left: 140px;
	}
	.award-image-2 {
		margin-left: 140px;
	}
}
@media (max-width: 1024px) {
	.award-content-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.award-image-1 {
		margin-right: 20px;
	}
	.award-image-2 {
		margin-right: 20px;
	}
	.award-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.award-content .title {
		font-size: 48px;
	}
	.awards-wrap {
		padding: 0 40px;
	}
}
@media (max-width: 767px) {
	.award-content .title {
		font-size: 36px;
	}
	.award-content .custom {
		font-size: 24px;
	}
}

.custom-partners-background-wrapper {
	padding: 60px 0;
}
.custom-partners .title {
	font-size: 52px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.partner-item {
	text-align: center;
}
.custom-partners .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
@media (max-width: 1024px) {
	.partners-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.custom-schedule-background-wrapper {
	background-image: url(/wp-content/uploads/2020/02/houseRoof.jpg);
	position: relative;
}
.custom-schedule-background-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(73, 79, 108, .75);
	transition: .2s;
}
.custom-schedule-background-wrapper:hover:before {
	background-color: rgba(73, 79, 108, .95);
}
.custom-schedule-outer-wrapper {
	max-width: 100% !important;
}
.custom-schedule a {
	position: relative;
	color: #fff;
	display: block;
	width: 100%;
	padding: 50px 15px;
	text-align: center;
	font-family: var(--font-kanit);
	font-size: 48px;
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: 2px;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.custom-schedule a {
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	.custom-schedule a {
		font-size: 30px;
	}
}

.custom-map-outer-wrapper {
	max-width: 100% !important;
}
.custom-map iframe {
	width: 100%;
	height: 420px;
}
@media (max-width: 767px) {
	.custom-map iframe {
		height: 300px;
	}
}

.custom-footer-background-wrapper {
	padding: 80px 0;
	background-color: var(--color-black);
	color: #fff;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-wrap a {
	color: #fff;
}
.footer-wrap a:hover {
	color: var(--color-primary);
}
.footer-wrap .title {
	color: #fff;
	font-family: var(--font-michroma);
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-about {
	width: 48%;
}
.footer-links,
.footer-contact {
	width: 23%;
}
.footer-about img {
	width: 180px;
}
.footer-about p {
	max-width: 400px;
}
.footer-about a {
	text-decoration: underline;
}
.footer-about .socialLinks {
	margin-top: 40px;
	font-size: 36px;
}
.footer-about .socialLink:not(:last-child) {
	margin-right: 20px;
}
.footer-links ul {
	margin-left: 0;
	list-style: none;
}
.footer-links ul li {
	margin-bottom: 15px;
}
.footer-links ul li a {
	font-family: var(--font-kanit);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.footer-contact {
	font-size: 18px;
}
.custom-subfooter-background-wrapper {
	padding: 15px;
	text-align: center;
	background-color: #161618;
	color: #fff;
}
.custom-subfooter p {
	font-family: var(--font-michroma);
	font-size: 8px;
	line-height: 1.6;
	letter-spacing: 5px;
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.footer-wrap {
		padding: 0 20px;
	}
	.footer-about {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-links,
	.footer-contact {
		width: 48%;
	}
	.footer-about p {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.footer-links,
	.footer-contact {
		width: 100%;
	}
	.footer-contact {
		margin-top: 40px;
	}
}

.side-button {
	display: none;
	position: fixed;
	z-index: 999;
	right: 0;
	background-color: var(--color-primary);
	color: #fff;
	font-family: var(--font-kanit);
	line-height: 1;
	text-transform: uppercase;
	transition: .2s;
	cursor: pointer;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 22px;
	padding: 20px;
	letter-spacing: 2px;
}
.side-button a {
	color: inherit;
}
@media (max-width: 1024px) {
	.builder-container {
		padding-bottom: 62px;
	}
	.side-button {
		display: block;
	}
}

.custom-page-header-background-wrapper {
	padding: 175px 30px 80px;
	position: relative;
	background-image: url(/wp-content/uploads/2020/02/rooferClose.jpg);
}
.page-id-44325 .custom-page-header-background-wrapper {
	padding-top: 200px;
	padding-bottom: 280px;
	border-bottom: 1px solid #fff;
}
.custom-page-header-background-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(https://www.mooseroofing.com/wp-content/uploads/2022/10/header-overlay.png),
		linear-gradient(180deg, rgba(33, 33, 42, 0.33) 0%, rgba(33, 33, 42, 0.66) 100%);
	background-repeat: repeat-x, no-repeat;
	background-position: top, center;
	background-size: auto, cover;
}
.custom-page-header-outer-wrapper {
	max-width: 100% !important;
}
.custom-page-header .entry-header {
	position: relative;
}
.custom-page-header .entry-title {
	margin: 0;
	color: #fff;
	font-size: 72px;
	line-height: 0.9;
	text-transform: uppercase;
}
.custom-page-header .entry-subtitle {
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	max-width: 630px;
}
.custom-page-header .entry-subtitle br {
	height: 12px;
}
@media (max-width: 1024px) {
	.custom-page-header-background-wrapper {
		padding-top: 80px;
	}
	.page-id-44325 .custom-page-header-background-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.custom-page-header .entry-title {
		font-size: 48px;
	}
}
@media (max-width: 767px) {
	.custom-page-header .entry-title {
		font-size: 36px;
	}
}

.builder-view-blog #builder-module-52449ac681116-background-wrapper {
	background-image: url(/wp-content/uploads/2020/02/logoBackground.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left;
}


.blog-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}
.blog-item {
	background-color: #fff;
	box-shadow: 0px 2px 80px -30px rgb(0 0 0 / 30%);
}
.blog-image {
	position: relative;
	height: 200px;
}
.blog-content {
	padding: 20px;
}
.blog-title {
	font-family: var(--font-kanit);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
}
@media (max-width: 991px) {
	.blog-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 639px) {
	.blog-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

.city-category #builder-module-52449ac681116 {
	padding-bottom: 80px;
}
.cat-description {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1366px;
	margin: 0 auto;
	padding: 60px 40px;
	grid-row-gap: 30px;
}
.cat-loop {
	max-width: 1366px;
	margin: 40px auto 0;
	padding: 0 40px;
}
.cat-panel {
	width: calc(50% - 20px);
}
.cat-panel iframe {
	width: 100%;
}
.cat-panel .city-image {
	overflow: hidden;
	border-radius: 50px;
	box-shadow: -4px 35px 58.28px 3.72px rgba(0, 0, 0, 0.3);
}
.cat-panel .city-image img {
	width: 100%;
}
.cat-panel ul {
	list-style: none;
	columns: 2;
}
.cat-panel ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
}
.cat-panel ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: var(--color-primary);
	border-radius: 10px;
}
.cat-panel ul li h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: var(--leading-base);
	text-transform: unset;
	color: #000;
}
.cat-panel h2,
.cat-loop h2 {
	font-size: 36px;
	line-height: 1.1;
	text-transform: uppercase;
	color: var(--color-primary);
}
@media (max-width: 1024px) {
	.cat-description {
		padding: 40px 15px;
	}
	.cat-panel {
		width: 100%;
	}
	.cat-panel iframe {
		height: 300px;
	}
	.cat-loop {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.cat-panel ul {
		columns: 1;
	}
}

.feature-bg {
	background-image: url(/wp-content/uploads/2020/02/truckSide.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 80px 0;
}
.feature-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(73, 79, 108, .75);
}
.feature-title {
	color: #fff;
	font-family: var(--font-kanit);
	font-size: 72px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.feature-inner {
	position: relative;
	margin: 80px auto 0;
	max-width: 1200px;
	padding: 0 20px;
}
.feature-inner ul {
	list-style: none;
	margin-left: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 60px;
}
.feature-inner ul li {
	color: #fff;
	background-image: url(/wp-content/uploads/2022/06/feature-bullet.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left top;
	padding-top: 150px;
	font-family: var(--font-kanit);
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.feature-inner ul li strong,
.feature-inner ul li b {
	font-size: 36px;
	font-weight: 600;
}
@media (max-width: 1024px) {
	.feature-title {
		font-size: 48px;
	}
	.feature-inner ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.feature-inner ul li {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
		background-position: center top;
	}
}
@media (max-width: 767px) {
	.feature-title {
		font-size: 36px;
	}
	.feature-inner ul li {
		font-size: 16px;
	}
	.feature-inner ul li strong,
	.feature-inner ul li b {
		font-size: 30px;
	}
}

.page-id-39259 .custom-page-header-background-wrapper,
.page-id-40535 .custom-page-header-background-wrapper,
.error404 .custom-page-header-background-wrapper {
	display: none;
}

.page-id-39259 .default-module-style-background-wrapper,
.page-id-40535 .default-module-style-background-wrapper,
.error404 .default-module-style-background-wrapper {
	position: relative;
	background-image: url(/wp-content/uploads/2020/02/rooferClose.jpg);
}
.page-id-39259 .default-module-style-background-wrapper:before,
.page-id-40535 .default-module-style-background-wrapper:before,
.error404 .default-module-style-background-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(33, 33, 42, 0.33) 0%, rgba(33, 33, 42, 0.66) 100%);
}
.thank-wrap {
	position: relative;
	height: 660px;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.error404-content {
	position: relative;
	height: 720px;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.thank-heading {
	color: #fff;
	font-family: var(--font-kanit);
	font-size: 72px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}
.error404-logo {
	max-width: 820px;
}
.thank-text {
	margin-bottom: 40px;
	color: #fff;
	font-size: 20px;
}
.error404-text {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 30px;
}
@media (max-width: 767px) {
	.thank-wrap,
	.error404-content {
		height: auto;
		padding: 40px 0;
	}
	.thank-heading {
		font-size: 36px;
	}
	.error404-text {
		font-size: 20px;
	}
	.thank-logo,
	.error404-logo {
		display: none;
	}
}

.bg-form {
	background-image: linear-gradient(180deg, #21212a 0%, #494f6c 100%);
}
.form-wrap {
	background-color: #fff;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
.award-winning {
	border: 2px solid #e6eaee;
	padding: 20px 25px;
	display: flex;
	flex-wrap: wrap;
}
.award-winning-content,
.award-winning-services {
	width: calc(50% - 20px);
}
.award-winning-services {
	margin-left: 40px;
	border-radius: 10px;
	box-shadow: 0px 45px 60px -6px rgb(0 0 0 / 15%);
	padding: 30px 20px;
	background-image: linear-gradient(180deg, rgba(73, 79, 108, 0.9) 0%, rgba(33, 33, 42, 0.9) 100%),
		url(/wp-content/uploads/2020/02/roofingTruckFar.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
}
.award-winning-content .title {
	font-size: 35px;
	font-weight: 500;
}
.award-winning-services .title {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
}
.award-winning-services ul {
	font-family: var(--font-kanit);
	font-size: 28px;
	list-style: none;
	margin-left: 0;
}
.award-winning-services ul li {
	padding-left: 40px;
	position: relative;
}
.award-winning-services ul li:before {
	content: "\f14a";
	position: absolute;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
@media (max-width: 991px) {
	.award-winning-content,
	.award-winning-services {
		width: 100%;
	}
	.award-winning-content .title {
		font-size: 30px;
	}
	.award-winning-services {
		margin-top: 40px;
		margin-left: 0;
	}
	.award-winning-services ul {
		font-size: 25px;
	}
}
@media (max-width: 639px) {
	.form-wrap {
		padding: 0;
	}
	.award-winning-content .title {
		font-size: 26px;
	}
	.award-winning-services ul {
		font-size: 21px;
	}
}

.page-id-39232 .custom-page-header-background-wrapper {
	display: none;
}
.estimate-wrap-bg {
	padding-top: 175px;
	padding-bottom: 80px;
	background-image: linear-gradient(90deg, rgba(33, 33, 42, 0.8) 0%, rgba(33, 33, 42, 0.33) 100%),
		url(/wp-content/uploads/2020/02/rooferClose.jpg);
	background-size: cover;
	background-position: center;
}
.estimate-video-wrap {
	max-width: 500px;
	margin: 0 auto;
}
.estimate-video-wrap .fluid-width-video-container {
	max-width: 100% !important;
	max-height: unset !important;
	padding-top: 56.25%;
	position: relative;
}
.estimate-video-wrap .fluid-width-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 0 !important;
}
.estimate-wrap {
	display: flex;
	flex-wrap: wrap;
}
.estimate-content,
.estimate-form-wrap {
	width: calc(50% - 20px);
}
.estimate-content .title {
	font-size: 72px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
}
.text-white .title {
	color: #fff;
}
.estimate-content .subtitle {
	font-family: var(--font-kanit);
	font-size: 41px;
	line-height: 1.1;
}
.estimate-content .desc {
	font-size: 20px;
}
.icon-box {
	margin-top: 30px;
	display: flex;
}
.icon-box .icon {
	width: 100px;
	margin-right: 25px;
	line-height: 1;
}
.icon-box .icon.tiny {
	width: 40px;
	font-size: 32px;
	color: var(--color-black);
}
.icon-box .content {
	flex: 1 1 0%;
}
.icon-box .content .title {
	font-family: var(--font-kanit);
	font-size: 28px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.estimate-form-wrap {
	margin-left: 40px;
}
.estimate-form {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 45px 50px 0px rgb(0 0 0 / 15%);
	text-align: left;
}
.estimate-form .title {
	background-color: var(--color-primary);
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
}
.estimate-inner {
	padding-left: 20px;
	padding-right: 20px;
}

input, textarea, select {
	border: none;
	background-color: #eee;
	padding: 16px;
}
input::placeholder,
textarea::placeholder {
	color: #999;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
	padding: 16px;
}
@media (max-width: 1024px) {
	.estimate-wrap-bg {
		padding-top: 80px;
	}
	.estimate-content .title {
		font-size: 48px;
	}
	.estimate-content .subtitle {
		font-size: 36px;
	}
	.icon-box .content .title {
		font-size: 25px;
	}
}
@media (max-width: 991px) {
	.estimate-content,
	.estimate-form-wrap {
		width: 100%;
	}
	.estimate-form-wrap {
		margin-top: 40px;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.estimate-content .title {
		font-size: 36px;
	}
	.estimate-content .subtitle {
		font-size: 30px;
	}
	.icon-box .content .title {
		font-size: 21px;
	}
}

.estimate-approach {
	background-image: url(/wp-content/uploads/2020/02/logoBackground.png);
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: left;
}
.approach-wrap {
	display: flex;
	flex-wrap: wrap;
}
.approach-content,
.approach-image {
	width: calc(50% - 20px);
}
.approach-image {
	margin-left: 40px;
}
hr {
	border: 0;
	height: 1px;
	background-color: #e6eaee;
	margin: 40px 0;
}
@media (max-width: 767px) {
	.estimate-approach {
		background-size: 300px;
	}
	.approach-content,
	.approach-image {
		width: 100%;
	}
	.approach-image {
		margin-top: 40px;
		margin-left: 0;
	}
}

.subject-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	padding: 30px 0 60px;
}
.subject-inner {
	position: relative;
	text-align: center;
	padding: 20px;
	transition: box-shadow .2s;
}
.subject-inner:hover {
	box-shadow: 0px 45px 50px 0px rgb(0 0 0 / 11%);
}
.subject-inner .icon {
	color: #bfbfbf;
	font-size: 60px;
}
.subject-inner .title {
	margin-top: 20px;
	font-size: 28px;
}
@media (max-width: 767px) {
	.subject-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

.image-content-wrap {
	display: flex;
	flex-wrap: wrap;
}
.image-wrap {
	width: calc(40% - 20px);
}
.content-wrap {
	width: calc(60% - 20px);
	margin-left: 40px;
}
.reverse .image-wrap {
	margin-left: 40px;
}
.reverse .content-wrap {
	margin-left: 0;
}
@media (max-width: 991px) {
	.image-wrap {
		width: 100%;
	}
	.content-wrap {
		width: 100%;
		margin-top: 40px;
		margin-left: 0;
	}
	.reverse .image-wrap {
		margin-left: 0;
	}
}
.about-cta {
	padding: 80px 100px;
	background:#eee;
	color: #000;
	text-align: left;
	line-height:2;
	font-weight:100;
}
/*.about-cta {
	padding: 60px 20px;
	background-image: linear-gradient(180deg, rgba(73, 79, 108, 0.9) 0%, rgba(73, 79, 108, 0.9) 100%),
		url(/wp-content/uploads/2020/02/houseRoof.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
}*/
.about-cta .title {
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	font-size: 38px;
}
.about-cta .subtitle {
	max-width: 600px;
	margin: 20px auto 0;
	font-size: 30px;
	line-height: 1.1;
	text-align: center;
}

.member-group {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 40px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.member-wrap {
	width: 330px;
	position: relative;
}
.member-name {
	font-family: var(--font-kanit);
	font-size: 28px;
	line-height: 1.1;
	color: var(--color-black);
	margin-top: 10px;
	margin-bottom: 0;
}
.member-title {
	color: #aaa;
}

.single-member .custom-page-header-background-wrapper {
	display: none;
}
@media (min-width: 1024px) {
	.single-member #builder-module-52449ac681116-background-wrapper {
		position: relative;
		padding-top: 145px;
	}
	.single-member #builder-module-52449ac681116-background-wrapper:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 145px;
		background-image: url(https://www.mooseroofing.com/wp-content/uploads/2022/10/header-overlay.png), linear-gradient(180deg, rgba(33, 33, 42, 0.33) 0%, rgba(33, 33, 42, 0.66) 100%);
		background-repeat: repeat-x, no-repeat;
		background-position: top, center;
		background-size: auto, cover;
	}
}
blockquote {
	color: var(--color-primary);
	font-family: var(--font-shrikhand);
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.member-image {
	float: left;
	width: calc(50% - 20px);
	margin-right: 40px;
	margin-bottom: 20px;
}
.single-member .member-name {
	font-family: var(--font-kanit);
	font-size: 48px;
	font-weight: 700;
}
.single-member .member-title {
	font-family: var(--font-kanit);
	font-size: 25px;
	font-style: italic;
	color: var(--color-black);
}
@media (max-width: 767px) {
	.member-image {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

.wonderplugin-gridgallery-item img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	margin-left: 0 !important;
}

.approach-content .custom {
	font-weight: 700;
	text-transform: uppercase;
}

.gutters-wrap {
	display: flex;
	flex-wrap: wrap;
}
.gutters-content,
.gutters-image {
	width: 50%;
}
.gutters-image:not(.full) {
	max-height: 500px;
}
@media (min-width: 992px) {
	.gutters-image:not(.reverse) {
		order: 1;
	}
}
.gutters-content {
	padding: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gutters-content.narrow {
	padding: 5%;
}
.gutters-content ul {
	list-style: none;
	margin-left: 0;
}
.gutters-content ul li {
	margin-top: 20px;
	padding-left: 60px;
	position: relative;
}
.gutters-content ul li:before {
	content: "\f14a";
	position: absolute;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	color: var(--color-primary);
}
@media (max-width: 991px) {
	.gutters-content,
	.gutters-image {
		width: 100%;
	}
	.gutters-image:not(.full) {
		max-height: 400px;
	}
}
@media (max-width: 639px) {
	.gutters-image:not(.full) {
		max-height: 320px;
	}
	.gutters-content.narrow {
		padding: 10% 5%;
	}
}

.approach-wrap .icon-box {
	margin-top: 0;
	margin-bottom: 40px;
}
.approach-wrap .icon {
	font-size: 48px;
	width: 60px;
}
.approach-wrap .icon i {
	transform: rotateY(180deg);
}

.priority-wrap {
	background-image: linear-gradient(180deg, rgba(73, 79, 108, 0.9) 0%, rgba(73, 79, 108, 0.9) 100%),
		url(/wp-content/uploads/2020/02/houseRoof.jpg);
	background-size: cover;
	background-position: center;
}

.companies-wrap {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;
}
.company-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.companies-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

.image-shadow {
	box-shadow: 0px 45px 60px -6px rgb(33 33 42 / 20%);
}

.warranty-wrap {
	display: flex;
	flex-wrap: wrap;
}
.warranty-req,
.warranty-work {
	width: 50%;
	padding: 10%;
}
.warranty-req {
	background-image: linear-gradient(180deg, rgba(73, 79, 108, 0.85) 0%, rgba(73, 79, 108, 0.85) 100%),
		url(/wp-content/uploads/2020/02/roofingTop.jpg);
	background-size: cover;
	background-position: center;
}
.warranty-work {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%),
		url(/wp-content/uploads/2020/02/rainGutters.jpg);
}
@media (max-width: 991px) {
	.warranty-req,
	.warranty-work {
		width: 100%;
	}
}

.zipcodes {
	columns: 6;
	margin-left: 0;
	list-style: none;
}
.zipcodes li:before {
	content: "\f0a9";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 10px;
	color: var(--color-primary);
}

.member-wrap {
	width: calc(25% - 30px);
	text-align: center;
	text-transform: uppercase;
}
.member-photo {
	position: relative;
	padding-top: 100%;
	border-radius: 200px;
	overflow: hidden;
}
.member-photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: top;
}
.member-name {
	font-size: 18px;
	font-weight: 900;
}
.member-title {
	font-size: 14px;
}
@media (max-width: 767px) {
	.member-wrap {
		width: 100%;
		max-width: 400px;
	}
}

.inspection-wrap {
	height: 100%;
	background-color: #fff;
	color: #1b1d1d;
	border-radius: 20px;
	padding: 40px 60px 20px;
	display: flex;
	flex-direction: column;
}
.inspection-wrap a {
	display: inline-block;
	padding: 10px 60px;
	background-color: #1b1d1d;
	color: #fff;
	border-radius: 5px;
}
@media (max-width: 767px) {
	.inspection-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.fluid-width-video-container {
	margin-left: auto;
	margin-right: auto;
}

.video-wrap {
	border-radius: 30px;
	overflow: hidden;
}

.careers-values {
	margin-top: -80px;
}
.careers-value {
	height: 100%;
	background-color: #fff;
	box-shadow: 4px 4px 16.74px 1.26px rgba(0, 0, 0, 0.5);
	border-radius: 30px;
	padding: 60px 20px;
}

.careers-about {
	position: relative;
	padding-top: 100px;
}
.careers-image {
	position: absolute;
	top: 0;
	bottom: 80px;
	right: 0;
	width: 55%;
}
.careers-content {
	width: 55%;
	position: relative;
	background-color: #fff;
	box-shadow: 4px 4px 16.74px 1.26px rgba(0, 0, 0, 0.5);
	border-radius: 30px;
	padding: 90px 20px 50px;
}
@media (max-width: 767px) {
	.careers-about {
		padding-top: 0;
	}
	.careers-image {
		position: static;
		width: 100%;
	}
	.careers-content {
		width: 100%;
		margin-top: 30px;
	}
}

.spec-bg {
	background-image: url(https://www.mooseroofing.com/wp-content/uploads/2023/10/spec-bg.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 120px;
	padding-bottom: 100px;
}
.spec-bg ul {
	list-style: none;
	margin-left: 0;
}
.spec-bg ul li {
	position: relative;
	font-family: var(--font-kanit);
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
	padding-left: 35px;
}
.spec-bg ul li:before {
	content: "\f14a";
	position: absolute;
	top: 5px;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-size: 24px;
	font-weight: 900;
}
@media (max-width: 767px) {
	.spec-bg {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.spec-bg ul li {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.spec-bg ul li:before {
		font-size: 16px;
		top: 3px;
	}
}

.mission-item {
	height: 100%;
	background-color: #fff;
	box-shadow: 4px 4px 16.74px 1.26px rgba(0, 0, 0, 0.5);
	border-radius: 30px;
	padding: 20px 20px;
}

.appointment-item {
	height: 100%;
	background-color: #fff;
	color: var(--color-black);
	border-radius: 30px;
	padding: 40px 30px 30px;
	display: flex;
	flex-direction: column;
}
.appointment-button {
	margin-top: auto;
}
.appointment-button a {
	display: inline-block;
	padding: 10px 60px;
	border-radius: 5px;
	background-color: var(--color-black);
	color: #fff;
	text-transform: uppercase;
}
.appointment-button a:hover {
	background-color: var(--color-primary);
}

.products-steps {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 3px solid var(--color-primary);
}
.products-pricing {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../../uploads/2024/04/GettyImages-1320354967.jpg);
	background-attachment: fixed;
	background-position: center;
}

.product-discount {
	border: 2px solid #000;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}
.product-discount-text {
	font-size: 20px;
	line-height: 1;
	padding: 15px;
	background-color: #fff;
}
.product-discount-value {
	background-color: #57caf6;
	color: #fff;
	font-size: 24px;
	padding: 10px;
}
.product-discount-value.dark {
	background-color: #0099d2;
}

.product-add-ons {
	background-image: linear-gradient(to right, #57caf6, #0099d2);
	border-radius: 20px;
	padding: 20px;
}
.product-add-ons-inner {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	line-height: 1;
}
.product-add-ons-inner .flex {
	min-height: 80px;
}

.ui-widget-content {
	background-color: transparent;
}
.ui-widget.ui-widget-content {
	border: 0;
}

.ui-widget-header {
	border: 0;
	background-color: transparent;
}
.ui-tabs .ui-tabs-nav {
	padding: 0;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0;
	border: 0;
	width: 25%;
	border-radius: 10px;
	background-color: transparent;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li:hover {
	background-image: linear-gradient(to bottom, #fafafa, #e7e5e6);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
	content: "";
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: -8px;
	height: 12px;
	background-image: linear-gradient(to right, #57caf6, #0099d2);
	border: 2px solid #fff;
	border-radius: 3px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 1em;
	width: 100%;
	text-align: center;
	font-weight: 700;
	color: #000;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
}

.pricing-wrap {
	display: flex;
}
.pricing-left {
	width: 50%;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #000;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pricing-user {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.pricing-desc {
	font-size: 20px;
	text-align: center;
}
.pricing-value {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
}
.pricing-unit {
	font-size: 20px;
	line-height: 1;
}
.pricing-right {
	width: 50%;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}
.pricing-bg {
	background-image: linear-gradient(135deg, #57caf6, #0099d2);
	color: #fff;
	padding: 30px 20px;
	text-align: center;
}
.pricing-heading {
	font-size: 20px;
}

.cta-button {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	background-image: linear-gradient(to right, #57caf6, #0099d2);
	color: #fff;
	border-radius: 30px;
	padding: 15px;
	font-family: var(--font-custom);
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: .2s;
}
.cta-button:hover {
	background-image: linear-gradient(to right, #0099d2, #0099d2);
}

.faq-wrap {
	color: #2d2d2d;
	border-radius: 45px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 14.4px 1.6px rgba(0, 0, 0, 0.29);
	padding: 120px 80px 60px;
}
.faq-wrap .h1 {
	letter-spacing: .1em;
	margin-bottom: 80px;
}
.faq-item {
	border-radius: 22px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 14.4px 1.6px rgba(0, 0, 0, 0.29);
	padding: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.faq-question {
	font-family: var(--font-kanit);
	font-size: 24px;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	padding-right: 50px;
}
.faq-question:after {
	content: "\f107";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	border: 2px solid #2d2d2d;
	border-radius: 30px;
	padding-top: 3px;
	box-sizing: border-box;
}
.faq-item.active .faq-question:after {
	content: "\f106";
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	font-size: 18px;
	transition: .2s;
}
.faq-item.active .faq-answer {
	padding-top: 30px;
	max-height: 500px;
}
@media (max-width: 767px) {
	.faq-wrap {
		padding: 0;
		box-shadow: none;
	}
	.faq-item {
		padding: 40px 15px;
	}
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(calc(-100% - 60px), -150%);
    }
    40% {
        transform: translate(calc(-100% - 60px), -160%);
    }
    60% {
        transform: translate(calc(-100% - 60px), -155%);
    }
}
