/*
Theme Name: Oilheat Wisconsin
Author: Warm Thoughts Communications
Version: 1.0
*/

#page-wrapper {
	transition: all 1s;
}

.header-2-close {
	position: absolute; top: 0; right: -300px;
	z-index: 99;
}

body,
html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	font-family: 'Lato', sans-serif;
	position: relative;
	-ms-overflow-style: scrollbar;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}


/* Utility Classes */

.bg-1 {
	background: #fff;
}

.bg-2 {
	background: #027cc5;
}

.bg-3 {
	background: #00c1c5;
}

.bg-4 {
	background: #343475;
}

.bg-5 {
	background: url(https://www.oilheatwisconsin.com/wp-content/themes/wpmca/images/bg-page.jpg);
}

.btn {
	transition: all .5s;
}

.btn-primary {
	background: #69cc34;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 30px;
}

.btn-secondary {
	background: #027cc5;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 30px;
}

.container-fluid {
	padding: 0;
}

.ul-h {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.ul-h>li {
	display: inline-block;
}


/* Header - 1 */

.header-1 {
	padding: 30px 0;
}

.header-1 .logo {
	display: block;
	margin: auto;
}


/* == Header - 1: nav-1 */

#nav-1 a {
	color: #027cc5;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

#nav-1 img {
	margin-right: 5px;
}

#nav-1>li:last-child {
	margin-right: 0;
}


/* == Header - 2: nav-2 */

#nav-2 {
	font-size: 0;
	position: relative;
	z-index: 98;
}

#nav-2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


/* Home */

.bg-home-1 {
	background: url(https://www.oilheatwisconsin.com/wp-content/themes/wpmca/images/bg-hero.jpg) bottom center no-repeat;
}

.bg-home-2 {
	background: url(https://www.oilheatwisconsin.com/wp-content/themes/wpmca/images/bkgd-hp-bioheat-parallax.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bg-home-3 {
	background: url(https://www.oilheatwisconsin.com/wp-content/themes/wpmca/images/bkgd-hp-dock.jpg) bottom center no-repeat;
}

.home-1 {
	margin: 80px 0;
}

.home-2 h2,
.home-2 p {
	color: #fff;
}

.home-2 h2 {
	margin-bottom: 1rem;
}

.home-2 img {
	border: 1px solid #fff;
	border-radius: 5px;
}

.home-2 .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-3 .container {
	padding-top: 80px;
	padding-bottom: 500px;
	text-align: center;
}

.hero .caption {
	padding-top: 300px;
	padding-bottom: 50px;
	text-align: center;
}

.hero h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 3px 3px 6px #1a1a1a;
	margin-bottom: 30px;
}

.hero h1 span {
	display: block;
}

.home-card {
	border: 1px solid #69cc34;
	padding: 50px 30px;
	position: relative;
}

.home-card p {
	color: #7e7e7e;
	margin: 1rem 0;
}

.home-card a {
	color: #0093c5;
}

.home-card span {
	color: #181818;
	font-size: 18px;
	font-weight: bold;
}

.home-card img {
	position: absolute;
	margin-top: -97px;
	left: 50%;
	transform: translateX(-50%);
}

.home-rebates span {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

.home-rebates img {
	display: block;
	position: relative;
	margin: -50px auto 20px auto;
}


/* Content Header */

.content-header {
	padding: 30px 0;
	text-align: center;
}

.content-header h1 {
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
}


/* Content */

.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child {
	margin-top: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
	margin: 1rem 0;
}

.content h1 {
	color: #017cc5;
	font-size: 36px;
	line-height: 44px;
	font-weight: bold;
}

.content h2 {
	color: #69cc33;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
}

.content h3 {
	color: #017cc5;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.content a {
	font-weight: bold;
}

.content cite {
	display: block;
	margin: 20px 0;
}

.content iframe,
.content img {
	max-width: 100%;
}

.content img {
	height: auto;
}

.content ol,
.content ul {
	margin: 20px 0;
}

.content p {
	margin: 20px 0;
}

.content p.xs {
	font-size: 12px;
	line-height: 16px;
}

.content blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    border-left: 5px solid #eee;
}

.content blockquote p:first-child {
	margin-top: 0;
}

.content .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.content .aligncenter {
	display: block;
	margin: 25px auto;
}

.content .alignnone {
	margin: 15px 0;
}

.content .btn {
	margin-top: 10px;
}


/* Content Inner */

.page-1 .content {
	padding: 40px 0 30px 0;
}

.page-1 .content embed {
	max-width: 100%;
}


/* Locate a Dealer */

#locate-dealer-wisconsin {
	margin: 30px 0 20px 0;
}

#locate-dealer-wisconsin label {
	font-size: 20px;
	margin-right: 10px;
}

#zip-code {
	font-size: 20px;
	padding: 5px 10px;
}


/* Paging Navigation */

.pagination {
	margin: 30px 0;
}

.page-numbers {
	border: 1px solid #1e3661;
	padding: 5px 10px;
	text-decoration: none;
}


/* Footer - 1 */

.footer-1 {
	border-top: 5px solid #017cc5;
	padding: 50px 0;
	text-align: center;
}

.footer-1 p {
	margin: 0;
}

.footer-1 p,
.footer-1 a {
	color: #fff;
	line-height: 28px;
}

.footer-1 .social span {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}

.footer-1 .social > * {
	vertical-align: middle;
}

#nav-3 li:not(:first-child):before {
	content: "|";
	color: #fff;
	font-size: 12px;
	margin: 0 5px 0 2px;
}


@media only screen and (max-width: 991px) {
	.mask {
		background-color: #000;
		opacity: 0;
		overflow: hidden;
		position: fixed; top: 0; left: 0;
		transition: opacity 1s, width 0s 1s, height 0s 1s;
		width: 0; height: 0;
		z-index: 97;
	}

	.mask-active {
		opacity: 0.7;
		transition: opacity 1s;
		width: 100%; height: 100%;
	}

	.translateX300 {
		transform: translateX(-300px);
	}

	/* == Header - 1: nav-1 */
	#nav-1,
	#nav-2 {
		display: none;
	}

	#nav-1 li,
	#nav-2 li {
		display: block;
	}

	#nav-1 {
		padding: 0 15px;
		position: absolute; top: 50px; right: -300px;
		text-align: left;
		width: 300px;
		z-index: 99;
	}

	#nav-1>li {
		margin: 5px 0;
	}

	#nav-1>li>a {
		background: #fff;
		border: 1px solid;
		padding: 5px 15px;
		width: 100%;
	}

	/* Header - 2 */
	.header-2 .header-2-close {
		background: none;
		border: none;
		font-weight: bold;
		outline: none;
		padding: 10px 15px;
		text-transform: uppercase;
	}

	.header-2 .header-2-menu {
		background-color: #00a1df;
		border: none;
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: bold;
		outline: none;
		padding: 15px;
		text-transform: uppercase;
		width: 100%;
	}

	.header-2 .nav-toggle {
		display: block;
		opacity: 0;
		position: absolute;
		top: 5px;
	}

	/* == Header - 2: nav-2 */
	#nav-2 {
		background-color: #efefef;
		margin: 0;
		min-height: 100vh;
		overflow-y: auto;
		padding-top: 300px;
		position: absolute; top: -35px; right: -300px;
		text-align: left;
		width: 300px; height: 100%;
	}

	#nav-2 a {
		color: #027cc5;
	}

	#nav-2 a:hover {
		text-decoration: underline;
	}

	#nav-2>li>a {
		display: block;
		font-size: 16px;
		padding: 12px 15px;
		position: relative;
		text-transform: none;
	}

	#nav-2>li>a:active,
	#nav-2>li>a:focus,
	#nav-2>li>a:hover {
		background-color: #d6d6d6;
		text-decoration: none;
	}

	#nav-2>li>a .fa {
		font-size: 20px;
		position: absolute; right: 15px;
	}

	#nav-2>li:not(:first-child)>a {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	#nav-2>li>ul {
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#nav-2>li>ul a {
		background-color: #fcfcfc;
		display: block;
		font-size: 12px;
		padding: 9px 15px;
	}

	/* Home */
	.home-2 {
		text-align: center;
	}

	.home-2 img {
		margin-top: 50px;
	}

	.home-card {
		margin-bottom: 75px;
		text-align: center;
	}

	.home-rebates {
		padding: 0 40px 20px 40px;
		text-align: center;
	}

	/* Content */
	.content .alignleft,
	.content .alignright {
		display: block;
		float: none;
		margin: 25px auto;
	}

	/* Footer - 1 */
	.footer-1 .social {
		margin: 30px 0;
	}
}

@media only screen and (min-width: 992px) {
	.mask {
		display: none;
	}

	/* Utility Classes */
	.ul-h {
		display: inline-block !important;
	}

	/* == Header - 1: nav-1 */
	#nav-1>li {
		margin: 0 20px;
		vertical-align: top;
	}

	#nav-1 a {
		display: flex;
		align-items: center;
	}

	#nav-1 span {
		display: flex;
		flex-direction: column;
	}

	/* Header - 2 */
	.header-2 .header-2-close,
	.header-2 .header-2-menu {
		display: none;
	}

	/* == Header - 2: nav-2 */
	#nav-2>li>a {
		display: block;
		padding: 20px 18px;
	}

	#nav-2>li:hover>a {
		background: #005478;
	}

	#nav-2>li>ul {
		display: none;
	}

	#nav-2>li>ul a {
		color: #fff;
		display: block;
		font-size: 16px;
		line-height: 22px;
		padding: 8px 12px;
	}

	#nav-2>li>ul a:hover {
		background-color: #003045;
	}

	#nav-2>li>ul>li:not(:first-child) {
		border-top: 1px solid rgba(255, 255, 255, .2);
	}

	#nav-2>li:hover>ul {
		background-color: #005478;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		z-index: 99999;
	}

	#nav-2 .fa {
		display: none;
	}

	/* Home */
	.hero h1 {
		font-size: 72px;
	}

	.hero h1 span {
		font-size: 34px;
	}

	.home-rebates img {
		margin: -20px auto -20px auto;
	}

	.home-3 .content {
		padding: 0 50px;
	}

	/* Content Inner */
	.page-1 .content {
		min-height: 48vh;
	}
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* == Header - 2: nav-2 */
	#nav-2>li>a {
		font-size: 13px;
		line-height: 19px;
	}

	/* Home */
	.home-rebates span {
		font-size: 30px;
		line-height: 38px;
	}
}



@media only screen and (min-width: 1200px) {
	/* == Header - 2: nav-2 */
	#nav-2>li>a {
		font-size: 16px;
		line-height: 22px;
	}

	/* Home */
	.home-3 .container {
		max-width: 1000px;
	}

	.home-rebates span {
		font-size: 36px;
		line-height: 44px;
	}
}

@media only screen and (min-width: 1200px) {
	/* Utility Classes */
	.container {
		max-width: 1140px;
	}
}

@media only screen and (min-width: 1600px) {
	/* Home */
	.bg-home-1,
	.bg-home-2,
	.bg-home-3 {
		background-size: 100%;
	}

	.home-3 .container {
		padding-bottom: 30%;
	}
}