/*-----------------------------------------------------------------------------------
	stove
	About: A stove is on website.
	Author: x
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#000000;
    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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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:'JanuaryScriptPersonalUse';
	src: url('./fonts/JanuaryScriptPersonalUse/JanuaryScript_PERSONAL_USE_ONLY.ttf');
	src: url('./fonts/JanuaryScriptPersonalUse/JanuaryScript_PERSONAL_USE_ONLY.ttf') format('truetype');
	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-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding: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%;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* 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);
}
.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);
}
.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);
}


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

/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.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;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


/* = Cards
-------------------------------------------------------------- */
.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;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

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


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	color:#FEFFFF!important;
}
.container{
	max-width:1140px;
}
.hero-header-text{
	font-weight:bold;
	line-height:120px;
	text-indent:0px;
	opacity:0.3;
	color:var(--swatch-var-417)!important;
	font-family:"JanuaryScriptPersonalUse";
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.text-purple-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
	background-color:#FEFFFF;
}
.img-style{
	width:584px;
}
.h2-style{
	font-size:16px;
}
.p-style{
	font-size:25px;
}
.p-bloc-1-style{
	font-size:12px;
}
.p-2-style{
	font-size:12px;
}
.img-bloc-1-style{
	width:334px;
	border-radius:5px 5px 5px 5px;
}
.bordorg{
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-color:#FF9200!important;
}
.bakorg{
	background:linear-gradient(0deg, #FF9200 7%, #000000 29%);
}
.link-style{
	width:16.76%;
}
.navbar-brand img{
	width:95px;
}
.placholder{
	background-color:var(--swatch-var-5956);
}
.h3-style{
	font-size:50px;
	padding-left:0px;
	width:100%;
	padding-right:0px;
	margin-left:-14px;
}
.img-placeholder-us-style{
	width:200px;
}
.btn-style{
	border-radius:2px 2px 2px 2px;
}
.container-div-min-height{
	min-height:168px;
}
.phill{
	background-color:var(--swatch-var-5956);
	padding-bottom:60px;
}
.img-bloc-our-music-style{
	width:200px;
}
.h3-bloc-our-music-style{
	width:100%;
	font-size:20px;
}
.rndiv{
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	overflow:hidden;
	z-index:10;
}
.bloc-padding-left{
	padding-left:17px;
}
.h3-2-style{
	font-size:50px;
}
.h3-8-style{
	font-size:50px;
}
.label-style{
	font-size:25px;
}
.container-div-style{
	width:100%;
}
.field-style{
	width:100%;
}
.h3--instagram -style{
	font-size:20px;
}
.h3-youtube-style{
	font-size:20px;
	width:100%;
}
.form-style{
	width:91.04%;
}
.row-style{
	width:88.5%;
}
.h3-28-style{
	font-size:16px;
}
.btn-submit-style{
	width:26.05%;
	font-weight:bold;
	border-radius:5px 5px 5px 5px;
}
.form-2-style{
	width:100%;
}
.h4-style{
	font-size:40px;
}
.h6-style{
	font-size:12px;
}
.h6-bloc-6-style{
	font-size:12px;
}
.h6-shipping-info-style{
	font-size:12px;
}
.h6-9-style{
	font-size:12px;
}
.row-bloc-7-style{
	width:100%;
}
.p-bloc-7-style{
	font-size:9px;
}
.p-16-style{
	font-size:9px;
}
.p-17-style{
	font-size:9px;
}
.p-18-style{
	font-size:9px;
}
.p-14-style{
	font-size:9px;
}
.h3-bloc-our-merch-style{
	font-size:24px;
}
.h3-10-style{
	font-size:24px;
}
.h3-11-style{
	font-size:24px;
}
.child{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:500px;
	height:500px;
	border-style:solid;
	border-color:#C33865!important;
	text-align:center;
	box-shadow:0px 7px 3px transparent;
	margin:10px auto auto auto;
	padding:2em 2em 2em 2em;
	border-radius:15px 15px 15px 15px;
	border-width:1px 1px 1px 1px;
}
.blocs-card-width{
	width:25%;
}
.card-bloc-7-style{
	width:28.95%;
}
.btn-add-to-cart-style{
	border-radius:16.5px 16.5px 16.5px 16.5px;
}
.btn-2-style{
	border-radius:16.5px 16.5px 16.5px 16.5px;
}
.btn-3-style{
	border-radius:16px 16px 16px 16px;
}
.btn-4-style{
	border-radius:16px 16px 16px 16px;
}
.btn-5-style{
	border-radius:13px 13px 13px 13px;
}
.btn-6-style{
	border-radius:16.5px 16.5px 16.5px 16.5px;
}
.img-bloc-10-style{
	width:462px;
}
.img-24-style{
	width:391px;
}
.img-25-style{
	width:336px;
}
.img-25-bloc-10-style{
	width:424px;
}
.color{
	border-top-left-radius:10px;
	border-color:var(--swatch-var-2266)!important;
	border-bottom-left-radius:10px;
}
.page-preloader{
	background-color:var(--swatch-var-5956);
}
.h2-coming-soon-style{
	font-size:40px;
}
.list-style{
	width:100%;
}
.p-bloc-14-style{
	width:91.87%;
}
.vidframe{
	border-radius:5px 5px 5px 5px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-2266)!important;
	border-style:solid;
}
.roundvid{
	z-index:10;
	overflow:hidden;
	left:10px;
	top:10px;
	right:10px;
	bottom:10px;
	border-radius:8px 8px 8px 8px;
}
.h3-15-style{
	font-size:25px;
}
.h3-through-style{
	font-size:25px;
}
.h3-ownership-style{
	font-size:25px;
}
.h3-vision-style{
	font-size:25px;
}
.h3-effort-style{
	font-size:25px;
}
.h3-25-style{
	font-size:25px;
}
.h3-26-style{
	font-size:25px;
}
.h3-27-style{
	font-size:25px;
}
.btn-discover-style{
	border-radius:16.5px 16.5px 16.5px 16.5px;
}
.btn--get-in-touch-style{
	border-radius:17px 17px 17px 17px;
}
.btn-3-add-to-cart-style{
	border-radius:16px 16px 16px 16px;
}
.btn-4-add-to-cart-style{
	border-radius:16px 16px 16px 16px;
}
.btn-5-add-to-cart-style{
	border-radius:16.5px 16.5px 16.5px 16.5px;
}
.img-17-style{
	border-radius:5px 5px 5px 5px;
}
.img-19-style{
	border-radius:5px 5px 5px 5px;
}
.img-bloc-9-style{
	width:300px;
}
.p-bloc-9-style{
	width:100%;
}
.h2- coming-soon-style{
	font-size:40px;
}
.card-border-v1{
	border-style:solid;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-3334)!important;
}
.p-bloc-6-style{
	font-size:16px;
}
.row-bloc-6-style{
	width:100%;
}
.card-footer-style{
	width:100%;
}
.img-26-style{
	border-radius:5px 5px 5px 5px;
	width:300px;
}
.img-27-style{
	border-radius:5px 5px 5px 5px;
}
.img-27-bloc-6-style{
	border-radius:5px 5px 5px 5px;
}
.h3-108-style{
	font-size:60px;
}
.row-108-style{
	width:100%;
}
.h3-109-style{
	font-size:60px;
}
.p-bloc-19-style{
	font-size:14px;
}
.primary-gradient{
	background:linear-gradient(90deg, var(--swatch-var-4593) 0%, var(--swatch-var-417)  100%);
}
.bloc-fill{
	fill:var(--swatch-var-5956);
}
.menu-icon-stroke{
	stroke:var(--swatch-var-1830);
	fill:var(--swatch-var-1830);
}
.book-container{
	box-shadow:0.00px 26.00px 25px rgba(0,0,0,0.32);
	min-height:600px;
	background-color:var(--swatch-var-1830);
	background:linear-gradient(0deg, #000000 0%, #000000 100%);
	position:relative;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	min-width:100%;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	padding:20px 20px 20px 20px;
}
.hero-heading{
	font-weight:bold;
	font-size:60px;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:200px;
}
.white-btn{
	color:var(--swatch-var-5931)!important;
}
.book-container::after{
	content:"";
	position:absolute;
	min-height:100%;
	left:0px;
	background:linear-gradient(270deg, rgba(0,0,0,0.23)    0%, transparent 48%, transparent 77%, rgba(0,0,0,0.46)  100%);
	min-width:20px;
	bottom:0px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	box-shadow:1.00px 0.00px 0px rgba(255,255,255,0.77);
}
.primary-dot::after{
	content:".";
	color:var(--swatch-var-5931)!important;
	position:absolute;
}
.sample-chapter-p::first-letter{
	color:var(--swatch-var-3578)!important;
	line-height:45px;
	font-size:50px;
}
.img-bloc-21-style{
	width:513px;
}
.playersmall{
	max-width:300px;
	max-height:200px;
	min-width:10px;
	min-height:10px;
	width:400px;
}
.text-fire-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(166deg, #FF0072, #FFFF33);
	color:transparent!important;
}
.slider::before{
	top:0px;
	content:"";
	left:0px;
	height:120px;
	position:absolute;
	width:200px;
	z-index:2;
}
.slider::after{
	top:0px;
	content:"";
	right:0px;
	height:120px;
	width:200px;
	z-index:2;
	position:absolute;
}
.img-img-97-style{
	width:300px;
}
.h3-bloc-24-style{
	width:69.81%;
}
.p-bloc-24-style{
	width:100%;
}
.bloc-padding-right{
	padding-right:4px;
}
.bloc-bloc-24-padding-left{
	padding-left:0px;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #FF9200 23%, #FEFB00 92%);
	color:transparent!important;
}
.burnbutton{
	border-width:3px 3px 3px 3px;
	border-style:solid;
	border-color:#000000!important;
}
.burnbutton:hover{
	border-style:double;
	border-color:#FF2600!important;
	border-width:4px 4px 4px 4px;
}
.p-151-style{
	font-size:60px;
}
.h3-120-style{
	font-size:24px;
}
.btn-listen-style{
	width:20.27%;
}
.h1-style{
	font-family:"JanuaryScriptPersonalUse";
	font-size:50px;
}
.h1-let-it-grow ep-style{
	font-family:"JanuaryScriptPersonalUse";
	font-size:190px;
	line-height:190px;
	text-shadow:0.00px -2.00px 2px #000000;
}
.h1-let-it-grow ep-style:hover{
	color:var(--swatch-var-1830)!important;
}
.h3-bloc-21-style{
	font-size:24px;
}
.p-160-style{
	font-size:11px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-3334:rgba(255,147,0,1.00);
	
	--swatch-var-3554:rgba(255,255,255,1.00);
	
	--swatch-var-5956:rgba(0,0,0,1.00);
	
	--swatch-var-7844:rgba(23,22,22,0.94);
	
	--swatch-var-1830:rgba(255,255,255,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.50);
	
	--swatch-var-2266:rgba(255,140,0,1.00);
	
	--swatch-var-5931:rgba(255,38,0,1.00);
	
	--swatch-var-7298:rgba(23,22,22,0.97);
	
	--swatch-var-5176:rgba(23,22,22,0.81);
	
	--swatch-var-6774:rgba(255,89,12,1.00);
	
	--swatch-var-3578:rgba(4,51,255,1.00);
	
	--swatch-var-417:rgba(38,157,235,1.00);
	
	--swatch-var-2064:rgba(122,17,122,0.72);
	
	--swatch-var-42:rgba(255,251,0,1.00);
	
	--swatch-var-652:#470F46;
	
	--swatch-var-6188:rgba(20,74,33,1.00);
	
	--swatch-var-7345:rgba(107,25,76,1.00);
	
	--swatch-var-5892:rgba(154,170,255,0.87);
	
	--swatch-var-1699:#34353E;
	
	--swatch-var-2116:rgba(86,90,125,1.00);
	
}


/* Background colour styles */

.bgc-5956{
	background-color:var(--swatch-var-5956);
}
.bgc-7844{
	background-color:var(--swatch-var-7844);
}
.bgc-5176{
	background-color:var(--swatch-var-5176);
}

/* Text colour styles */

.tc-3554{
	color:var(--swatch-var-3554)!important;
}
.tc-5783{
	color:var(--swatch-var-5783)!important;
}
.tc-3334{
	color:var(--swatch-var-3334)!important;
}
.tc-2266{
	color:var(--swatch-var-2266)!important;
}
.tc-1830{
	color:var(--swatch-var-1830)!important;
}
.tc-2116{
	color:var(--swatch-var-2116)!important;
}
.tc-5892{
	color:var(--swatch-var-5892)!important;
}

/* Button colour styles */

.btn-c-3334{
	background:var(--swatch-var-3334);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3334:hover{
	background:#CC6000!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6774{
	background:var(--swatch-var-6774);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6774:hover{
	background:#CC2600!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7345{
	background:var(--swatch-var-7345);
	color:#FFFFFF!important;
}
.btn-c-7345:hover{
	background:#380019!important;
	color:#FFFFFF!important;
}
.btn-c-2116{
	background:var(--swatch-var-2116);
	color:#FFFFFF!important;
}
.btn-c-2116:hover{
	background:#23274A!important;
	color:#FFFFFF!important;
}
.btn-c-6188{
	background:var(--swatch-var-6188);
	color:#FFFFFF!important;
}
.btn-c-6188:hover{
	background:#001700!important;
	color:#FFFFFF!important;
}
.wire-btn-c-1830{
	color:var(--swatch-var-1830)!important;
	border-color:var(--swatch-var-1830)!important;
}
.wire-btn-c-3334{
	color:var(--swatch-var-3334)!important;
	border-color:var(--swatch-var-3334)!important;
}
.wire-btn-c-3554{
	color:var(--swatch-var-3554)!important;
	border-color:var(--swatch-var-3554)!important;
}
.wire-btn-c-6188{
	color:var(--swatch-var-6188)!important;
	border-color:var(--swatch-var-6188)!important;
}

/* Link colour styles */

.ltc-2266{
	color:var(--swatch-var-2266)!important;
}
.ltc-2266:hover{
	color:#CC5900!important;
}

/* Icon colour styles */

.icon-3334{
	color:var(--swatch-var-3334)!important;
	border-color:var(--swatch-var-3334)!important;
}
.icon-3554{
	color:var(--swatch-var-3554)!important;
	border-color:var(--swatch-var-3554)!important;
}

/* Bloc image backgrounds */

.bg-k-stove-1213881766725685299-bold-3d-text-reading-KEITH-STOVE-al-a6e9df29-5b5e-4cd6-a515-c7626a4b8b90{
	background-image:url("img/k.stove_1213881766725685299_bold_3d_text_reading_KEITH_STOVE_al_a6e9df29-5b5e-4cd6-a515-c7626a4b8b90.png");
	background-image: -webkit-image-set(url("img/k.stove_1213881766725685299_bold_3d_text_reading_KEITH_STOVE_al_a6e9df29-5b5e-4cd6-a515-c7626a4b8b90.webp") 1x,
url("img/k.stove_1213881766725685299_bold_3d_text_reading_KEITH_STOVE_al_a6e9df29-5b5e-4cd6-a515-c7626a4b8b90.webp") 2x);background-image: image-set(url("img/k.stove_1213881766725685299_bold_3d_text_reading_KEITH_STOVE_al_a6e9df29-5b5e-4cd6-a515-c7626a4b8b90.png") 1x,
url("img/k.stove_1213881766725685299_bold_3d_text_reading_KEITH_STOVE_al_a6e9df29-5b5e-4cd6-a515-c7626a4b8b90.png") 2x,url("img/k.stove_1213881766725685299_bold_3d_text_reading_KEITH_STOVE_al_a6e9df29-5b5e-4cd6-a515-c7626a4b8b90.webp") 1x,
url("img/k.stove_1213881766725685299_bold_3d_text_reading_KEITH_STOVE_al_a6e9df29-5b5e-4cd6-a515-c7626a4b8b90.webp") 2x);
}
.bg-in-20the-20kitchen-20v2-Video-20thumbnail{
	background-image:url("img/in%20the%20kitchen%20v2-Video%20thumbnail.png");
	background-image: -webkit-image-set(url("img/in%20the%20kitchen%20v2-Video%20thumbnail.webp") 1x,
url("img/in%20the%20kitchen%20v2-Video%20thumbnail.webp") 2x);background-image: image-set(url("img/in%20the%20kitchen%20v2-Video%20thumbnail.png") 1x,
url("img/in%20the%20kitchen%20v2-Video%20thumbnail.png") 2x,url("img/in%20the%20kitchen%20v2-Video%20thumbnail.webp") 1x,
url("img/in%20the%20kitchen%20v2-Video%20thumbnail.webp") 2x);
}
.bg-A-dramatic-album-cover-featuring-a-solitary-tree-s-1746728267588{
	background-image:url("img/A_dramatic_album_cover_featuring_a_solitary_tree_s-1746728267588.png");
	background-image: -webkit-image-set(url("img/A_dramatic_album_cover_featuring_a_solitary_tree_s-1746728267588.webp") 1x,
url("img/A_dramatic_album_cover_featuring_a_solitary_tree_s-1746728267588.webp") 2x);background-image: image-set(url("img/A_dramatic_album_cover_featuring_a_solitary_tree_s-1746728267588.png") 1x,
url("img/A_dramatic_album_cover_featuring_a_solitary_tree_s-1746728267588.png") 2x,url("img/A_dramatic_album_cover_featuring_a_solitary_tree_s-1746728267588.webp") 1x,
url("img/A_dramatic_album_cover_featuring_a_solitary_tree_s-1746728267588.webp") 2x);
}



/* = 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;}
}
@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;}
}
@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;}
}


/* = 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){
	.hero-header-text{
		font-size:107px;
		line-height:100px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.blocs-card-width{
		width:50%;
	}
	.p-bloc-6-style{
		font-size:11px;
	}
	.p-23-style{
		font-size:12px;
		width:58.73%;
	}
	.audiosize{
		width:200px;
	}
	.card-bloc-7-style{
		width:32.57%;
	}
	.h4-style{
	}
	.h3-bloc-6-style{
		font-size:20px;
	}
	.h3-41-style{
		font-size:20px;
	}
	.h3-42-style{
		font-size:20px;
	}
	.h3-bloc-our-merch-style{
		font-size:20px;
	}
	.h3-10-style{
		font-size:20px;
	}
	.h3-11-style{
		font-size:20px;
	}
	.p-bloc-our-music-style{
		font-size:12px;
	}
	.p-4-style{
		font-size:12px;
	}
	.p-6-style{
		font-size:12px;
	}
	.form-style{
		width:100%;
	}
	.h6-style{
		font-size:16px;
	}
	.book-container{
		min-height:450px;
	}
	.hero-heading{
		font-size:50px;
	}
	.burnbutton{
		border-color:#FEFFFF!important;
	}
	.img-bloc-21-style{
		width:641px;
	}
	.img-img-0085-style{
		width:338px;
	}
	.h3-keith-stove-style{
		width:55.23%;
	}
	
}

@media (max-width: 767px){
	.hero-header-text{
		font-size:100px;
		line-height:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.blocs-card-width{
		width:50%;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2266)!important;
		fill:var(--swatch-var-2266)!important;
	}
	.p-bloc-our-music-style{
		font-size:16px;
	}
	.p-4-style{
		font-size:16px;
	}
	.p-6-style{
		font-size:16px;
	}
	.h4-style{
		font-size:35px;
	}
	.h5-style{
		font-size:12px;
	}
	.h2-style{
		font-size:25px;
	}
	.img-bloc-our-music-style{
		width:350px;
	}
	.h6-bloc-our-merch-style{
		font-size:14px;
	}
	.card-bloc-7-style{
		width:50%;
	}
	.p-bloc-6-style{
		font-size:12px;
	}
	.book-container{
		min-height:440px;
	}
	.hero-heading{
		font-size:50px;
	}
	.h3-bloc-21-style{
		font-size:16px;
	}
	.p-bloc-21-style{
		font-size:14px;
	}
	.burnbutton{
	}
	.btn-listen-style{
		width:49%;
	}
	.h3-keith-stove-style{
		width:60.49%;
	}
	.h1-let-it-grow ep-style{
		font-size:140px;
		line-height:140px;
	}
	
}

@media (max-width: 575px){
	.hero-header-text{
		font-size:80px;
		line-height:80px;
	}
	.footer-link{
		text-align:center;
	}
	.blocs-card-width{
		width:100%;
	}
	.h2-style{
		font-size:13px;
	}
	.h3-15-style{
		font-size:19px;
	}
	.h3-through-style{
		font-size:19px;
	}
	.p-13-style{
		font-size:14px;
	}
	.p-10683-style{
		font-size:14px;
	}
	.p-15-style{
		font-size:14px;
	}
	.p-46356-style{
		font-size:14px;
	}
	.p-47574-style{
		font-size:14px;
	}
	.h3-bloc-our-music-style{
		font-size:18px;
	}
	.p-bloc-our-merch-style{
		font-size:14px;
	}
	.h3-style{
		font-size:40px;
		margin-left:-19px;
		padding-left:0px;
		padding-right:0px;
	}
	.h3-8-style{
		font-size:40px;
	}
	.h3-2-style{
		font-size:40px;
	}
	.btn-submit-style{
		width:41.46%;
	}
	.color{
		border-top-left-radius:10px;
		border-bottom-left-radius:10px;
		border-color:var(--swatch-var-2266)!important;
	}
	.card-bloc-7-style{
		width:76.67%;
	}
	.card-body-style{
		width:100%;
	}
	.p-bloc-6-style{
		font-size:9px;
	}
	.h2-coming-soon-style{
		font-size:24px;
	}
	.h2- coming-soon-style{
		font-size:38px;
	}
	.menu-icon-stroke{
	}
	.book-container{
		min-height:350px;
	}
	.hero-heading{
		font-size:30px;
	}
	.hero-sub-heading{
		font-size:16px;
	}
	.hero-btn{
		width:100%;
	}
	.hero-subheader{
		font-size:19px;
	}
	.h3-bloc-21-style{
		font-size:13px;
	}
	.p-bloc-21-style{
		font-size:13px;
	}
	.playersmall{
		width:230px;
	}
	.burnbutton{
	}
	.h3-120-style{
		font-size:22px;
	}
	.btn-listen-style{
		width:78.86%;
	}
	.h3-keith-stove-style{
		width:97.48%;
	}
	.h1-let-it-grow ep-style{
		font-size:72px;
		line-height:80px;
		color:var(--swatch-var-3554)!important;
	}
	.img-bloc-26-style{
		width:269px;
	}
	.h1-let-it-grow ep-style:hover{
		color:var(--swatch-var-2116)!important;
	}
	
}

