
/* NICE CSS*/
.helper {
	/* display:none; */
	position: fixed;
	bottom: 0px;
	left: 0;
	background-color: black;
	color: white;
	padding: 10px;
	z-index: 10000;
}

/* 10px to 767px */
@media (min-width: 10px) and (max-width: 767px) {
	br.resp, br.resp-br {
		display: none;
	}
}

#nice_site_header.mb-0.x-bar {
	background-color: #354c73;
}

/* 1400px and wider */
@media (min-width: 1400px) {
	.helper::before {
		content: "1400 and up" !important;
	}
	
	.helper {
		background-color: red;
	}
}

/* 1024px to 1399px */
@media (min-width: 1024px) and (max-width: 1399px) {
	.helper::after {
		content: "1024 - 1399";
	}
	
	.helper {
		background-color: blue;
	}
}

/* 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
	.helper::after {
		content: "768 - 1023";
	}
	
	.helper {
		background-color: green;
	}
}

/* 480px to 767px */
@media (min-width: 480px) and (max-width: 767px) {
	.helper::after {
		content: "480 - 767";
	}
	
	.helper {
		background-color: brown;
	}
}

/* 320px to 479px */
@media (min-width: 320px) and (max-width: 479px) {
	.helper::after {
		content: "320 - 479";
	}
	
	.helper {
		background-color: pink;
	}
}

/* 10px to 319px */
@media (min-width: 10px) and (max-width: 319px) {
	.helper::after {
		content: "10 - 319";
	}
	
	.helper {
		background-color: red;
	}
}

#nice_header_container {
	/* border: solid red 1px; */
	background: #354c73 url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/imgz/bg-site-header.jpg") repeat-x center -1px;
	background-size: 18px auto;
}

#nice_header_container.nitro-lazy {
	background: none !important;
}

@media (min-width: 1400px) {
	#nice_header_container {
		background: #354c73 url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/imgz/bg-site-header.jpg") repeat-x center -1px;
		background-size: 18px auto;
	}
	
	#nice_header_container.nitro-lazy {
		background: none !important;
	}
}

/* 1024px to 1399px */
@media (min-width: 1024px) and (max-width: 1399px) {
	#nice_header_container {
		background: #354c73 url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/imgz/bg-site-header.jpg") repeat-x center -1px;
		background-size: 18px auto;
	}
	
	#nice_header_container.nitro-lazy {
		background: none !important;
	}
}

/* 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
	#nice_header_container {
		background: #354c73 url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/imgz/bg-site-header.jpg") repeat-x center -3px;
		background-size: 14px auto;
	}
	
	#nice_header_container.nitro-lazy {
		background: none !important;
	}
}

/* 480px to 767px */
@media (min-width: 480px) and (max-width: 767px) {
	#nice_header_container {
		background: #354c73 url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/imgz/bg-site-header.jpg") repeat-x center -3x;
		background-size: 14px auto;
	}
	
	#nice_header_container.nitro-lazy {
		background: none !important;
	}
}

/* 320px to 479px */
@media (min-width: 320px) and (max-width: 479px) {
	#nice_header_container {
		background: #354c73 url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/imgz/bg-site-header.jpg") repeat-x center -1px;
		background-size: 12px auto;
	}
	
	#nice_header_container.nitro-lazy {
		background: none !important;
	}
}

/* 10px to 319px */
@media (min-width: 10px) and (max-width: 319px) {
	#nice_header_container {
		background: url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/imgz/bg-site-header.jpg") repeat-x center -1px;
		background-size: 12px auto;
	}
	
	#nice_header_container.nitro-lazy {
		background: none !important;
	}
}

#nice_header_container {}

#nice_nav_top_row {
	/* border: solid green 1px; */
	position: relative;
	top: 8px;
}

@media (min-width: 1024px) and (max-width: 1399px) {
	#nice_nav_top_row {
		top: 8px;
	}
}

/* 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
	#nice_nav_top_row {
		top: 17px;
	}
}

/* 480px to 767px */
@media (min-width: 480px) and (max-width: 767px) {
	#nice_nav_top_row {
		top: 16px;
	}
}

/* 320px to 479px */
@media (min-width: 320px) and (max-width: 479px) {
	#nice_nav_top_row {
		top: 8px;
	}
}

@media (min-width: 10px) and (max-width: 319px) {
	#nice_nav_top_row {
		top: -17px;
	}
}

#nice_nav_bottom_row {}

/* 480px to 767px */
@media (min-width: 480px) and (max-width: 767px) {
	#nice_nav_bottom_row {
		position: relative;
		top: 29px;
	}
}

/* 320px to 479px */
@media (min-width: 320px) and (max-width: 479px) {
	#nice_nav_bottom_row {
		position: relative;
		top: 20px;
	}
}

/* 10px to 319px */
@media (min-width: 10px) and (max-width: 319px) {
	#nice_nav_bottom_row {
		position: fixed;
		top: 106px;
	}
}

#nice_nav_bottom_row .x-anchor-text-primary {
	text-align: left;
	line-height: 1.3em;
}

#nice_toggle_nav_button-anchor-toggle {}

.x-toggle-burger-bun-t, .x-toggle-burger-patty, .x-toggle-burger-bun-b {
	color: #fff;
}

/* .nice_mob_nav { border: solid red 1px; }
.nice_mob_nav_layered { border: solid red 1px; }
*/
.nice_mob_nav_modal {
	margin-top: 0px !important;
}

#mobile-ph-button {
	margin-left: 10px;
}

@media (min-width: 0px) and (max-width: 330px) {
	#mobile-ph-button .x-anchor-text-primary {
		font-size: 16px;
	}
}

#mobile-ph-bottom img {
	width: 10px;
}

#nice_footer_bar {
	background: #354c73 url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/imgz/bg-site-footer.jpg") repeat-x center bottom;
	background-size: 70px;
}

#nice_footer_bar.nitro-lazy {
	background: none !important;
}

.nice_footer_menu li.menu-item:first-of-type .m1c-a.x-anchor .x-anchor-text-primary {
	font-size: 18px;
}

.nice_footer_menu li.menu-item:not(:first-of-type) .m1c-a.x-anchor .x-anchor-text-primary {
	font-size: 14px;
}

.nice_footer_menu li.menu-item:not(:first-of-type) .m1c-a.x-anchor .x-anchor-text-primary::before {
	content: "•";
	margin-right: 8px;
}

.nice_footer_menu li .x-anchor-content {
	padding: 2px !important;
	line-height: 26px;
}

.nice_footer_menu li .x-anchor-text-primary {
	text-align: left !important;
	line-height: 1.2em !important;
}

.nice_footer_menu li:not(:first-of-type) .x-anchor-content::before {
	content: "• ";
	margin-right: 3px;
	color: white;
}

.footer-text-link {
	color: white;
	text-decoration: underline;
}

@media (min-width: 10px) and (max-width: 1023px) {
	.nice_footer_menu .x-anchor-text {
		text-align: center;
		display: inline-block;
		margin: 0 auto !important;
	}
}

@media (min-width: 10px) and (max-width: 290px) {
	#nice_footer_grid {
		margin: 0;
	}
}

/* .nice_page_hero_title p {border: solid red 1px;} */
@media (min-width: 480px) and (max-width: 767px) {
	.nice_page_hero_title p {
		line-height: 40px;
		margin: 10px 0 !important;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.nice_page_hero_title p {
		line-height: 40px;
		margin: 10px 0 !important;
	}
}

@media (min-width: 10px) and (max-width: 319px) {
	.nice_page_hero_title p {
		line-height: 36px;
		margin: 20px 0 !important;
	}
}

#nice_page_hero_img {
	height: 400px;
}

@media (min-width: 1400px) {
	#nice_page_hero_img {
		height: 400px;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	#nice_page_hero_img {
		height: 400px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#nice_page_hero_img {
		height: 300px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#nice_page_hero_img {
		height: 300px;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	#nice_page_hero_img {
		height: 200px;
	}
}

@media (min-width: 10px) and (max-width: 319px) {
	#nice_page_hero_img {
		height: 200px;
	}
}

.hero_img_group_photo img {
	object-position: center center;
}

@media (min-width: 1400px) {
	.hero_img_group_photo img {
		object-position: center -140px;
	}
}

@media (min-width: 1024px) and (max-width: 1399px) {
	.hero_img_group_photo img {
		object-position: center -100px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hero_img_group_photo img {
		object-position: center -100px;
	}
}

.hero_img_under_porch_photo img {}

.hero_img_smoke_ferry_photo img {}

.gd_gradient_bg_grey_white {}

.gd_bg_snake {
	min-height: 60px;
}

.gd_footer_bg_employees {
	min-height: 255px;
}

a.footer-phone, a.footer-contact {
	font-size: 26px;
	line-height: 28px;
	margin: 0;
	font-weight: 600;
	font-family: "myriad-pro", sans-serif;
	display: block;
	color: #404040;
}

a.footer-phone:hover, a.footer-contact:hover {
	color: #c9202f;
}

a.footer-phone {
	margin-bottom: 10px;
}

a.footer-contact {
	text-decoration: underline;
}

@media (min-width: 10px) and (max-width: 767px) {
	a.footer-phone, a.footer-contact {
		text-align: center;
	}
}

.section_schedule_services {
	background: linear-gradient(to bottom, white 40%, #354c73 40%);
}

a.nice_page_nav_grid_item:hover {
	background-color: #81afe1;
}

a.nice_page_nav_grid_item:hover img {
	filter: invert(100%) brightness(1000%);
}

a.nice_page_nav_grid_item:hover p {
	color: #fff;
}

p.red {
	color: #c9202f;
	font-weight: 600;
}

/* HERO VIDEO FUN */
#gd-home-hero-container {
	position: relative;
	width: 100%;
	height: 530px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 60px;
	z-index: 1;
}

@media (max-width: 768px) {
	#gd-home-hero-container {
		height: 330px;
		padding-top: 20px;
	}
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.video-background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url("https://cdn-ilcombb.nitrocdn.com/hgMPUcHDDZWYonPicLZmRohmjPDcPPTg/assets/images/optimized/rev-ecf7de9/glendaleheating.com/wp-content/vidz/gd-hero-video-poster.jpg") no-repeat center center;
	background-size: cover;
}

.video-background video.nitro-lazy {
	background: none !important;
}

.gd-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(15, 28, 53, 62%);
	z-index: 0;
}

.gd-hero-content {
	position: relative;
	z-index: 1;
	max-width: 800px;
	padding: 20px;
	text-align: center;
	color: white;
}

.gd-hero-content h1 {
	color: white;
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 48px;
	font-weight: 800;
	line-height: 52px;
	letter-spacing: .02em;
}

@media (max-width: 768px) {
	.gd-hero-content h1 {
		font-size: 32px;
		line-height: 38px;
	}
}

@media (max-width: 379px) {
	.gd-hero-content h1 {
		font-size: 22px;
		line-height: 28px;
	}
}

.gd-hero-content h1 span {
	text-decoration: underline;
}

.button-group {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
}

.gd-hero-btn {
	background-color: #354c73;
	color: white;
	border: none;
	padding: 10px 25px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	font-weight: 800;
	font-size: 28px;
	line-height: 30px;
	transition: background-color .3s, color .3s;
	font-family: "myriad-pro", sans-serif;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 768px) {
	.gd-hero-btn {
		font-size: 20px;
		padding: 8px 20px;
	}
}

@media (max-width: 379px) {
	.gd-hero-btn {
		font-size: 16px;
		padding: 6px 14px;
	}
}

.gd-hero-btn.red {
	background-color: #c9202f;
}

.gd-hero-btn:hover {
	background-color: white;
	color: #354c73;
}

@media (max-width: 379px) {
	.button-group {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	
	.gd-hero-btn {
		width: 100%;
		max-width: 250px;
	}
}

.hero-border {
	width: 100%;
	height: 30px;
	background-color: #354c73;
	border-top: 2px solid black;
	z-index: 1;
	position: relative;
}

.truck-container {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: -200px;
	z-index: 2;
}

@media (max-width: 768px) {
	.truck-container {
		margin-top: -100px;
	}
}

@media (max-width: 380px) {
	.truck-container {
		margin-top: -40px;
	}
}

.truck-container img {
	max-width: 500px;
	width: 100%;
}

@media (max-width: 768px) {
	.truck-container img {
		max-width: 300px;
	}
}

#gd-home-why-choose {
	max-width: 600px;
	margin: 0 auto;
}

/* VIDEO SWAP THING */

/* VIDEO SWAP THING */

/* VIDEO SWAP THING */
.video-embed-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #c9202f;
	color: white;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 4px;
	transition: background-color .3s ease;
	z-index: 2;
}

.close-button:hover {
	background-color: #a71d24;
}

.gd-home-video-container {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	transition: opacity .3s ease;
	opacity: 1;
}

.fade-out {
	opacity: 0;
}

.fade-in {
	opacity: 1;
}

.gd-home-video-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

@media (max-width: 659px) {
	.gd-home-video-row {
		flex-direction: column;
		align-items: center;
	}
}

.gd-play-button-container, .gd-video-placeholder-container {
	position: relative;
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (max-width: 659px) {
	.gd-play-button-container, .gd-video-placeholder-container {
		width: 100%;
		max-width: 500px;
	}
}

.gd-play-button-container p {
	font-family: "noto-sans", sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #404040;
}

.play-text-button {
	display: flex;
	align-items: center;
	gap: 10px;
}

.play-text {
	font-size: 18px;
	color: #666;
}

.gd-play-button, .gd-play-button-overlay {
	background: none;
	border: none;
	cursor: pointer;
	transition: transform .3s ease;
	z-index: 2;
	padding: 0;
	outline: none;
}

.gd-play-button svg, .gd-play-button-overlay svg {
	transition: fill .3s ease;
}

.gd-play-button svg circle, .gd-play-button-overlay svg circle {
	stroke: #ccc;
}

.gd-play-button svg polygon, .gd-play-button-overlay svg polygon {
	fill: #ccc;
}

.gd-play-button.hover svg circle, .gd-play-button-overlay.hover svg circle {
	stroke: #c9202f;
}

.gd-play-button.hover svg polygon, .gd-play-button-overlay.hover svg polygon {
	fill: #c9202f;
}

.gd-video-placeholder {
	width: 100%;
	display: block;
	border: solid #ccc 1px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
}

.gd-video-placeholder:hover {
	cursor: pointer;
}

.gd-play-button-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: none;
	cursor: pointer;
	transition: transform .3s ease;
}

.gd-video-placeholder-container:hover .gd-play-button-overlay svg circle {
	stroke: #c9202f;
}

.gd-video-placeholder-container:hover .gd-play-button-overlay svg polygon {
	fill: #c9202f;
}

/* END VIDEO FUN */
#home-most-experienced-team {
	/* border: solid red 1px; */
	height: 720px;
}

@media (max-width: 936px) {
	#home-most-experienced-team {
		height: 520px;
	}
}

#home-most-experienced-team .x-bg-layer-upper-img {
	/* border: solid green 1px; */
	position: relative;
	top: -9px;
	height: 170px;
	background: linear-gradient(to bottom, white 50%, transparent 50%);
}

@media (max-width: 936px) {
	#home-most-experienced-team .x-bg-layer-upper-img {
		border: solid red 1px;
		display: none;
	}
}

#home-how-safe-air-inner {}

.double_border > .x-row-inner:first-of-type {
	border: 1px solid lightgrey;
	outline: 1px solid lightgrey;
	outline-offset: 10px;
	padding: 20px;
	border-radius: 10px;
}

#section_title_overlay {
	position: relative;
	top: -90px;
	margin-bottom: -60px;
}

.section_title_overlay-one {
	position: relative;
	top: -90px;
	margin-bottom: -60px;
}

.section_title_overlay-two {
	position: relative;
	top: -90px;
	margin-bottom: -60px;
}

.section_title_overlay-three {
	position: relative;
	top: -90px;
	margin-bottom: -60px;
}

.nice-contact-form-top {
	padding: 4%;
	border: solid #c3c3c3 1px;
	background-color: white;
	box-shadow: 3px 6px 5px rgba(66, 56, 56, 74%);
}

#nice-contact-form-top .schedule-now h2, .nice-contact-form-top .schedule-now h2 {
	display: none;
}

#nice-contact-form-top.small .schedule-now h2, .nice-contact-form-top.small .schedule-now h2 {
	display: block;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 10px 0;
	font-weight: 600;
	font-family: "myriad-pro", sans-serif;
}

#nice-contact-form-top input, .nice-contact-form-top input {
	min-height: 40px;
	padding: 10px 10px 6px 10px;
}

#nice-contact-form-top p, .nice-contact-form-top p {
	margin: 0;
	padding: 0;
}

input::placeholder, textarea::placeholder {
	color: #242424;
	font-family: "noto-sans", sans-serif;
	font-size: 20px;
	font-style: italic;
	opacity: 1;
}

#nice-contact-form-top input.nice-form-city, .nice-contact-form-top input.nice-form-city {
	flex: 1;
}

#nice-contact-form-top input.nice-form-state, .nice-contact-form-top input.nice-form-state {
	flex: 1;
}

#nice-contact-form-top input.nice-form-zip, .nice-contact-form-top input.nice-form-zip {
	flex: 1;
}

textarea.nice-form-comment {
	width: 100%;
	max-height: 80px;
}

.nice-form-addr-stuff {
	display: flex;
	gap: 10px;
	align-items: center;
}

.nice-form-addr-stuff p {
	display: flex;
	gap: 10px;
}

.nice-form-addr-stuff .wpcf7-form-control-wrap {
	flex: 1;
}

.nice-contact-form-top input[type="submit"], #nice-contact-form-top input.nice-form-submit, .nice-contact-form-top input.nice-form-submit {
	width: 80px;
	width: 50%;
	float: right;
	font-family: "myriad-pro", sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	max-width: 200px;
	padding: 6px 10px 6px 10px;
}

.nice-contact-stuff h4 {
	line-height: 46px;
	margin-bottom: 0;
}

.nice-contact-stuff p.red {
	line-height: 26px;
	margin-bottom: 0;
}

p.comfort-black {
	color: #242424;
	font-family: "noto-sans", sans-serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px;
}

@media (min-width: 10px) and (max-width: 767px) {
	p.comfort-black {
		font-size: 22px;
		line-height: 24px;
	}
}

p.comfort-red {
	color: #c9202f;
	font-family: "noto-sans", sans-serif;
	font-size: 42px;
	line-height: 44px;
	font-weight: 600;
	margin-bottom: 20px;
}

@media (min-width: 10px) and (max-width: 767px) {
	p.comfort-red {
		font-size: 32px;
		line-height: 34px;
	}
}

.cc-row-one {
	height: 30px;
}
