/* HOME CSS */


#fyre {
  margin-top: 0;
}

/* HERO */

#home-hero {
  padding: 120px 0 180px;
}
#home-hero .container {
  z-index: 5;
}
#home-hero h1 {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.btn-col {
	padding: 5.5px;
}
.home-hero-btns {
	margin: -5.5px;
}
.hero-grad-overlay1 {
  position: absolute;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 5.14%, rgba(0, 0, 0, 0) 22.74%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-grad-overlay2 {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.3%, #000000 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-image {
  max-width: 890px;
  margin: auto;
}
.hero-image video {
  max-width: 100%;
}

@media(max-width: 767px) {
    #home-hero {
        padding: 90px 0 100px;
    }
    #home-hero h1 {
        font-size: 32px;
        margin-bottom: 30px !important;
    }
    .home-hero-btns {
        flex-direction: column;
    }
    .home-hero-btns .btn {
        min-width: 280px !important;
    }
    #home-hero .mt-50 {
        margin-top: 40px !important;
    }
}

/* Types Boxes */

.fireplace-type-inner {
	padding: 20px;
}
.fireplace-type-box > .overlay:not(.fireplace-type-inner, a.overlay, .cover-bg) {
	background-color: #000;
	opacity: 0.5;
}
.fireplace-type-box > .overlay.cover-bg {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.fireplace-type-box:hover > .overlay.cover-bg {
	transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
.fireplace-type-box sub {
  font-size: 50%;
  position: relative;
  top: -1px;
}
@media(min-width: 768px) {
	.fireplace-type-box {
	  padding-top: 41%;
	}
}
@media(max-width: 767px) {
    .fireplace-type-inner > h3 {
        font-size: 30px;
    }
	.fireplace-type-box {
	  padding-top: 50%;
	}
}
.fireplace-type-box h3.h2 sup {
  top: -0.85em;
  font-size: 50%;
}

/* MODERN TOUCH */

.modern-touch-content h2 {
	max-width: 380px;
}
.modern-touch-content {
	max-width: 440px;
}
#modern-touch .overlay {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 29.45%);
}
#modern-touch img {
  max-width: 685px;
}

@media(min-width: 768px) {
    #modern-touch {
        padding: 215px 0 50px;
    }
    #modern-touch:after {
        content: '';
        height: 110px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: #0e0e0e;
    }
}
@media(max-width: 767px) {
    #modern-touch {
        padding: 100px 0 60px;
    }
    #modern-touch img {
        margin-bottom: 30px;
    }
}

/* REVIEWS */


#testimonials .section-header {
  max-width: 750px;
  margin: auto;
}
@media(min-width: 768px) { 
	#testimonials {
		padding-bottom: 120px;
	}	
}
@media(max-width: 767px) {
    .testimonial-content {
        font-size: 16px;
    }
    #testimonials .testimonial-slide-inner {
        padding: 45px 20px;
    }
    .testimonial-title {
        font-size: 18px;
		margin-bottom: 30px !important;
    }
	#testimonials {
		padding-bottom: 90px;
	}
}

/* VIDEOS */


.iframe-wrap {
	padding-top: 56%;
}
.iframe-wrap > iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.video-box-inner.d-flex > div {
	flex: 1;
}

@media(min-width: 768px) {
    .col.other-col-videos {
        max-width: 534px;
    }
    .col.main-col-video {
        padding-right: 25px !important;
    }
    .see-more-videos-row {
        margin-top: 85px;
    }
    .video-box-inner.d-flex .iframe-wrap {
        padding-top: 28.5%;
    }
    #home-videos .col-lg-5 .video-box:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    #home-videos {
        flex-direction: column;
    }
    .see-more-videos-row {
        margin-top: 60px;
    }
    .video-box-inner.d-flex .iframe-wrap {
        padding-top: 56%;
    }
    .video-box-info.middle-content {
        margin: 15px 0 0 !important;
    }
    .col.other-col-videos > div {
        margin-top: 25px;
    }
    .video-box-inner.d-flex {
        flex-direction: column;
    }
}