/*
	Theme Name: HTML5 Blank 12
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Overpass', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

div[data-name="boiler_boiler_selected"] {
    display: none ;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.front-page {
	float: left;
	width: 100%;
	height: 100vh;
	background: url(dist/images/hero-img.jpg);
	background-size: cover;
	position: relative;
}

.front-page:after {
	content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.logo {
	position: relative;
	z-index: 99;
	margin-top: 2em;
	max-width: 250px;
	text-align: center;
}

.password-page {
	float: left;
	width: 100%;
	height: 100vh;
	background: url(dist/images/hero-img.jpg);
	background-size: cover;
	position: relative;
}

.password-page:after {
	content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.inner-page {
	float: left;
	width: 100%;
	height: auto;
	background: url(https://greenerenergygroup.co.uk/wp-content/uploads/2019/10/air-source-heat-pumps-hero.jpg);
	background-size: cover;
	position: relative;
}

@media (min-width: 541px) {
	.inner-page {
	height: 100vh;		
	}
}

.inner-page:after {
	content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.logo {
	position: relative;
	z-index: 99;
	margin-top: 2em;
	max-width: 100%;
	padding: 2em;
	text-align: center;
}

@media (min-width: 541px) {
.logo {
	position: relative;
	z-index: 99;
	margin-top: 2em;
	max-width: 250px;
	padding: 0em;
	text-align: center;
}	
}

.inner-presenter {
	float: left;
	width: 100%;
}

.box-shaddow {
	-webkit-box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.43);
	box-shadow: 0px 0px 53px 0px rgba(0,0,0,0.43);
	float: left;
	width: 100%;
	padding: 2em;
	border-radius: 20px;
	position: relative;
	z-index: 999;
}
.unique input[type="submit"]:first-of-type{
	float: none;
	margin-bottom: 30px;
}
.acf-field-file label{
	max-width: 100%;
	position: relative;
}

.box-shaddow input {
	padding: 20px !important;
	float: left;
	border-radius: 8px;
	border: 2px solid #d9d9d9;
}

.box-shaddow input[type="file"]{
	opacity: 0;
    visibility: hidden;
    max-width: 100%;
    padding: 0 !important;
    border: none;
    height: 0;
}

.box-shaddow input[type="file"] + span{
	max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box-shaddow textarea {
	padding: 20px !important;
	float: left;
	border-radius: 8px;
	border: 2px solid #d9d9d9;
}

.box-shaddow select {
	padding: 20px !important;
	float: left;
	border-radius: 8px;
	border: 2px solid #d9d9d9;
}

.box-shaddow .acf-field .acf-label label {
	font-size: 18px;
}

 h2 {
	font-size: 37px;
    margin-bottom: 0.5em;
}

.acf-label h5 {
	font-size: 20px;
}


.login-box {
	float: left;
	width: 100%;
	margin: 15% 0px 30% 0px;
	font-size: 16px;
	font-weight: 400;
}

@media (min-width: 541px) {
	.login-box {
		width: 50%;
		margin: 5em 25% 0em 25%;
	}
}

.main-pdf-box a span {
    padding: 20px 10px;
    background: #e87d2d;
    color: #FFFFFF;
    border-radius: 7px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
	border-radius: 30px;
}

.main-pdf-box a:first-of-type span {
	 background: #3882c7;
    color: #FFFFFF;
}

.login-box .box-shaddow {
	background: #ffffff;
	padding: 1em;
}

@media (min-width: 541px) {
.login-box .box-shaddow {
	background: #ffffff;
	padding: 2em;
}
}

.login-box label {
	float: left;
	width: 100%;
}

.login-box input {
	width: 100% !important;
	max-width: 100%;
	float: left;
}

.acf-form-submit input {
	background: #21b259;
	padding: 25px 48px;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    border: 0px;
    margin-top: 1em;
}

.login-box a {
	background: #21b259;
	padding: 25px 48px;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    border: 0px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0.5em 0em;
}

.login-box a:nth-child(2) {
	background: #3882c7;
}

.login-box a:nth-child(3) {
	background: #e87d2d;
}

@media (min-width: 541px) {
.login-box a {
	background: #21b259;
}

.login-box a:nth-child(2) {
	background: #21b259;
}

.login-box a:nth-child(3) {
	background: #21b259;
}	
}

.post-password-form input[type="submit"] {
	background: #21b259;
	padding: 25px 48px;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    border: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.login-box p {
	float: left;
	width: 100%;
    padding: 2em;
    text-align: center;
}
}

@media (min-width: 541px) {
	.login-box p {
		padding: 0em;
		text-align:left;
	}
}

.greener-presenter {
	float: left;
	width: 100%;
	background:#f47b20;
	padding: 5em 0em;
	color: #ffffff;
	text-align: center;
}

@media (min-width: 541px) {
	.greener-presenter {
	padding: 10em 0em;
	}
}

.send-quote {
	float: left;
	width: 100%;
	background:#f47b20;
	padding: 2em 0em;
	color: #ffffff;
	text-align: center;
}

@media (min-width: 541px) {
.send-quote {
	padding: 10em 0em;
}
}

.send-quote input {
	background: #ffffff;
	padding: 25px 48px;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    border: 0px;
}

.send-quote input[type="submit"] {
	background: #21b259;
	padding: 25px 48px;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    border: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.termsandconditions {
	background: #21b259;
	padding: 25px 48px;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    border: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
}

.send-quote p {
	color: #ffffff;
	font-size: 16px;
}

.greener-presenter a {
	background: #ffffff;
	padding: 25px 48px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 30px;
	color: #f47b20;
	border: 0px;
	float: left;
	width: 100%;
	margin: 10px 0px;
}

.quicktags-toolbar {
	display: none !important;
}

        header {
            float: left;
            width: 100%;
        }
        .sales-system-fuel {
            float: left;
            width: 100%;
            padding: 4em 0em;
        }

.the-login-sec {
	float: left;
	width: 100%;
	padding: 4em 0em;
}

.wpcf7-email {
	color: #2c2c2c !important;
	display: none;
	margin-top: 1em;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2c2c2c;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2c2c2c;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #2c2c2c;
}

#showemails {
	display: inline-block;
	width: auto;
	border: 2px solid #fff;
	padding: 8px 16px;
	margin: 0px auto;
    margin-top: 0px;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	margin-top: 1em;
}

.ajax-loader{
	display: none !important;
}

footer {
	float: left;
	width: 100%;
	padding: 2em 0em;
	background: #2c2c2c;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}

footer p {
	margin: 0px;
	padding: 0px;
}

/*.acf-label p {
font-size: 16px;
border-bottom: 2px solid #e2e2e2;
float: left;
width: 100%;
padding-bottom: 13px;
}*/

.pl-col {
float: left;
width: 33.33%;
border: 1px solid #e2e2e2;
padding: 10px;
font-size: 16px;
}

.pl-col h4 {
	font-weight: 700;
}

.acf-field-5f6841c72ad04 input {
	float: left;
	width: 100%;
}

.acf-label ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
	float: left;
	width: 100%;
}

.acf-label ul li {
	float: left;
	width: 100%;
	font-size: 16px;
	list-style-type: none;
	padding: 5px 0px;
}

#message {
	display: none !important;
}

.m-signature-pad--clear {
	background: #21b259;
	color: #fff;
	font-size: 16px;
	max-height: 100%;
	float: left;
}

.sales-logins input {
	float: left;
	width: 100%;
}

.acf-file-uploader .file-icon{
	display: none !important;
}

.acf-file-uploader .file-info{
	margin: 0 !important;
	padding: 0 !important;
}
.acf-file-uploader .file-wrap{
	border: none !important;
}
.unique .fs-small{
	font-size: 13px;
	font-weight: normal !important;
}

.acf-file-uploader .file-wrap{
	min-height: auto !important;
	background: none;
}
.unique .acf-label label {
	cursor: pointer;
}

.blinked_text {
	animation: blinker 1s linear infinite;
}

input#gform_submit_button_1, input#gform_submit_button_2{
    background: #21b259;
    padding: 25px 25px !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    border: 0px;
    margin-top: 1em;
    cursor: pointer;
    outline: none;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.btn-spinner-wrap {
	position: relative;
}
.btn-spinner-wrap > .acf-spinner {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	margin-left: 5px;
}

#tandcs .acf-field-5f68be2a667dd span{
	pointer-events: none;
	cursor: auto;
}

.acf-field-5f68be2a667dd span{
	cursor: pointer;
}

.air-source-heat-pump-hybridest .pdf-file-form .acf-field-file{
	width: 14%;
	margin: 1% !important;
}
.terms_and_conditions_class{
	text-decoration: underline;
	font-weight: bold;
	color: red;
}


div[data-name="send_email_to_customer"]{
	display: none;
}

#exampleModalCenter8.modal{
  /* position: relative; */
  margin: auto;
  width: 600px;
  text-align: center;
  /* background-color: #FFF;
  height: 225px;
  border-radius: 3px;
  overflow: hidden; */
}

#exampleModalCenter8.modal .modal-content {
    border-radius: 50px;
}

/* #exampleModalCenter8.modal .text-wrapper{
  text-align: center;
  width: 80%;
  font-family: "Open Sans";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

#exampleModalCenter8.modal .text-wrapper p{
	margin: 10px 0px 12px 0px;
	font-size: 14px;
	color: #454545;
}

/* #exampleModalCenter8.modal .fa-times{
  float: right;
  margin: 15px 10px;
  color: #454545;
  cursor: pointer;
  transition: all 0.3s;
}  */

body.show-model { position: relative; }
body.show-model:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    z-index: 9999;
}


div#exampleModalCenter8 a.close-reveal-modal {
    position: absolute;
    right: 33px;
    top: 9px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 200;
    text-decoration: none;
    background-color: green;
    border-radius: 50px;
    /* width: 30px; */
    /* height: 30px; */
    padding: 0px 12px;
}

div#exampleModalCenter8 a.close-reveal-modal:hover{
	color: #ffffff !important;
}

div#exampleModalCenter8 .modal-body {
    padding: 60px 20px;
}

div#exampleModalCenter8 .modal-body p.heading-text {
    font-weight: bold;
    font-size: 27px !important;
    letter-spacing: 2px;
    color: #21b259;
}

.text-decoration-line{
	text-decoration: underline;
	text-decoration-color: rgb(47,134,185);
    text-underline-offset: 3px;
}

.box-shaddow.popup-shaddow {
    padding: 3rem;
}
.box-shaddow.popup-shaddow select{
	width: 100%;
}


#video-popup .login-box{
	position: relative;
	width: 55%;
	margin: 0 auto;
}

div#video-popup a.close-reveal-modal {
    position: absolute;
    right: 5px;
    top: -40px;
    color: white;
    font-size: 40px;
    font-weight: 200;
    text-decoration: none;
    background: transparent;
    display: inline-block;
    width: auto;
    z-index: 9999;
    padding: 0px;
    margin: 0;
}
.installation-video-title{
	font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 0px;
    margin: 10px 0px;
}

.installation-video-customer-class td{
	padding: 8px;
}
.installation-video-customer-class a{
	margin: 0px !important;
	padding: 0px;
	background: transparent !important;
}

a.video-popup-open {
    position: relative;
}

span.video-title {
    position: absolute;
    top: 44px;
    right: 0px;
    left: 0px;
    color: white;
    font-size: 10px;
}

h3.view-videos-customer{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: -14px
}
ul.important-scotland-funding {
    padding-left: 0px;
    list-style: none;
}
ul.important-scotland-funding li {
    padding: 5px 0 10px 0;
}
ul.important-scotland-funding li p {
    margin-bottom: 0px;
}
@media only screen and (max-width:575px){
	.col-md-4.col-xs-12.main-pdf-box {
	    margin: 10px 0px;
	    padding: 20px;
	}
}

.sales-login-fixed {
    /* display: inline-table; */
    position: absolute;
    z-index: 999;
    color: #ffffff;
    padding: 10px;
    right: 0px;
    font-size: 15px;
}

.installation-video-customer-box h4 {
	font-size: 34px;
    margin-top: 40px;
	color: #444;
}

.chtp {
    padding: 20px 30px !important;
    background: #000000 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    width: auto !important;
    display: inline-block !important;
    margin: 30px auto !important;
    float: none !important;
}

	h2 {
		text-align: center;
	}


.acf-form-fields .acf-field-file{
	width: 20%;
}

.acf-form-submit .btn-acf.red{
	background: red;	
}
@media (min-width: 541px) {
	h2 {
		text-align: left;
	}
}