/* ======================= -------- Generic -------- ========================== */
.feature-contact-img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content-center {
    text-align: center;
    margin-top: 30px;
}

.nav-strip .container-1200 {
    flex-wrap: wrap;
}

.btn-mobile {
    margin-top: 20px;
    display: none;
}

/* ======================= -------- Core Layout -------- ========================== */
.landing-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.landing-form-container {
    order: 2;
    width: 460px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
}

.landing-form-container-inner {
    display: none;
}

.landing-form-block {
    background-color: #323232;
    padding: 50px;
}

.landing-content {
    order: 1;
    width: calc(100% - 460px);
}

/* ======================= -------- The Form -------- ========================== */
.form-icon {
    display: block;
    width: 60px;
    margin: 0 auto;
}

.landing-form {
    max-width: 750px;
    wifth: 100%;
    margin: 0 auto;
}

.landing-form-block > header {
    margin: 20px 0 40px;
}

.landing-form-block > header h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.landing-form-block > header h2 span {
    color: #ff5001;
}

/* Form */
.landing-form .form-fields input, .landing-form .form-fields textarea, .landing-form .form-fields select {
    padding: 12px 16px;
}

.landing-form .form-fields li {
    margin-bottom: 15px;
}

.landing-form .form-fields textarea {
    height: 120px;
}

.landing-form .form-submit {
    margin-top: 10px;
}

/* Reviews */
.form-reviews {
    max-width: 500px;
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-reviews li {
    width: calc(50% - 20px);
}

.form-reviews li svg {
    display: block;
    width: 100%;
    height: auto;
}

/* ======================= -------- Page Content -------- ========================== */
/* =============== ----- Header ----- =============== */
/* General */
.landing-header-split {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.landing-header-content {
    width: 50%;
}

.landing-header-img {
    width: 50%;
    position: relative;
}

/* Container */
.landing-header-content {
    background-color: #ff5001;
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.landing-header-content:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -2%;
    width: 104%;
    height: 100%;
    background: url(../images/watermark.svg);
    background-repeat: no-repeat;
    background-position: 0 -260%;
    background-size: 100% auto;
    opacity: 0.1;
}

.landing-header-container {
    max-width: 600px;
    width: calc(100% - 6%);
    padding: 100px 220px 200px 0;
    position: relative;
    z-index: 1;
}

.header-parent.landing-header:after {
    height: 200px;
    border-top-left-radius: 100% 400px;
    border-top-right-radius: 100% 400px;
    bottom: -80px;
    left: -200px;
    right: -200px;
}

/* Content */
.landing-header-container {
    color: #fff;
}

.landing-header-container hgroup {
    width: 100%;
    max-width: 350px;
}

.landing-header-container hgroup h1 {
    font-size: 66px;
    line-height: 60px;
    font-weight: 600;
}

.landing-header-container > h2 {
    display: block;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin: 30px 0 20px;
    width: 100%;
    max-width: 330px;
}

.landing-header-container > h3 {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    width: 100%;
    max-width: 280px;
}

.landing-highlight {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 360px;
    z-index: 100;
}

.landing-highlight * {
    display: block;
    width: 100%;
    height: auto;
}

/* Reviews */
.header-reviews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.header-reviews li {
    width: calc(50% - 15px);
}

.header-reviews li svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Image */
.landing-header-img .overlay {
    background: rgba(0, 0, 0, 0.2);
}

.landing-featured {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.landing-featured * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* =============== ----- Quicklinks ----- =============== */
.dh-facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0;
}

.dhfacts-item {
    width: calc(100% / 3 - 40px);
    padding: 5px 15px;
    text-align: center;
    outline: 0;
}

.dhfacts-item header i {
    height: 50px;
    display: block;
    color: #ff5100;
    font-size: 50px;
}

.dhfacts-item header h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 30px 0 20px;
}

.dhfacts-item header:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ff5100;
    display: block;
    margin: 0 auto;
}

.dhfacts-item p {
    font-size: 16px;
    line-height: 20px;
}

/* HEADER DOTS */
.dh-facts .slick-dots {
    max-width: 1200px;
    width: 94%;
    padding: 0;
    height: 0;
    display: flex;
    justify-content: center;
}

.dh-facts .slick-dots li {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.dh-facts .slick-dots li button {
    font-size: 0;
    display: block;
    width: 18px;
    padding: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.dh-facts .slick-dots li:last-child button {
    margin: 0;
}

.dh-facts .slick-dots li button:hover, .dh-facts .slick-dots li button:focus {
    outline: none;
}

.dh-facts .slick-dots li button:hover:before, .dh-facts .slick-dots li button:focus:before {
    opacity: 1;
}

.dh-facts .slick-dots li button:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f111";
    font-weight: 100;
    font-size: 18px;
    color: #ff5100;
}

.dh-facts .slick-dots li.slick-active button:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f192";
    font-weight: 100;
}

/* =============== ----- Energy Efficient Heaters ----- =============== */
#energy-efficient-headers {
    padding-bottom: 0;
}

#energy-efficient-headers .header-section {
    margin-bottom: 80px;
    width: 96%;
    margin: 0 auto 80px;
}

#energy-efficient-headers .header-section h2 {
    color: #323232;
}

#energy-efficient-headers .header-section h2 span {
    color: #ff5100;
}

.radiator-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px 1px;
}

.radiator-item {
    position: relative;
    width: 100%;
}

.radiator-item article {
    width: 100%;
    display: grid;
    text-align: center;
    color: #fff;
}

.radiator-item article header {
    order: 2;
    background-color: #e74800;
    padding: 20px 40px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radiator-item article header h3 {
    font-weight: 500;
}

.radiator-item article .radiator-img {
    order: 1;
    width: 100%;
    position: relative;
}

.radiator-item article .radiator-img:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}

.radiator-item article .radiator-img * {
    display: block;
    width: 100%;
    height: auto;
}

.radiator-item:nth-child(2n) article header {
    background-color: #ff5001;
}

.radiator-item:nth-child(2n) article .radiator-img:after {
    background-color: rgba(0,0,0,0.2);
}

.radiator-item.radiator-wifi article:after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #ff5001;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    right: 10%;
    top: 10%;
    content: '\d055';
 	font-family: 'dynamicheaters';
    font-weight: 100;
    font-size: 36px;
    line-height: 0;
    color: #fff;
    padding-top: 5px;
    transform: rotate(20deg);
}

/* =============== ----- Feature Split ----- =============== */
.feature-split {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-video {
    width: 50%;
    background-color: #eee;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.feature-contact {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}


/* =============== ----- Feature Video ----- =============== */
.feature-video .btn-video {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

.feature-video header {
    text-align: center;
    padding: 50px 50px;
    color: #fff;
}

.feature-video header {
    text-align: center;
    padding: 90px 30px 40px;
    color: #fff;
    position: relative;
    z-index:1;
    display: block;
    width: 100%;
    -webkit-box-shadow: inset 0px -240px 50px -97px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px -240px 50px -97px rgba(0,0,0,0.7);
    box-shadow: inset 0px -240px 50px -97px rgba(0,0,0,0.7);
}

.feature-video header h2 {
    font-size: 32px;
    font-weight: 600;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.feature-video header h2 span {
    color: #ff5001;
}

.feature-video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.feature-video-img * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


/* =============== ----- Feature Contact ----- =============== */
.feature-contact:after {
    content: "";
    display: block;
    position: absolute;
	background: #ff5001;
    height: calc(45% + 100px);
    border-top-left-radius: 100% 500px;
    border-top-right-radius: 100% 500px;
    bottom: -100px;
    left: -100px;
    right: -100px;
    z-index: -1;
}

.feature-contact a {
    text-decoration: none;
}

.feature-contact header {
    color: #ff5001;
}

.feature-contact h2 {
    font-size: 38px;
    font-weight: 600;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.feature-contact h3, .feature-contact span {
    font-size: 30px;
    font-weight: 500;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    color: #fff;
}

.feature-contact span i {
    font-size: 24px;
    margin-right: 10px;
}

.feature-contact span {
    margin-top: 20px;
}

.feature-contact-img {
    display: block;
    max-width: 160px;
    width: 100%;
    margin: 40px auto;
}

.feature-contact-img * {
    display: block;
    width: 100%;
    height: auto;
}


.feature-contact a:hover .feature-contact-img {
    transform: scale(1.07);
}


/* ======================= -------- Media Queries -------- ========================== */

@media (max-width: 1680px) {
    .landing-header-container hgroup h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .landing-header-container > h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .landing-header-container > h3 {
        font-size: 18px;
        line-height: 26px;
    }

}

@media (max-width: 1500px) {
    .landing-header-container hgroup h1 {
        font-size: 42px;
        line-height: 40px;
    }

    .landing-header-container > h2 {
        font-size: 26px;
        line-height: 32px;
        margin: 25px 0 15px;
    }

    .landing-header-container > h3 {
        font-size: 16px;
        line-height: 24px;
    }

}


@media (max-width: 1400px) {
    .landing-form-container {
        width: 340px;
        padding: 50px 30px;
    }
    
    .landing-content {
        width: calc(100% - 340px);
    }
}

@media (max-width: 1350px) {
    .landing-header-container hgroup h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .landing-header-container > h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 25px 0 15px;
    }

}


@media (max-width: 1250px) {
/* Generic */
    .btn-mobile {
        display: inline-flex;
    }

/* Header */
    .landing-form-container {
        display: none;
    }

    .landing-form-container-inner {
        display: block;
        width: 100%;
        padding: 50px 30px;
        position: relative;
        top: unset;
        right: unset;
        height: unset;
    }
    
    .landing-content {
        width: 100%;
    }

    .landing-header-container hgroup h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .landing-header-container > h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .landing-header-container > h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1050px) {
    .landing-header-container {
        width: calc(100% - 6%);
        padding: 100px 160px 200px 0;
    }

    .landing-highlight {
        max-width: 300px;
    }

    .landing-header-container hgroup h1 {
        font-size: 46px;
        line-height: 42px;
    }

    .landing-header-container > h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .landing-header-container > h3 {
        font-size: 16px;
        line-height: 24px;
    }


/* Feature Contact */
    .feature-contact-img {
        max-width: 120px;
        margin: 30px auto;
    }

    .feature-contact h2 {
        font-size: 32px;
    }

    .feature-contact h3, .feature-contact span {
        font-size: 26px;
    }

    .feature-video header h2 {
        font-size: 30px;
    }
}

@media (max-width: 900px) {
    .landing-highlight {
        max-width: 200px;
    }

    .landing-header-container {
        padding: 80px 40px 160px 0;
    }

    .header-reviews {
        max-width: 300px;
        width: 100%;
    }


/* Energy Efficient Heaters */
    #energy-efficient-headers .header-section {
        margin: 0 auto 40px;
    }
}

@media (max-width: 850px) {
/* DH FACTS */
	.dhfacts-item {
		width: calc(100% / 3 - 20px);
		text-align: center;
	}

	.dhfacts-item header i {
		height: 44px;
		font-size: 44px;
	}

	.dhfacts-item header h2 {
		font-size: 26px;
		margin: 20px 0 15px;
	}

	.dhfacts-item p {
		font-size: 14px;
		line-height: 16px;
	}

/* Energy Efficient Heaters */
    .radiator-list {
        grid-template-columns: 1fr 1fr;
    }

/* Feature Contact */
    .feature-contact {
        padding: 35px 0;
    }

    .feature-contact-img {
        max-width: 110px;
        margin: 25px auto;
    }

    .feature-contact h2 {
        font-size: 28px;
    }

    .feature-contact h3, .feature-contact span {
        font-size: 22px;
    }

    .feature-video header h2 {
        font-size: 26px;
    }

}


@media (max-width: 780px) {
/* HEADER NAV */
    .nav-bottom, .header-finance, .header-tel {
    	display: block;
    }

}


@media (max-width: 760px) {
    .footer-col {
        width: 100%;
    }
}


@media (max-width: 750px) {
    .landing-highlight {
        position: absolute;
        bottom: 50px;
        left: unset;
        right: 80px;
        max-width: 260px;
        width: 35%;
        -webkit-transform: unset;
        transform: unset;
    }

    .landing-header-img {
        display: none;
    }

    .landing-header-content {
        width: 100%;
        justify-content: center;
    }

    .landing-header-container {
        padding: 80px 0 160px 0;
        width: calc(100% - 60px);
        margin: 0;
    }

    .landing-header-container hgroup {
        width: 100%;
        max-width: unset;
    }

    .landing-header-container hgroup h1 {
        font-size: 38px;
        line-height: 32px;
    }

    .landing-header-container > h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .landing-header-container > h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .header-reviews {
        max-width: 260px;
    }

/* Feature Contact */
    .feature-video {
        width: 100%;
        height: 500px;
    }
    
    .feature-video header {
        padding: 90px 30px 40px 30px;
        -webkit-box-shadow: inset 0px -200px 50px -97px rgba(0,0,0,0.7);
        -moz-box-shadow: inset 0px -200px 50px -97px rgba(0,0,0,0.7);
        box-shadow: inset 0px -200px 50px -97px rgba(0,0,0,0.7);
    }
    
    .feature-contact {
        width: 100%;
        padding: 50px 0;
    }

}

@media (max-width: 650px) {
/* Generic */
    .nav-strip .container-1200 {
        justify-content: center;
    }

	.nav-top .container-1200 {
		height: 100px;
	}

    .header-logo {
        margin: 0 auto;
    }

    .header-cta {
        width: 100%;
        justify-content: center;
    }

/* Energy Efficient Heaters */
    .radiator-item article header {
        padding: 15px 20px;
        height: 60px;
    }

    .radiator-item article header h3 {
        font-size: 16px;
    }

    .radiator-item.radiator-wifi article:after {
        width: 50px;
        height: 50px;
        right: 5%;
        top: 5%;
        font-size: 24px;
    }

/* Landing Form */
    .landing-form-block > header h2 {
        font-size: 20px;
    }
}


@media (max-width: 600px) {
    .landing-highlight {
        right: 40px;
    }
}


@media (max-width: 550px) {
    .landing-highlight {
        right: 40px;
        bottom: 0;
        width: 40%;
    }
/* Feature Contact */
    .feature-video {
        height: 400px;
    }
    
    .feature-contact {
        padding: 40px 0;
    }

}


@media (max-width: 450px) {
/* Generic */
    .nav-top .container-1200 {
        height: 90px;
    }

    .header-cta {
        margin: 0 auto;
        max-width: 200px;
    }

    .header-cta li {
        margin-bottom: 5px;
    }

    .header-cta li:last-child {
        margin-bottom: 0;
    }
    
    .header-tel {
        width: 100%;
    }
    
    .header-finance {
        display: none;
    }


/* Header */
    .landing-highlight {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateX(-50%);
        width: 100%;
        max-width: 200px;
    }

    .landing-header-container {
        padding: 40px 0 260px 0;
    }

    .landing-header-container hgroup h1 {
        font-size: 34px;
        text-align: center;
    }
    
    .landing-header-container > h2 {
        text-align: center;
        max-width: unset;
        font-size: 20px;
        line-height: 26px;
    }

    .landing-header-container > h3 {
        text-align: center;
        max-width: unset;
    }

    .header-reviews {
        margin: 30px auto 0;
    }
    
/* Energy Efficient Heaters */
    .radiator-list {
        grid-template-columns: 1fr;
    }

/* Feature Contact */
    .feature-contact h2 {
        font-size: 24px;
    }

    .feature-contact h3, .feature-contact span {
        font-size: 20px;
    }

    .feature-video header h2 {
        font-size: 24px;
    }

}