/*-----------------------------------------------------------------------------------
	Custom Stone Fireplaces
	About: Custom Stone Fireplaces is a leading manufacturer of luxury fireplace surrounds and custom stone fireplaces in marble, limestone, travertine, granite, and onyx. We create bespoke fireplaces for luxury homes, architects, builders, interior designers, and commercial projects nationwide.
	Author: OLYMPIO
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-7773);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Montserrat-Bold';
	src: url('./fonts/Montserrat-Bold/montserrat-v12-latin-700.woff2');
	src: url('./fonts/Montserrat-Bold/montserrat-v12-latin-700.woff2') format('woff2'),
	url('./fonts/Montserrat-Bold/montserrat-v12-latin-700.woff') format('woff'),
	url('./fonts/Montserrat-Bold/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Montserrat-Bold/montserrat-v12-latin-700.ttf') format('truetype'),
	url('./fonts/Montserrat-Bold/montserrat-v12-latin-700.svg#Montserrat-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(13, 15, 16);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-clean:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15)!important;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* Stacked Container */
.blocs-stacked-area {
	display:grid;
	align-items:center;
	justify-items: center;
}
.blocs-stacked-area > * {
	grid-column-start: 1;
	grid-row-start: 1;
}
.stacked-area-align-top {
	align-items:start;
}
.stacked-area-align-bottom {
	align-items:end;
}
.stacked-area-align-left {
	justify-items:start;
}
.stacked-area-align-right {
	justify-items:end;
}

/* Form Protection */
.blocsapp-meta-field{
	position:absolute;
	left:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Montserrat";
	color:#FEFFFF!important;
}
.container{
	max-width:1140px;
	font-family:"Montserrat";
}
.typewriter-back{
	font-size:180px;
	font-weight:bold;
	font-family:"Montserrat";
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
	font-family:"Montserrat";
}
.deep-green-bg-gradient{
	font-family:"Montserrat";
}
.typewriter{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
	font-family:"Montserrat";
}
.hero{
	overflow:hidden;
	font-family:"Montserrat";
}
.hero::before{
	background-image:url("img/portadaone.jpg");
	background-image: -webkit-image-set(url("img/portadaone.webp") 1x,
url("img/portadaone.webp") 2x);background-image: image-set(url("img/portadaone.jpg") 1x,
url("img/portadaone.jpg") 2x,url("img/portadaone.webp") 1x,
url("img/portadaone.webp") 2x);
	content:"";
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	font-family:"Montserrat";
}
.edge{
	width:auto!important;
	font-family:"Montserrat"!important;
	margin-bottom:25px!important;
	background-color:var(--swatch-var-364)!important;
}
.hero2{
	overflow:hidden!important;
	font-family:"Montserrat"!important;
}
.hero2::before{
	content:"";
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	font-family:"Montserrat";
	background-image:url("img/new033.jpg");
	background-image: -webkit-image-set(url("img/new033.webp") 1x,
url("img/new033.webp") 2x);background-image: image-set(url("img/new033.jpg") 1x,
url("img/new033.jpg") 2x,url("img/new033.webp") 1x,
url("img/new033.webp") 2x);
}
.hero3:{
	overflow:hidden!important;
	font-family:"Montserrat"!important;
}
.hero3::before{
	content:"";
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	font-family:"Montserrat";
	background-image:url("img/natural002.jpg");
	background-image: -webkit-image-set(url("img/natural002.webp") 1x,
url("img/natural002.webp") 2x);background-image: image-set(url("img/natural002.jpg") 1x,
url("img/natural002.jpg") 2x,url("img/natural002.webp") 1x,
url("img/natural002.webp") 2x);
}
.hero4{
	overflow:hidden!important;
	font-family:"Montserrat"!important;
}
.hero4::before{
	background-image:url("img/naturalshowroom.jpg");
	background-image: -webkit-image-set(url("img/naturalshowroom.webp") 1x,
url("img/naturalshowroom.webp") 2x);background-image: image-set(url("img/naturalshowroom.jpg") 1x,
url("img/naturalshowroom.jpg") 2x,url("img/naturalshowroom.webp") 1x,
url("img/naturalshowroom.webp") 2x);
	content:"";
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	overflow:hidden;
	padding-left:8px;
	padding-right:8px;
	font-family:"Montserrat";
}
.linotype{
	font-family:"PlayfairDisplay-Italic";
}
.guarantee-image{
	background-image:url("img/fireplace–style03.jpg");
	background-image: -webkit-image-set(url("img/fireplace–style03.webp") 1x,
url("img/fireplace–style03.webp") 2x);background-image: image-set(url("img/fireplace–style03.jpg") 1x,
url("img/fireplace–style03.jpg") 2x,url("img/fireplace–style03.webp") 1x,
url("img/fireplace–style03.webp") 2x);
	background-size:cover;
	width:100%;
	height:400px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:60px 60px 60px 60px;
	position:sticky;
	top:5px;
	bottom:5px;
	right:5px;
	left:5px;
}
.div-icon{
	background-color:#161D25;
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:23px;
	margin-bottom:30px;
	border-radius:100px 100px 100px 100px;
}
.text-image{
	font-family:"CormorantGaramond-Bold";
	font-size:60px;
	line-height:60px;
	color:#1F2730!important;
}
.text-color{
	color:#FEFFFF!important;
	font-family:"Montserrat";
}
.divider-footer{
	background-color:#5E5E5E;
}
.link-footer{
	font-family:"Outfit-Regular";
	color:#FEFFFF!important;
	text-decoration:none;
}
.link-footer:hover{
	color:#CFB06A!important;
}
.social{
	font-size:22px;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:30px;
	color:#FEFFFF!important;
}
.line-re{
	width:100%;
	border-style:solid;
	border-color:#A9A9A9!important;
	padding-right:40px;
	margin-right:25px;
	border-width:0px 1px 0px 0px;
}
.line-middle{
	width:100%;
}
.line-le{
	width:100%;
	border-style:solid;
	border-color:#A9A9A9!important;
	padding-left:40px;
	margin-left:0px;
	border-width:0px 0px 0px 1px;
}
.dark-box{
	width:100%;
	background-color:#171D26;
	color:#FEFFFF!important;
	padding:60px 60px 60px 60px;
}
.formfield{
	background-color:transparent;
	border-style:solid;
	border-color:#FEFFFF!important;
	margin-bottom:40px;
	font-family:"Montserrat";
	color:var(--swatch-var-6643)!important;
	font-size:20px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 2px 0px;
}
.cases{
	background-color:#3B434E;
	min-height:100px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	padding:20px 20px 20px 20px;
}
.nav-phone{
	color:#D0B06A!important;
	font-family:"Outfit-Bold";
	font-size:18px;
}
.nav-phone-link{
	color:#FEFFFF!important;
	text-decoration:none;
	font-family:"Outfit-Bold";
	font-size:23px;
}
.nav-phone-link:hover{
	color:#D6AE5C!important;
}
.box-blue{
	width:100%;
	min-height:400px;
	background-color:#051836;
	padding:100px 300px 100px 100px;
}
.gradient-text{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:#E87215!important;
	letter-spacing:3px;
}
.div-text{
	position:relative;
	left:-200px;
	right:0px;
	width:150%;
	background-color:#F1F5F9;
	padding:50px 50px 50px 50px;
}
.card-heading{
	background-color:transparent;
	padding-top:15px;
	padding-bottom:15px;
	border-radius:15px 15px 15px 15px;
	border-width:0px 0px 0px 0px;
}
.card-heading:hover{
	background-color:#DEE2E5;
	border-radius:0px 0px 0px 0px;
}
.acc-header{
	font-family:"Kanit-Medium";
	text-decoration:none;
	font-size:25px;
	display:block;
	color:#051836!important;
}
.acc-header:hover{
	color:#DF5B12!important;
}
.active::before{
	margin-left:auto;
	content:"";
	margin-right:auto;
	width:20px;
	height:1px;
	background-color:#FEFFFF;
	position:absolute;
	bottom:2px;
	left:0px;
	right:0px;
	font-family:"Montserrat";
}
.discover{
	position:relative;
	bottom:-380px;
	z-index:9;
	margin-top:0px;
}
.eyes{
	position:relative;
	top:-55px;
	font-family:"Montserrat";
	font-size:22px;
}
.onien{
	width:100px;
}
.lemon{
	width:200px;
}
.ring{
	width:140px;
}
.herbs{
	width:110px;
}
.mash{
	width:130px;
}
.tomato{
	width:180px;
}
.btn-sq{
	color:#93742A!important;
	text-shadow:0px 0px 0px transparent;
	font-size:14px;
	letter-spacing:3px;
	font-family:"Lato-Bold";
	text-transform:uppercase;
	border-style:solid;
	border-color:#826626!important;
	box-shadow:0px 0px 0px #000000;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 1px 0px;
}
.btn-sq:hover{
	border-color:#1A252B!important;
	color:#1A252B!important;
	text-shadow:0px 0px 0px transparent;
	box-shadow:0px 0px 0px transparent;
}
.hero1::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/hotel_template_33.jpg");
	background-image: -webkit-image-set(url("img/hotel_template_33.webp") 1x,
url("img/hotel_template_33.webp") 2x);background-image: image-set(url("img/hotel_template_33.jpg") 1x,
url("img/hotel_template_33.jpg") 2x,url("img/hotel_template_33.webp") 1x,
url("img/hotel_template_33.webp") 2x);
	background-position:center center;
	background-blend-mode:darken;
	font-family:"Montserrat";
}
.footer-text-link{
	color:#FEFFFF!important;
	font-family:"Inter-Regular";
}
.footer-text-link:hover{
	color:#D5D5D5!important;
	font-family:"Lato-Regular";
}
.social:hover{
	color:#01001A!important;
	background-color:#C0C0C0;
}
.link-black{
	text-decoration:none;
	color:#050C35!important;
	font-family:"Manrope-SemiBold";
	font-size:25px;
}
.link-black:hover{
	color:#4591FD!important;
}
.edge-bold{
	margin-left:10%;
}
.edge-left{
	width:auto;
	min-height:300px;
	margin:5% -0px 5% 8%;
}
.coffee-beans{
	width:300px;
	margin-bottom:30px;
}
.slider{
	display:flex;
	right:-px;
	justify-content:space-around;
	overflow:visible;
	flex-wrap:nowrap;
	flex-direction:row;
}
.img-slider{
	padding:20px 20px 20px 20px;
	border-radius:50px 50px 50px 50px;
}
.form-control::placeholder{
	color:var(--swatch-var-6643)!important;
	font-family:"Montserrat";
}
.form-control::placeholder:active{
	color:#004B9D!important;
}
.photograph-meta-text{
	color:#941100!important;
	font-style:italic;
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	line-height:22px;
}
.photograph-overlay-button{
	margin-top:-253px;
	height:228px;
	width:100%;
	padding-top:180px;
	opacity:0;
	border-width:0px 0px 0px 0px;
	font-family:"Montserrat";
	font-weight:700;
	font-size:20px;
}
.photograph-overlay-button:hover{
	opacity:1;
	background:linear-gradient(0deg, rgba(148,17,0,0.7), rgba(148,17,0,0.0));
}
.photograph-profile-picture{
	max-width:250px;
	margin-left:5px;
	margin-right:5px;
}
.photograph-profile-card{
	box-shadow:0px 0px 30px rgba(0,0,0,0.3);
	padding:28px 28px 28px 28px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.photograph-content-container{
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
}
.photograph-bottom-padding{
	padding-bottom:80px;
}
.photograph-fade-out-white{
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FEFFFF);
	height:128px;
}
.photograph-client-card{
	padding-top:20px;
	background-color:rgba(255,255,255,0.8);
	padding-bottom:10px;
}
.photograph-client-card:hover{
	background-color:#FEFFFF;
}
.p-style{
	font-size:15px;
}
.link-style{
	font-family:"Montserrat-Bold";
	font-size:25px;
}
.cases-box{
	background-color:#161D26;
	height:auto;
	padding:50px 50px 50px 50px;
}
.cases-image{
	z-index:0;
}
.dollar-text{
	font-family:"Outfit-Bold";
	width:70%;
	height:30px;
	justify-content:center;
	align-items:center;
	background-color:var(--swatch-var-6555);
	display:flex;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	align-content:center;
	bottom:310px;
}
.dollar-text:hover{
	background-color:#0F0D0B;
}
.cases-heading-small{
	margin-top:20px;
	font-family:"Outfit-SemiBold";
	font-size:22px;
	color:#CFB06A!important;
}
.box-appointment{
	background-color:var(--swatch-var-7116);
	width:100%;
	padding:60px 60px 60px 60px;
}
.formfield:hover{
	font-family:"Lato-Regular";
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.btn-form{
	margin-top:30px;
}
.btn-form:hover{
	background-color:#051836;
	border-color:#051836!important;
	color:var(--swatch-var-6643)!important;
}
.box-contact{
	background-color:var(--swatch-var-364);
	width:100%;
	height:auto;
	padding-top:100px;
	padding-right:100px;
	padding-left:100px;
}
.box-grey{
	background-color:#D9D9E0;
	position:relative;
	top:200px;
	margin-top:-150px;
	margin-bottom:200px;
	padding:50px 50px 50px 50px;
}
.active::before:active{
	font-family:"Montserrat";
	content:"";
}
.p-bloc-14-style{
	width:100%;
}
.h2-margin-top{
	margin-top:40px;
}
.navbar-brand img{
	width:233px;
	height:72px;
}
video{
	height:100%;
	min-height:400px;
	max-height:1200px;
}
.company-field-form{
	font-family:"Roboto Slab";
	font-weight:300;
	font-size:14px;
	line-height:22px;
	padding-left:8px;
	color:#000000!important;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:5px 5px 5px 5px;
	border-width:0px 0px 0px 0px;
}
.company-button{
	border-style:solid;
	border-color:#00487F!important;
	font-family:"Roboto Slab";
	font-weight:700;
	font-size:16px;
	line-height:24px;
	background-color:#00487F;
	color:#FEFFFF!important;
	letter-spacing:0.05em;
	padding-right:20px;
	padding-left:20px;
	border-radius:0px 0px 0px 0px;
	border-width:3px 3px 3px 3px;
}
.company-button:hover{
	background-color:#FF9000;
	color:#00487F!important;
}
.company-button-icon{
	float:right;
	text-align:right;
	margin-left:14px;
	margin-top:5px;
}
.company-button-icon:hover{
	;
}
.carousel-indicators li{
	width:7px;
	height:7px;
	background-color:#FEFFFF;
	color:#FEFFFF!important;
}
.carousel-indicators .active{
	color:#FF9000!important;
	background-color:#FF9000;
	width:14px;
}
.navbar-nav li a{
	font-family:"Montserrat";
	font-weight:700;
	margin-right:5px;
	margin-left:5px;
}
.navbar-nav li a:hover{
	color:#FF9000!important;
}
.church-event-list-icon{
	margin-right:5px;
	width:20px;
}
.church-button{
	text-transform:uppercase;
	font-size:24px;
	line-height:25px;
	letter-spacing:0.05em;
	padding-right:28px;
	padding-left:28px;
}
.hero:hover{
	color:#00F900!important;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	font-family:"Montserrat";
	font-weight:700;
}
.nav-bloc{
	height:auto;
	width:auto;
	padding-left:5%;
	padding-right:5%;
	min-height:60vh;
}
.logo{
	font-family:"CormorantGaramond-Bold";
	font-size:50px;
	line-height:50px;
}
.btn-dark{
	background-color:#161D25;
	color:#FEFFFF!important;
	border-color:#161D25!important;
}
.btn-dark:hover{
	background-color:#CFB06A;
	color:#161D25!important;
}
.nav-line{
	border-style:solid;
	padding:30px 0px 30px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 0px 1px 0px;
	font-family:"Montserrat";
	color:#FEFFFF!important;
}
.heading{
	margin-top:130px;
	margin-bottom:120px;
}
.navbar-logo:hover{
	font-family:"Montserrat";
	font-weight:700;
}
.nav-line:hover{
	color:#FF2600!important;
}
.bakery-carousel-header{
	padding:3px 3px 3px 3px;
}
.bakery-carousel-thumbs{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	margin-right:auto;
	margin-left:auto;
	width:100%;
}
.bakery-carousel-thumb-col{
	padding:3px 3px 3px 3px;
}
.bake-product-details{
	flex-direction:column;
	justify-content:space-between;
	padding-left:28px;
}
.bake-brand-color{
	color:#E7B06F!important;
	font-weight:bold;
}
.bake-button{
	background-color:#370202;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	color:#FFFFFF!important;
	padding:10px 20px 10px 20px;
}
.bake-button:hover{
	background-color:#6E0600;
}
.anastasia-responsive-padding{
	padding-top:100px;
	padding-bottom:100px;
}
.anastasia-white-row{
	background-color:#FEFFFF;
	padding:50px 50px 50px 50px;
}
.anastasia-bold{
	font-family:"Lato";
	font-weight:900;
}
.anastasia-thin{
	font-family:"Lato";
	font-weight:100;
}
.bake-product-div{
	margin-top:28px;
	margin-bottom:28px;
}
.bake-products-thumb{
	margin-bottom:14px;
	border-radius:28px 28px 28px 28px;
}
.bake-products-thumb:hover{
	filter:brightness(0.9);
}
.mini-features-content-column{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.lead{
	font-size:1.2em;
}
.mini-horizontal-scroll{
	max-width:100vw;
	overflow:hidden;
}
.mini-feature-scrolling-images{
	display:flex;
	width:150vw;
	align-items:center;
	flex-direction:row;
	margin-left:-400px;
}
.mini-feature-img{
	width:25vw;
	height:auto;
}
.global-radius{
	overflow:hidden!important;
	border-radius:5px!important 5px!important 5px!important 5px!important;
}
.mini-transition{
	transition:all 0.5s ease 0s;
}
.mini-transition:hover{
	transition:all 0.5s ease 0s;
}
.awards{
	height:auto;
	width:auto;
	max-height:190px;
	max-width:190px;
}
.awards:hover{
	filter:grayscale(0%);
}
.acord{
	font-size:30px;
}
.kitchen-gradient-background{
	background:linear-gradient(0deg, #F8F8F8, #FEFFFF);
	font-family:"Montserrat";
}
.kitchen-category-image{
	width:100%;
	border-style:none;
	box-shadow:0px 0px 30px rgba(0,0,0,0.1);
	border-width:0px 0px 0px 0px;
	font-family:"Montserrat";
}
.kitchen-category-image:hover{
	box-shadow:0px 0px 30px rgba(0,0,0,0.2);
}
.kitchen-category-button{
	font-family:"Montserrat";
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	height:300px;
	margin-top:-325px;
	padding-top:250px;
	background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.0));
	width:100%;
	border-width:0px 0px 0px 0px;
}
.kitchen-category-button:hover{
	background:linear-gradient(0deg, #000000, rgba(0,0,0,0.0));
}
.mini-galllery-grid{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:20px;
	row-gap:20px;
}
.mini-featured-image{
	grid-column-start:1;
	grid-column-end:3;
	grid-row-start:1;
	grid-row-end:3;
}
.mini-full-width{
	width:100%;
}
.mini-featured-image-2{
	grid-column-end:5;
	grid-column-start:3;
	grid-row-start:3;
	grid-row-end:5;
}
.blocs-card-width{
	width:25%;
}
.background-menu{
	background-color:var(--swatch-var-7773);
	border-radius:5px 5px 5px 5px;
}
.color-menu{
	font-family:"Montserrat";
	font-size:24px;
	color:#FEFFFF!important;
}
.color-menu:hover{
	color:#FF2600!important;
}
.button-other{
	background-color:var(--swatch-var-2513);
	font-family:"Montserrat";
}
.btn-style{
	font-family:"Montserrat";
}
.box{
	width:100%;
	background-color:var(--swatch-var-7773);
	padding-bottom:50px;
	color:var(--swatch-var-1792)!important;
}
.box-price{
	width:70%;
	position:relative;
	margin-left:15%;
	margin-right:15%;
	top:-23px;
	background-color:#1A252C;
	display:flex;
	font-family:"Montserrat";
	font-size:12px;
	align-items:center;
	justify-content:center;
	padding:10px 10px 10px 10px;
	border-radius:50px 50px 50px 50px;
}
.pricing{
	font-family:"Montserrat";
	font-size:15px;
	color:#FEFFFF!important;
}
.box-text{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:40px;
	color:var(--swatch-var-1792)!important;
}
.divider{
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.p-36-style{
	font-family:"Montserrat";
	width:100%;
}
.nikola-bloc-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.row-video-fireplaces{
	min-height:100vh;
}
.nikola-bottom-content{
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
	padding-top:40px;
	padding-bottom:40px;
}
.tesla-uptitle-extra-light{
	font-size:19px;
	line-height:27px;
	font-family:"Montserrat";
	font-weight:200;
	color:#000000!important;
}
.tesla-heading-padding{
	margin-bottom:15px;
}
.tesla-wire-button-black{
	font-family:"Montserrat";
	font-weight:700;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.03em;
	line-height:21px;
	border-color:#000000!important;
	background-color:transparent;
	padding-right:28px;
	padding-left:28px;
	color:#000000!important;
	border-radius:28px 28px 28px 28px;
	border-width:3px 3px 3px 3px;
}
.tesla-wire-button-black:hover{
	color:#FEFFFF!important;
	background-color:#000000;
}
.container-div-0-margin-top{
	margin-top:28px;
}
.company-image-background{
	background-image:url("img/Company%20hero%206.jpg");
	background-image: -webkit-image-set(url("img/Company%20hero%206.webp") 1x,
url("img/Company%20hero%206.webp") 2x);background-image: image-set(url("img/Company%20hero%206.jpg") 1x,
url("img/Company%20hero%206.jpg") 2x,url("img/Company%20hero%206.webp") 1x,
url("img/Company%20hero%206.webp") 2x);
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:left top;
	padding:50px 50px 50px 50px;
}
.company-blue-box{
	max-width:400px;
	background-color:rgba(0,72,127,0.8);
	color:#FEFFFF!important;
	padding:10px 10px 10px 10px;
}
.company-box-name{
	font-weight:bold;
	margin-bottom:3px;
}
.img-59-style{
	width:68px;
}
.card-body-style{
	width:100%;
	margin-right:36px;
}
.mini-btn-div{
	display:inline-flex;
	column-gap:7px;
	row-gap:7px;
}
.img-text{
	font-size:14px;
	font-family:"Montserrat-Light";
}
.h4-padding-right{
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:244px;
}
.h3-style{
	margin-top:-35px;
	font-size:2px;
}
.h3-margin-top{
	text-shadow:0.00px -0.00px 5px #0D0F10;
}
h3{
	font-family:"Montserrat";
}
.p-bloc-21-style{
	width:110%;
}
.p-bloc-20-style{
	width:100%;
}
.btn-bloc-4-style{
	width:28.33%;
}
.btn-stone-colors-style{
	font-family:"Montserrat";
}
.btn-2-style{
	font-family:"Montserrat";
}
.btn-showroom-style{
	font-family:"Montserrat";
}
.link-bloc-16-style{
	font-family:"Montserrat";
	font-size:14px;
}
h1{
	font-family:"Montserrat";
}
h2{
	font-family:"Montserrat";
}
h4{
	font-family:"Montserrat";
}
h5{
	font-family:"Montserrat";
}
h6{
	font-family:"Montserrat";
}
p{
	font-family:"Montserrat";
}
label{
	font-family:"Montserrat";
}
a{
	font-family:"Montserrat";
}
.navbar-brand{
	font-family:"Montserrat";
}
.frame{
	border-style:double;
}
.mini-product-rating{
	display:flex;
	height:28px;
	flex-direction:row;
	align-items:center;
	font-size:1em;
}
.mini-product-rating-star{
	fill:var(--swatch-var-2425)!important;
	width:18px;
	height:18px;
	margin-right:2px;
}
.mini-small-p{
	font-size:0.9em;
}
.mini-faq-question-column{
	padding:0px 0px 0px 0px;
}
.mini-faq-question{
	display:inline-flex;
	width:100%;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-3131)!important;
	margin-top:14px;
	padding-bottom:7px;
	padding-top:23px;
}
.bold{
	border-radius:100px 100px 100px 100px;
	font-family:"Inter-Bold";
}
.mini-faq-icon{
	width:20px!important;
	fill:var(--swatch-var-5803)!important;
	transition:all 0.2s ease 0s;
}
.mini-faq-icon:hover{
	transition:all 0.2s ease 0s;
}
.mini-product-thumb{
	width:100%;
	transition:all 0.5s ease 0s;
}
.mini-product-thumb:hover{
	transition:all 0.5s ease 0s;
}
.row-style{
	width:60vw;
}
.row-bloc-29-style{
	width:106%;
	margin-right:-509px;
}
.bloc-background{
	background:linear-gradient(0deg, var(--swatch-var-2513) 0%, var(--swatch-var-7479) 33%, var(--swatch-var-364) 67%, var(--swatch-var-6737) 100%);
}
.text-frame{
	background-color:var(--swatch-var-6821);
	background-size:auto auto;
	margin-bottom:-px;
}
.h2-style{
	font-size:28px;
}
.bloc-bloc-20-background{
	background:linear-gradient(0deg, var(--swatch-var-7926) 0%, var(--swatch-var-7176) 33%, var(--swatch-var-6861) 67%, var(--swatch-var-4386) 100%);
}
.h5-style{
	width:57.16%;
}
.text-area-style{
	font-family:"Montserrat";
}
.btn-submit-style{
	font-family:"Montserrat";
}
.bloc-bloc-16-background{
	background:linear-gradient(0deg, var(--swatch-var-2513) 0%, var(--swatch-var-461) 50%, var(--swatch-var-7479) 100%);
}
.p-bloc-16-style{
	font-size:15px;
}
.link-972-839-6935-style{
	font-family:"Montserrat";
	font-weight:800;
	font-size:35px;
}
.p-bloc-22-style{
	width:100%;
	padding-left:0px;
	margin-left:0px;
}
.p-29-style{
	font-size:18px;
}
.p-32-style{
	font-size:18px;
}
.p-33-style{
	font-size:18px;
}
.h1-style{
	width:100%;
	font-size:37px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-1792:#FFFFFF;
	
	--swatch-var-2513:#636363;
	
	--swatch-var-7479:#555555;
	
	--swatch-var-364:rgba(32,32,32,1.00);
	
	--swatch-var-6737:rgba(33,29,28,1.00);
	
	--swatch-var-461:#000000;
	
	--swatch-var-7926:#282828;
	
	--swatch-var-7773:rgba(13,15,16,1.00);
	
	--swatch-var-7176:rgba(180,192,206,1.00);
	
	--swatch-var-6861:#161D26;
	
	--swatch-var-4386:#212121;
	
	--swatch-var-2822:#FFFFFE;
	
	--swatch-var-6521:rgba(255,255,255,0.498039);
	
	--swatch-var-7813:#E05C12;
	
	--swatch-var-4839:rgba(255,255,255,0.498);
	
	--swatch-var-7116:#D0B06A;
	
	--swatch-var-6674:#050C35;
	
	--swatch-var-1794:#E9ECF2;
	
	--swatch-var-6555:rgba(99,99,99,0.26);
	
	--swatch-var-495:#2D5561;
	
	--swatch-var-3125:#01001A;
	
	--swatch-var-2758:#004C9D;
	
	--swatch-var-5286:#B08B21;
	
	--swatch-var-7684:#FFFEFE;
	
	--swatch-var-6821:#1F2731;
	
	--swatch-var-5621:#935100;
	
	--swatch-var-557:#151515;
	
	--swatch-var-5541:#111111;
	
	--swatch-var-1446:#380303;
	
	--swatch-var-7873:#E0A25C;
	
	--swatch-var-5803:#101010;
	
	--swatch-var-2425:#0066CC;
	
	--swatch-var-1381:#FF8080;
	
	--swatch-var-7614:#941100;
	
	--swatch-var-3131:#EAEAEA;
	
}


/* Background colour styles */

.bgc-7773{
	background-color:var(--swatch-var-7773);
}
.bgc-364{
	background-color:var(--swatch-var-364);
}
.bgc-557{
	background-color:var(--swatch-var-557);
}
.bgc-5541{
	background-color:var(--swatch-var-5541);
}

/* Text colour styles */

.tc-7684{
	color:var(--swatch-var-7684)!important;
}
.tc-1792{
	color:var(--swatch-var-1792)!important;
}
.tc-7926{
	color:var(--swatch-var-7926)!important;
}
.tc-2822{
	color:var(--swatch-var-2822)!important;
}
.tc-2513{
	color:var(--swatch-var-2513)!important;
}
.tc-6521{
	color:var(--swatch-var-6521)!important;
}
.tc-7813{
	color:var(--swatch-var-7813)!important;
}
.tc-7116{
	color:var(--swatch-var-7116)!important;
}
.tc-7176{
	color:var(--swatch-var-7176)!important;
}
.tc-1794{
	color:var(--swatch-var-1794)!important;
}
.tc-461{
	color:var(--swatch-var-461)!important;
}

/* Button colour styles */

.bgc-1792{
	background-color:var(--swatch-var-1792);
}
.tc-1792{
	color:var(--swatch-var-1792)!important;
}
.btn-c-1792,.btn-c-1792:focus{
	background:var(--swatch-var-1792);
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.btn-c-1792:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
	fill:rgba(0,0,0,.5);
}
.wire-btn-c-1792{
	color:var(--swatch-var-1792)!important;
	border-color:var(--swatch-var-1792)!important;
	fill:var(--swatch-var-1792);
}
.ltc-1792{
	color:var(--swatch-var-1792)!important;
	fill:var(--swatch-var-1792);
}
.ltc-1792:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-1792);
}
.icon-1792{
	color:var(--swatch-var-1792)!important;
	border-color:var(--swatch-var-1792)!important;
}
/**/.bgc-2513{
	background-color:var(--swatch-var-2513);
}
.tc-2513{
	color:var(--swatch-var-2513)!important;
}
.btn-c-2513,.btn-c-2513:focus{
	background:var(--swatch-var-2513);
	color:#FFFFFF!important;
	fill:#FFFFFF;
}
.btn-c-2513:hover{
	background:#303030!important;
	color:#FFFFFF!important;
	fill:#FFFFFF;
}

/* Link colour styles */

.ltc-1792{
	color:var(--swatch-var-1792)!important;
	fill:var(--swatch-var-1792);
}
.ltc-1792:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-1792);
}

/* Icon colour styles */

.icon-1792{
	color:var(--swatch-var-1792)!important;
	border-color:var(--swatch-var-1792)!important;
}
.icon-5621{
	color:var(--swatch-var-5621)!important;
	border-color:var(--swatch-var-5621)!important;
}
.icon-7813{
	color:var(--swatch-var-7813)!important;
	border-color:var(--swatch-var-7813)!important;
}

/* Bloc image backgrounds */

.bg-fireplace-vintage{
	background-image:url("img/fireplace-vintage.jpg");
	background-image: -webkit-image-set(url("img/fireplace-vintage.webp") 1x,
url("img/fireplace-vintage.webp") 2x);background-image: image-set(url("img/fireplace-vintage.jpg") 1x,
url("img/fireplace-vintage.jpg") 2x,url("img/fireplace-vintage.webp") 1x,
url("img/fireplace-vintage.webp") 2x);
}
.bg-whitefireplace{
	background-image:url("img/whitefireplace.jpg");
	background-image: -webkit-image-set(url("img/whitefireplace.webp") 1x,
url("img/whitefireplace.webp") 2x);background-image: image-set(url("img/whitefireplace.jpg") 1x,
url("img/whitefireplace.jpg") 2x,url("img/whitefireplace.webp") 1x,
url("img/whitefireplace.webp") 2x);
}
.bg-fireplaceblack{
	background-image:url("img/fireplaceblack.jpeg");
	background-image: -webkit-image-set(url("img/fireplaceblack.webp") 1x,
url("img/fireplaceblack.webp") 2x);background-image: image-set(url("img/fireplaceblack.jpeg") 1x,
url("img/fireplaceblack.jpeg") 2x,url("img/fireplaceblack.webp") 1x,
url("img/fireplaceblack.webp") 2x);
}
.bg-fireplace02{
	background-image:url("img/fireplace02.jpg");
	background-image: -webkit-image-set(url("img/fireplace02.webp") 1x,
url("img/fireplace02.webp") 2x);background-image: image-set(url("img/fireplace02.jpg") 1x,
url("img/fireplace02.jpg") 2x,url("img/fireplace02.webp") 1x,
url("img/fireplace02.webp") 2x);
}
.bg-black{
	background-image:url("img/black.jpg");
	background-image: -webkit-image-set(url("img/black.webp") 1x,
url("img/black.webp") 2x);background-image: image-set(url("img/black.jpg") 1x,
url("img/black.jpg") 2x,url("img/black.webp") 1x,
url("img/black.webp") 2x);
}
.bg-room{
	background-image:url("img/room.jpg");
	background-image: -webkit-image-set(url("img/room.webp") 1x,
url("img/room.webp") 2x);background-image: image-set(url("img/room.jpg") 1x,
url("img/room.jpg") 2x,url("img/room.webp") 1x,
url("img/room.webp") 2x);
}
.bg-fireplace-style1{
	background-image:url("img/fireplace-style1.jpg");
	background-image: -webkit-image-set(url("img/fireplace-style1.webp") 1x,
url("img/fireplace-style1.webp") 2x);background-image: image-set(url("img/fireplace-style1.jpg") 1x,
url("img/fireplace-style1.jpg") 2x,url("img/fireplace-style1.webp") 1x,
url("img/fireplace-style1.webp") 2x);
}
.bg-rustic{
	background-image:url("img/rustic.jpg");
	background-image: -webkit-image-set(url("img/rustic.webp") 1x,
url("img/rustic.webp") 2x);background-image: image-set(url("img/rustic.jpg") 1x,
url("img/rustic.jpg") 2x,url("img/rustic.webp") 1x,
url("img/rustic.webp") 2x);
}
.bg-fireplacenovo{
	background-image:url("img/fireplacenovo.jpg");
	background-image: -webkit-image-set(url("img/fireplacenovo.webp") 1x,
url("img/fireplacenovo.webp") 2x);background-image: image-set(url("img/fireplacenovo.jpg") 1x,
url("img/fireplacenovo.jpg") 2x,url("img/fireplacenovo.webp") 1x,
url("img/fireplacenovo.webp") 2x);
}
.bg-fireplaces-personal01{
	background-image:url("img/fireplaces_personal01.png");
	background-image: -webkit-image-set(url("img/fireplaces_personal01.webp") 1x,
url("img/fireplaces_personal01.webp") 2x);background-image: image-set(url("img/fireplaces_personal01.png") 1x,
url("img/fireplaces_personal01.png") 2x,url("img/fireplaces_personal01.webp") 1x,
url("img/fireplaces_personal01.webp") 2x);
}
.bg-b14634c7-a578-47da-a0b1-20bc886392c1{
	background-image:url("img/b14634c7-a578-47da-a0b1-20bc886392c1.png?timestamp=4296?timestamp=4296?timestamp=4296");
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.typewriter-back{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.edge{
		margin-left:5%;
		margin-right:5%;
	}
	.guarantee-image{
		background-position:center center;
	}
	.div-icon{
		margin-bottom:30px;
	}
	.text-color{
		color:#FEFFFF!important;
	}
	.line-re{
		border-right-width:0px;
		padding-right:0px;
		margin-right:0px;
		margin-bottom:50px;
	}
	.line-middle{
		margin-bottom:50px;
	}
	.line-le{
		border-left-width:0px;
		padding-left:0px;
	}
	.cases{
		margin-bottom:100px;
	}
	.nav-phone{
		font-size:16px;
	}
	.nav-phone-link{
		font-size:19px;
	}
	.div-text{
		width:100%;
		left:0px;
	}
	.discover{
		bottom:-480px;
		top:0px;
		margin-top:250px;
		margin-bottom:-350px;
	}
	.eyes{
		top:-53px;
		font-size:50px;
	}
	.onien{
		margin:30px 30px 30px 30px;
	}
	.lemon{
		margin:30px 30px 30px 30px;
	}
	.ring{
		margin:30px 30px 30px 30px;
	}
	.herbs{
		margin:30px 30px 30px 30px;
	}
	.mash{
		margin:30px 30px 30px 30px;
	}
	.tomato{
		margin:30px 30px 30px 30px;
	}
	.social{
		margin-top:50px;
		margin-bottom:40px;
		text-align:center;
	}
	.edge-bold{
		margin-left:8%;
		margin-right:8%;
		width:auto;
	}
	.edge-left{
		margin-left:4%;
		margin-right:4%;
	}
	.photograph-overlay-button{
		margin-top:-273px;
		height:248px;
	}
	.cases-box{
		margin-bottom:100px;
	}
	.dollar-text{
		top:-180px;
		display:flex;
	}
	.box-appointment{
		margin-bottom:50px;
		width:100%;
		padding:40px 40px 40px 40px;
	}
	.company-button{
		padding-right:20px;
	}
	.nav-bloc{
		height:auto;
	}
	.nav-line{
		padding-bottom:20px;
		padding-top:20px;
	}
	.heading{
		margin-bottom:120px;
	}
	.bake-product-details{
		padding-left:15px;
	}
	.anastasia-responsive-padding{
		padding-top:80px;
		padding-bottom:80px;
	}
	.anastasia-white-row{
		padding:40px 40px 40px 40px;
	}
	.lead{
	}
	.mini-feature-scrolling-images{
		margin-left:-200px;
	}
	.mini-feature-img{
		width:35vw;
	}
	.global-radius{
	}
	.awards{
		max-width:190px;
		max-height:90px;
		margin-bottom:40px;
	}
	.mini-galllery-grid{
		row-gap:15px;
		column-gap:15px;
	}
	.blocs-card-width{
		width:50%;
	}
	.nikola-bloc-padding{
		;
	}
	.nikola-bottom-content{
		max-width:95%;
		padding-top:30px;
		padding-bottom:30px;
	}
	.tesla-uptitle-extra-light{
		font-size:18px;
		line-height:26px;
	}
	.tesla-heading-padding{
		margin-bottom:10px;
	}
	.company-image-background{
		padding:40px 40px 40px 40px;
	}
	.company-blue-box{
		max-width:350px;
		padding:10px 10px 10px 10px;
	}
	.mini-btn-div{
	}
	.h3-margin-top{
		text-shadow:0.00px -0.00px 3px #000000;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.typewriter-back{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.edge{
	}
	.zoom{
	}
	.guarantee-image{
		background-position:center center;
	}
	.div-icon{
		margin-top:50px;
		margin-bottom:30px;
	}
	.text-color{
		color:#FEFFFF!important;
	}
	.line-re{
		margin-right:0px;
		padding-right:0px;
		margin-bottom:50px;
		border-right-width:0px;
	}
	.line-middle{
		margin-bottom:50px;
	}
	.line-le{
		border-left-width:0px;
		margin-left:0px;
		padding-left:0px;
	}
	.formfield:active{
		background-color:transparent;
	}
	.cases{
		margin-bottom:0px;
	}
	.box-blue{
		padding:50px 50px 50px 50px;
	}
	.div-text{
		width:100%;
		left:0px;
	}
	.discover{
		margin-top:0px;
		top:50px;
		margin-bottom:-350px;
	}
	.eyes{
		color:#FEFFFF!important;
		top:-125px;
		font-size:100px;
	}
	.mash{
	}
	.edge-bold{
		margin-left:8%;
		margin-right:8%;
		width:auto;
	}
	.slider{
		flex-direction:row;
	}
	.photograph-overlay-button{
		height:228px;
		margin-top:-253px;
	}
	.cases-box{
		margin-bottom:50px;
	}
	.box-appointment{
		margin-bottom:50px;
	}
	.box-contact{
		padding-top:40px;
		padding-right:40px;
		padding-left:40px;
	}
	.navbar-nav li a{
		text-align:center;
	}
	.heading{
		margin-bottom:120px;
	}
	.bake-product-details{
		margin-top:28px;
	}
	.bake-product-details-bottom{
		margin-top:28px;
	}
	.anastasia-responsive-padding{
		padding-top:50px;
		padding-bottom:50px;
	}
	.anastasia-white-row{
		padding:30px 30px 30px 30px;
	}
	.lead{
		font-size:1.1em;
	}
	.mini-feature-img{
		width:45vw;
	}
	.awards{
		margin-bottom:30px;
	}
	.kitchen-category-button{
		height:230px;
		padding-top:180px;
		margin-top:-255px;
	}
	.mini-galllery-grid{
		column-gap:10px;
		row-gap:10px;
	}
	.mini-full-width{
	}
	.blocs-card-width{
		width:50%;
	}
	.box{
		margin-bottom:80px;
	}
	.nikola-bloc-padding{
		min-height:0vh;
	}
	.row-video-fireplaces{
		min-height:100vh;
	}
	.nikola-bottom-content{
		padding-top:25px;
		padding-bottom:25px;
	}
	.tesla-wire-button-black{
		font-size:10px;
	}
	.company-image-background{
		padding:14px 14px 14px 14px;
	}
	.company-blue-box{
		max-width:300px;
		padding:10px 10px 10px 10px;
	}
	.mini-btn-div{
	}
	.mini-small-p{
	}
	
	/* Small Text Margin Offsets */
	.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.typewriter-back{
		font-size:50px;
	}
	.edge{
	}
	.guarantee-image{
		padding:30px 30px 30px 30px;
	}
	.div-icon{
		margin-top:50px;
		margin-bottom:30px;
	}
	.text-image{
		font-size:50px;
		line-height:50px;
	}
	.text-color{
		color:#FEFFFF!important;
	}
	.line-re{
		padding-right:0px;
		margin-right:0px;
		border-right-width:0px;
		margin-bottom:50px;
	}
	.line-middle{
		margin-bottom:50px;
	}
	.line-le{
		border-left-width:0px;
		padding-left:0px;
	}
	.dark-box{
		margin-bottom:30px;
		padding:25px 25px 25px 25px;
	}
	.cases{
		margin-bottom:20px;
	}
	.box-blue{
		padding:50px 40px 50px 40px;
	}
	.div-text{
		width:100%;
		left:0px;
		padding:20px 20px 20px 20px;
	}
	.discover{
		top:50px;
		margin-bottom:-350px;
		bottom:0px;
	}
	.eyes{
		top:-115px;
		font-size:30px;
	}
	.link-black{
		font-size:21px;
	}
	.edge-bold{
		margin-right:10%;
		width:auto;
	}
	.photograph-overlay-button{
		margin-top:-273px;
		height:248px;
	}
	.cases-box{
		padding:25px 25px 25px 25px;
	}
	.dollar-text{
		width:70%;
		top:-20px;
	}
	.box-appointment{
		padding:20px 20px 20px 20px;
	}
	.btn-form{
	}
	.box-contact{
		padding-left:25px;
		padding-top:30px;
		padding-right:25px;
	}
	.box-grey{
		padding:20px 20px 20px 20px;
	}
	.h2-style{
		width:83.45%;
		padding-left:53px;
		padding-right:0px;
	}
	.link-company-style{
		font-size:20px;
	}
	.company-button{
	}
	.company-button-icon{
	}
	.navbar-nav li a{
		text-align:center;
	}
	.navbar-logo{
		font-size:18px;
	}
	.nav-bloc{
		height:auto;
	}
	.logo{
		font-size:36px;
	}
	.heading{
		margin-bottom:120px;
	}
	.bake-product-details{
		margin-top:14px;
	}
	.anastasia-responsive-padding{
		padding-top:30px;
		padding-bottom:30px;
	}
	.anastasia-white-row{
		padding:20px 10px 20px 10px;
	}
	.lead{
	}
	.mini-feature-scrolling-images{
		margin-left:-100px;
	}
	.mini-feature-img{
		width:55vw;
	}
	.global-radius{
	}
	.awards{
		margin:20px 20px 20px 20px;
	}
	.kitchen-category-button{
		height:250px;
		padding-top:200px;
		margin-top:-275px;
	}
	.mini-galllery-grid{
		grid-template-columns:1fr 1fr 1fr 1fr;
		row-gap:5px;
		column-gap:5px;
	}
	.mini-featured-image{
		grid-column-end:5;
	}
	.mini-featured-image-2{
		grid-column-start:1;
		grid-column-end:5;
	}
	.blocs-card-width{
		width:100%;
	}
	.box{
		margin-bottom:50px;
	}
	.nikola-bloc-padding{
		;
	}
	.row-video-fireplaces{
		min-height:100vh;
	}
	.nikola-bottom-content{
		padding-top:20px;
		padding-bottom:20px;
	}
	.tesla-uptitle-extra-light{
		font-family:"Montserrat";
		font-weight:300;
	}
	.tesla-heading-padding{
		margin-bottom:5px;
	}
	.tesla-wire-button-black{
		line-height:18px;
	}
	.company-image-background{
		padding:0px 0px 0px 0px;
	}
	.company-blue-box{
		max-width:400px;
		padding:0px 5px 0px 5px;
	}
	.mini-btn-div{
	}
	.h3-margin-top{
		font-size:100%;
		text-align:center;
		top:5%;
		bottom:5px;
		position:relative;
	}
	.h4-padding-right{
		margin-top:150px;
	}
	.btn-bloc-4-style{
		width:71.13%;
		font-family:"Montserrat";
	}
	.display-6{
	}
	.mini-small-p{
	}
	.mini-faq-question-column{
	}
	.bold{
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

