/*do magic*/
body.page-id-5992 .entry-title {
	display: none;
}

.location-selector:not(.default) {
	display: none;
}

#ccshc-season-allyear:checked ~ .location-selector[data-season="allyear"] {
	display: block;
}

#ccshc-season-summer:checked ~ .location-selector[data-season="summer"] {
	display: block;
}

.ccshc-form {
	position: relative;
}

.ccshc-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	display: none;
}

.ccshc-loader i {
	color: #53a9da;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	font-size: 200px;
}

.ccshc-form {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #d7d7d7;
	padding: 50px 0;
}

.heat-pump-finder {
	background-color: #fff;
	padding: 50px;
	text-align: center;
}

.heat-pump-finder h2 {
	font-size: 32px;
	margin: 0;
	font-weight: 400;
}

.heat-pump-finder h2 + p {
	margin: 0;
	font-size: 18px;
	font-style: italic;
}

.heat-pump-finder h3 {
	margin-top: 50px;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.ccshc-options-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ccshc-options-container input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.ccshc-options-container label {
	background-color: #ebebeb;
	border: 2px solid #ebebeb;
	transition: all 0.1s ease 0s;
	cursor: pointer;
	padding: 10px 5px;
	font-size: 16px;
}

.ccshc-options-container input[type="radio"]:checked + label {
	border-color: #55565b;
}

.ccshc-options-container.pool-usage-container label,
.ccshc-options-container.pool-cover-container label {
	width: calc(50% - 15px);
}

.location-selector {
	width: 100%;
}

.location-selector select {
	background-color: #ebebeb;
	width: 100%;
	text-align: center;
	height: 48px;
	border-color: #ebebeb;
	border-radius: 0;
	font-size: 16px;
}

.ccshc-options-container.pool-dimensions-container input, 
.ccshc-options-container.temperature-container input {
	width: calc(33.3% - 15px);
	background-color: #ebebeb;
	text-align: center;
	color: #55565b;
	font-size: 16px;
	height: 48px;
	border-radius: 0;
	border-width: 0;
}

.ccshc-options-container.temperature-container input {
	margin: auto;
}


.ccshc-submit {
	background-color: #37c1c3 !important;
	border-radius: 0;
	border-width: 0;
	height: 48px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
	width: 100%;
	margin-top: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.ccshc-submit:hover {
	background-color: #d7d7d7 !important;
}

.ccshc-single-product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}

.ccshc-product-result {
	margin-top: 50px;
	border-top: 2px solid #55565b;
}

.ccshc-product-result h3 {
	background-color: #55565b;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 50px;
}

.ccshc-product-result > p {
	font-size: 18px;
	margin: 0 0 40px;
}

.ccshc-single-product .left, 
.ccshc-single-product .right {
	width: 50%;
}

.ccshc-single-product img {
	display: block;
	/* margin: auto; */
	max-width: 90%;
}

.ccshc-single-product h2 {
	line-height: 1.2em;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}

.ccshc-single-product table {
	border: 0px solid #fff;
	border-collapse: collapse;
}

.ccshc-single-product table th, 
.ccshc-single-product table td {
	font-weight: 400;
	padding: 5px 0px;
}

.ccshc-single-product table tr:nth-child(n+2) td, 
.ccshc-single-product table tr:nth-child(n+2) th {
	border-color: #d8d8d8;
	border-width: 1px 0 0;
	border-style: solid;
}

.ccshc-single-product table + strong {
	margin-bottom:20px;
	font-size:14px;
	font-style: italic;
	display:inline-block;
}

.ccshc-single-product .button {
	color: #fff;
	background-color: #37c1c3;
	display: block;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.ccshc-single-product .button:hover {
	background-color: #d7d7d7;
}

.ccshc-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
	z-index: 9999;
	display: none;
}

.ccshc_lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ccshc_lightbox-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 30px 50px 30px;
	text-align: center;
}

.ccshc_lightbox-content h2 {
	color: #29abdf;
	font-size: 32px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}

.ccshc_lightbox-content p {
	line-height: 1.2;
}

.ccshc_lightbox-form .gform_wrapper .gform_body .gform_fields .gfield {
	position: relative;
	margin-bottom: 15px;
}

.ccshc_lightbox-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	display: block;
	position: absolute;
	bottom: 100%;
	background-color: #8cc43f;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	padding: 2px 10px;
	left: 0;
	margin: 0;
}

.ccshc_lightbox-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_required.gfield_required_text {
	display: none;
}

.ccshc_lightbox-form .gform_wrapper .gform_body .gform_fields .gfield .large {
	border-radius: 0;
	border: 1px solid #8cc43f;
	background-color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	background-color: #fafafa;
}

.ccshc_lightbox-form .gform_wrapper .gform_footer {
	justify-content: center;
	padding: 0;
	margin: 0;
}

.ccshc_lightbox-close {
	color: #29abdf;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	line-height: 40px;
	cursor: pointer;
}

.heatpump-banner {
	background-color: #53a9da;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 17px;
	width: 100%;
	float: none;
	clear: both;
}

.single-product .heatpump-banner {
	top: 20px;
}

.heatpump-banner p {
	margin: 0;
	font-size: 18px;
}

.heatpump-banner p span {
	font-weight: 500;
	border-bottom: 2px solid #fff;
}

.heatpump-banner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width: 767px) {
	.ccshc-single-product .left, .ccshc-single-product .right {
		width: 100%;
	}
	.ccshc-single-product img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 50px;
	}
	.single-product .heatpump-banner {
		order: 5;
	}
}