/*-----------------------------------------------------------------------------------
	Pale Horse Ritual 
	About: A shiny new website.
	Author: Alberto Centurion
	Version: 2.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-2900);
    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;}}

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


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 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;
}


/* 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 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;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}
.bg-tr-edge{
	background-position: top right!important;
	background-repeat: no-repeat;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.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-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(0, 0, 0);
	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;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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




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

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

/* 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;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"shrub";
	font-weight:300;
}
.container{
	max-width:1140px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
	font-family:"gandur-new";
	font-weight:700;
	text-transform:uppercase;
}
.primary-divider{
	width:150px;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin:10px auto 40px auto;
}
.primary-btn{
	color:#FEFFFE!important;
	font-family:"gandur-new";
	font-weight:700;
	margin-top:25px;
	margin-bottom:25px;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:18px;
}
.cap-heading{
	text-transform:uppercase;
	font-family:"shrub";
	font-weight:700;
}
.hero-fill-mask{
	fill:transparent;
}
.logo-style{
	font-size:30px;
	width:25%;
	background-size:250px auto;
	background-repeat:no-repeat;
}
.feature-icon{
	text-align:center;
}
.primary-icon{
	fill:var(--swatch-var-3409);
}
.form-btn{
	min-width:200px;
	font-family:"gandur-new";
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	border-color:var(--swatch-var-6728)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:100px;
	text-shadow:-0.84px 7.96px 14px rgba(0,0,0,0.61);
	text-transform:none;
	line-height:100px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
}
.navbar-brand img{
	height:50px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Khand-Regular";
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.feature-col-mt{
	margin-top:29px;
}
h2{
	font-family:"gandur-new";
	font-weight:700;
	color:var(--swatch-var-6728)!important;
	font-size:64px;
	line-height:64px;
}
h3{
	color:var(--swatch-var-3409)!important;
	font-family:"shrub";
	font-weight:700;
}
h4{
	font-family:"gandur-new";
	font-weight:600;
	color:var(--swatch-var-6728)!important;
	font-size:36px;
}
p{
	font-family:"shrub";
	font-weight:300;
	font-size:21px;
	line-height:25px;
}
.navbar-nav li a{
	font-family:"gandur-new";
	font-weight:700;
	font-size:24px;
	color:var(--swatch-var-3409)!important;
}
a{
	color:var(--swatch-var-6728)!important;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-6728)!important;
	fill:var(--swatch-var-6728)!important;
}
.img-style{
	height:75px;
	margin-bottom:25px;
}
.gradient-1{
	background:linear-gradient(0deg, var(--swatch-var-5977)  0%, var(--swatch-var-3409) 100%);
}
.grad-2{
	background:linear-gradient(0deg, var(--swatch-var-3409)  0%, var(--swatch-var-5977) 100%);
}
.social-icons{
	padding-right:10px;
	padding-bottom:25px;
	padding-left:10px;
}
.h2-bloc-3-style{
	font-family:"gandur-new";
	font-weight:700;
	font-size:82px;
	line-height:82px;
}
.h2-coffee-central-style{
	font-family:"gandur-new";
	font-weight:700;
	font-size:54px;
}
h1{
	font-family:"gandur-new";
	font-weight:700;
	font-size:92px;
}
.h5-1-style{
	font-family:"shrub";
	font-weight:700;
	text-transform:none;
}
.h3-style-2{
	font-family:"gandur-new";
	font-weight:700;
	font-size:200px;
	color:var(--swatch-var-775)!important;
	margin-bottom:40%;
	margin-right:25%;
}
.img-album-cover-w-style{
	width:500px;
	padding-bottom:40px;
}
.text-up{
	text-transform:uppercase;
}
.img-logo-purple-style{
	height:100px;
}
.row-margin-bottom{
	margin-bottom:35px;
	margin-top:35px;
	padding-left:0%;
	padding-right:0%;
}
.bloc-fill{
	fill:rgba(0,0,0,0.50);
}
.img-padding-bottom{
	padding-bottom:50px;
}
.row-padding-left{
	padding-left:20%;
	padding-right:20%;
}
.bloc-bloc-10-33151-fill{
	fill:var(--swatch-var-2900);
}
.txt-shadow{
	text-shadow:6.13px 5.14px 8px #000000;
}
.card-padding-top{
	padding-top:29px;
	padding-bottom:50px;
	margin-top:30px;
	margin-bottom:50px;
}
.menu-icon-bloc-1-stroke{
	stroke:var(--swatch-var-3409)!important;
	fill:var(--swatch-var-3409)!important;
}
.band-bg{
	background-image:url("img/bg16.jpg");
	background-image: -webkit-image-set(url("img/bg16.webp") 1x,
url("img/bg16.webp") 2x);background-image: image-set(url("img/bg16.jpg") 1x,
url("img/bg16.jpg") 2x,url("img/bg16.webp") 1x,
url("img/bg16.webp") 2x);
	background-image: -webkit-image-set(url("img/bg16.webp") 1x,
url("img/bg16.webp") 2x);background-image: image-set(url("img/bg16.jpg") 1x,
url("img/bg16.jpg") 2x,url("img/bg16.webp") 1x,
url("img/bg16.webp") 2x);
}
.img-bloc-11-margin-bottom{
	margin-bottom:20px;
	padding-bottom:38px;
}
.row-style{
	padding-top:0px;
	padding-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:60%;
}
.h-scroll-button{
	background-color:var(--swatch-var-3409);
}
.h-scroll-icon{
	stroke:var(--swatch-var-6728);
}
.img-merc-style{
	width:360px;
	margin-bottom:20px;
}
.img-31-style{
	width:360px;
	height:360px;
	margin-bottom:20px;
}
.img-32-style{
	width:360px;
	height:360px;
	margin-bottom:20px;
}
.img-33-style{
	width:360px;
	height:360px;
	margin-bottom:20px;
}
.img-34-style{
	width:360px;
	height:360px;
	margin-bottom:20px;
}
.img-35-style{
	width:360px;
	height:360px;
	margin-bottom:20px;
}
.img-36-style{
	width:360px;
	margin-bottom:20px;
}
.bloc-bg{
	background-blend-mode:multiply;
	background-color:var(--swatch-var-2087);
}
.bloc-bg2{
	background-color:var(--swatch-var-9);
	background-blend-mode:multiply;
	background-size:auto auto;
}
.p-style{
	width:100%;
	padding-left:10%;
	padding-right:10%;
}
.col-neg-margin{
	margin-top:-200px;
}
.img-padding-right{
	padding-left:10%;
	padding-right:10%;
}
.img-logo-purple-padding-bottom{
	padding-bottom:37px;
}
.h4-style{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
.bloc-bg3{
	background-color:var(--swatch-var-9);
	background-blend-mode:multiply;
}
.bloc-bg4{
	background-color:var(--swatch-var-775);
	background-blend-mode:multiply;
}
.bloc-bg5{
	background-color:var(--swatch-var-2087);
	background-blend-mode:multiply;
}
.form-btn:hover{
	background-color:var(--swatch-var-7296);
}
.img-34-singl-style{
	width:551px;
}
.img-24-style{
	padding:20px 0px 20px 0px;
}
.tracking{
	letter-spacing:-2px;
}
.row-padding-left2{
	padding-left:25%;
	padding-right:25%;
}
.h4-margin-top{
	margin-top:0px;
	margin-bottom:50px;
}
.bloc-menu-margin-bottom{
	margin-bottom:41px;
}
.p-menu-style{
	margin-bottom:40px;
}
.img-28-style{
	width:292px;
}
.row-pad{
	padding-left:10%;
	padding-right:10%;
}
.row-padding-left-3{
	padding-left:15%;
	padding-right:15%;
}
h5{
	font-family:"gandur-new";
	font-weight:600;
}
.img-coffee-central-style{
	margin-bottom:25px;
}
.img-4-style{
	margin-bottom:35px;
	padding-left:auto;
	padding-right:auto;
	width:400px;
}
.img-11-style{
	padding-bottom:42px;
}
.grad-3{
	background:linear-gradient(0deg, #000000 0%, var(--swatch-var-6265) 100%);
}
.grad4{
	background:linear-gradient(180deg, #000000 0%, #FFFFFF 100%);
}
.p-bloc-9-style{
	margin-right:50px;
	margin-left:50px;
}
.txt-track{
	letter-spacing:-2px;
}
.text-span-style{
	font-weight:bold;
}
.text-span-bloc-23-style{
	font-weight:bold;
}
.text-span-0-style{
	font-weight:bold;
}
.text-span-bloc-3-style{
	font-weight:bold;
}
.text-span-coffee-central-style{
	font-weight:bold;
}
.text-span-0-coffee-central-style{
	font-weight:bold;
}
.text-span-bloc-10-style{
	font-weight:bold;
}
.text-span-0-bloc-10-style{
	font-weight:bold;
}
.text-span-bloc-19-style{
	font-weight:bold;
}
.text-span-0-bloc-19-style{
	font-weight:bold;
}
.text-span-20150-style{
	font-weight:bold;
}
.buy-btn{
	font-family:"shrub";
	font-weight:700;
	color:var(--swatch-var-6728)!important;
	font-size:24px;
	letter-spacing:1px;
}
.h3-connect-style{
	text-transform:uppercase;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(35,36,35,1.00);
	
	--swatch-var-2941:rgba(153,204,102,1.00);
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(241,85,232,1.00);
	
	--swatch-var-2900:rgba(0,0,0,1.00);
	
	--swatch-var-5977:rgba(40,10,41,1.00);
	
	--swatch-var-775:rgba(240,130,231,0.61);
	
	--swatch-var-9:rgba(153,204,102,0.45);
	
	--swatch-var-7296:rgba(0,0,0,0.61);
	
	--swatch-var-940:rgba(255,255,255,0.30);
	
	--swatch-var-2087:rgba(6,0,156,0.52);
	
	--swatch-var-6265:rgba(135,135,135,1.00);
	
}


/* Background colour styles */

.bgc-2900{
	background-color:var(--swatch-var-2900);
}
.bgc-775{
	background-color:var(--swatch-var-775);
}
.bgc-7296{
	background-color:var(--swatch-var-7296);
}
.bgc-5977{
	background-color:var(--swatch-var-5977);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}

/* Text colour styles */

.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-775{
	color:var(--swatch-var-775)!important;
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}

/* Button colour styles */

.btn-c-3409{
	background:var(--swatch-var-3409);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3409:hover{
	background:#BE22B5!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#CCCCCC!important;
}
.ltc-3409{
	color:var(--swatch-var-3409)!important;
}
.ltc-3409:hover{
	color:#BE22B5!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-ALBUM-20COVER-20NO-20TEXT{
	background-image:url("img/ALBUM%20COVER%20NO%20TEXT.jpg");
	background-image: -webkit-image-set(url("img/ALBUM%20COVER%20NO%20TEXT.webp") 1x,
url("img/ALBUM%20COVER%20NO%20TEXT.webp") 2x);background-image: image-set(url("img/ALBUM%20COVER%20NO%20TEXT.jpg") 1x,
url("img/ALBUM%20COVER%20NO%20TEXT.jpg") 2x,url("img/ALBUM%20COVER%20NO%20TEXT.webp") 1x,
url("img/ALBUM%20COVER%20NO%20TEXT.webp") 2x);
}
.bg-LUCIFERS-20FALL-20BANNER1{
	background-image:url("img/LUCIFERS%20FALL%20BANNER1.jpg");
	background-image: -webkit-image-set(url("img/LUCIFERS%20FALL%20BANNER1.webp") 1x,
url("img/LUCIFERS%20FALL%20BANNER1.webp") 2x);background-image: image-set(url("img/LUCIFERS%20FALL%20BANNER1.jpg") 1x,
url("img/LUCIFERS%20FALL%20BANNER1.jpg") 2x,url("img/LUCIFERS%20FALL%20BANNER1.webp") 1x,
url("img/LUCIFERS%20FALL%20BANNER1.webp") 2x);
}
.bg-bg9{
	background-image:url("img/bg9.jpg");
	background-image: -webkit-image-set(url("img/bg9.webp") 1x,
url("img/bg9.webp") 2x);background-image: image-set(url("img/bg9.jpg") 1x,
url("img/bg9.jpg") 2x,url("img/bg9.webp") 1x,
url("img/bg9.webp") 2x);
}
.bg-MORNING-20STAR-20SINGLE{
	background-image:url("img/MORNING%20STAR%20SINGLE.jpg");
	background-image: -webkit-image-set(url("img/MORNING%20STAR%20SINGLE.webp") 1x,
url("img/MORNING%20STAR%20SINGLE.webp") 2x);background-image: image-set(url("img/MORNING%20STAR%20SINGLE.jpg") 1x,
url("img/MORNING%20STAR%20SINGLE.jpg") 2x,url("img/MORNING%20STAR%20SINGLE.webp") 1x,
url("img/MORNING%20STAR%20SINGLE.webp") 2x);
}
.bg-Pale-20Horse-20Ritual-5{
	background-image:url("img/Pale%20Horse%20Ritual-5.JPG");
	background-image: -webkit-image-set(url("img/Pale%20Horse%20Ritual-5.webp") 1x,
url("img/Pale%20Horse%20Ritual-5.webp") 2x);background-image: image-set(url("img/Pale%20Horse%20Ritual-5.JPG") 1x,
url("img/Pale%20Horse%20Ritual-5.JPG") 2x,url("img/Pale%20Horse%20Ritual-5.webp") 1x,
url("img/Pale%20Horse%20Ritual-5.webp") 2x);
}
.bg-Pale-Horse-Ritual-12{
	background-image:url("img/Pale-Horse-Ritual-12.jpg");
	background-image: -webkit-image-set(url("img/Pale-Horse-Ritual-12.webp") 1x,
url("img/Pale-Horse-Ritual-12.webp") 2x);background-image: image-set(url("img/Pale-Horse-Ritual-12.jpg") 1x,
url("img/Pale-Horse-Ritual-12.jpg") 2x,url("img/Pale-Horse-Ritual-12.webp") 1x,
url("img/Pale-Horse-Ritual-12.webp") 2x);
}
.bg-Pale-20Horse-20Ritual-11{
	background-image:url("img/Pale%20Horse%20Ritual-11.JPG");
	background-image: -webkit-image-set(url("img/Pale%20Horse%20Ritual-11.webp") 1x,
url("img/Pale%20Horse%20Ritual-11.webp") 2x);background-image: image-set(url("img/Pale%20Horse%20Ritual-11.JPG") 1x,
url("img/Pale%20Horse%20Ritual-11.JPG") 2x,url("img/Pale%20Horse%20Ritual-11.webp") 1x,
url("img/Pale%20Horse%20Ritual-11.webp") 2x);
}
.bg-Pale-20Horse-20Ritual-8{
	background-image:url("img/Pale%20Horse%20Ritual-8.JPG");
	background-image: -webkit-image-set(url("img/Pale%20Horse%20Ritual-8.webp") 1x,
url("img/Pale%20Horse%20Ritual-8.webp") 2x);background-image: image-set(url("img/Pale%20Horse%20Ritual-8.JPG") 1x,
url("img/Pale%20Horse%20Ritual-8.JPG") 2x,url("img/Pale%20Horse%20Ritual-8.webp") 1x,
url("img/Pale%20Horse%20Ritual-8.webp") 2x);
}
.bg-Pale-20Horse-20Ritual-6{
	background-image:url("img/Pale%20Horse%20Ritual-6.JPG");
	background-image: -webkit-image-set(url("img/Pale%20Horse%20Ritual-6.webp") 1x,
url("img/Pale%20Horse%20Ritual-6.webp") 2x);background-image: image-set(url("img/Pale%20Horse%20Ritual-6.JPG") 1x,
url("img/Pale%20Horse%20Ritual-6.JPG") 2x,url("img/Pale%20Horse%20Ritual-6.webp") 1x,
url("img/Pale%20Horse%20Ritual-6.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-fill-mask{
		fill:rgba(0,0,0,0.70);
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		width:38%;
	}
	.navbar-brand img{
	}
	.bloc-padding-left{
		padding-left:62px;
		padding-right:65px;
	}
	.row-padding-left{
		padding-right:10%;
		padding-left:10%;
	}
	.hero-first-col-mb{
		padding-left:125px;
		padding-right:122px;
	}
	.img-11-style{
		width:466px;
	}
	.band-bg{
		background-image:url("img/bg16.jpg");
	background-image: -webkit-image-set(url("img/bg16.webp") 1x,
url("img/bg16.webp") 2x);background-image: image-set(url("img/bg16.jpg") 1x,
url("img/bg16.jpg") 2x,url("img/bg16.webp") 1x,
url("img/bg16.webp") 2x);
	background-image: -webkit-image-set(url("img/bg16.webp") 1x,
url("img/bg16.webp") 2x);background-image: image-set(url("img/bg16.jpg") 1x,
url("img/bg16.jpg") 2x,url("img/bg16.webp") 1x,
url("img/bg16.webp") 2x);
	}
	.row-style{
		width:90%;
	}
	.page-heading{
		font-size:80px;
		line-height:80px;
	}
	.h2-bloc-3-style{
		font-size:82px;
		line-height:72px;
	}
	.p-style{
		padding-left:15%;
		padding-right:15%;
		padding-top:10%;
	}
	.img-padding-right{
		padding-left:60px;
		padding-right:60px;
	}
	.img-padding-bottom{
		padding-left:0px;
		padding-right:0px;
	}
	.bloc-bg3{
	}
	.bloc-bg4{
	}
	.bloc-bg5{
	}
	.grad-2{
	}
	.bloc-padding-bottom{
	}
	.row-margin-bottom{
		padding-left:10%;
		padding-right:10%;
	}
	.row-padding-left2{
		padding-left:15%;
		padding-right:15%;
	}
	.p-menu-style{
		width:100%;
		margin-bottom:60px;
	}
	.row-padding-left-3{
		padding-left:10%;
		padding-right:10%;
	}
	.p-bloc-9-style{
		width:79.96%;
		margin-left:47px;
	}
	.img-4-style{
		width:300px;
	}
	
}

@media (max-width: 767px){
	.primary-divider{
		margin-bottom:30px;
	}
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
		background-size:250px auto;
		width:55%;
	}
	.page-heading{
		font-size:70px;
		line-height:70px;
	}
	.hero-heading{
		font-size:30px;
	}
	.navbar-brand img{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-3409)!important;
		fill:var(--swatch-var-3409)!important;
	}
	.band-bg{
		background-image:url("img/bg16sq.jpg");
	background-image: -webkit-image-set(url("img/bg16sq.webp") 1x,
url("img/bg16sq.webp") 2x);background-image: image-set(url("img/bg16sq.jpg") 1x,
url("img/bg16sq.jpg") 2x,url("img/bg16sq.webp") 1x,
url("img/bg16sq.webp") 2x);
	background-image: -webkit-image-set(url("img/bg16sq.webp") 1x,
url("img/bg16sq.webp") 2x);background-image: image-set(url("img/bg16sq.jpg") 1x,
url("img/bg16sq.jpg") 2x,url("img/bg16sq.webp") 1x,
url("img/bg16sq.webp") 2x);
	}
	.bloc-padding-left{
		padding-right:0px;
		padding-left:0px;
	}
	.row-padding-left{
		padding-left:15%;
		padding-right:15%;
	}
	.row-style{
		width:80%;
		padding:0px auto 0px auto;
	}
	.h2-bloc-3-style{
		line-height:52px;
		font-size:62px;
	}
	.bloc-margin-bottom{
		margin-bottom:99px;
		padding-bottom:101px;
	}
	.h3-feature-title-style{
		width:100%;
	}
	.row-pad{
		padding-left:100px;
		padding-right:100px;
	}
	.p-style{
		padding-right:0%;
		padding-left:0%;
	}
	.img-padding-right{
		padding-right:0px;
		padding-left:0px;
	}
	.hero-first-col-mb{
		padding-right:50px;
		padding-left:50px;
	}
	.bloc-bloc-3-padding-left{
		padding-left:50px;
		padding-right:50px;
	}
	.img-logo-purple-style{
		padding-bottom:0px;
	}
	.img-margin-bottom{
		padding-top:24px;
	}
	.row-bloc-1-style{
		width:100%;
		margin-left:10%;
		margin-right:10%;
	}
	.feature-col-mt{
	}
	.row-bloc-3-style{
		width:100%;
		padding-left:10%;
		padding-right:10%;
	}
	.row-margin-bottom{
		padding-left:5%;
		padding-right:5%;
	}
	.row-padding-left2{
		padding-left:15%;
		padding-right:15%;
	}
	h2{
		font-size:50px;
		line-height:50px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
		text-align:center;
		font-size:60px;
		line-height:60px;
	}
	.logo-style{
		background-size:175px auto;
		width:70%;
	}
	.hero-sub-heading{
		font-size:18px;
	}
	.hero-fill-mask{
		fill:rgba(0,0,0,0.80);
	}
	.navbar-brand img{
		height:40px;
	}
	.h3-style{
		font-size:px;
	}
	h3{
		font-size:18px;
		line-height:20px;
	}
	h2{
		font-size:36px;
		line-height:36px;
	}
	h1{
	}
	.h2-bloc-3-style{
		line-height:42px;
		font-size:52px;
	}
	.img-margin-bottom{
		margin-bottom:30px;
	}
	.row-padding-left{
		padding-right:15%;
		padding-left:15%;
	}
	.bloc-padding-bottom{
		padding-bottom:51px;
	}
	.bloc-bloc-10-padding-bottom{
		padding-bottom:49px;
	}
	.card-padding-top{
		margin-bottom:75px;
		padding-top:0px;
	}
	.bloc-shop-padding-top{
		margin-top:20px;
		margin-bottom:60px;
	}
	.band-bg{
		background-image:url("img/bg16sq.jpg");
	background-image: -webkit-image-set(url("img/bg16sq.webp") 1x,
url("img/bg16sq.webp") 2x);background-image: image-set(url("img/bg16sq.jpg") 1x,
url("img/bg16sq.jpg") 2x,url("img/bg16sq.webp") 1x,
url("img/bg16sq.webp") 2x);
	background-image: -webkit-image-set(url("img/bg16sq.webp") 1x,
url("img/bg16sq.webp") 2x);background-image: image-set(url("img/bg16sq.jpg") 1x,
url("img/bg16sq.jpg") 2x,url("img/bg16sq.webp") 1x,
url("img/bg16sq.webp") 2x);
	}
	.row-style{
		padding:0px 0px 0px 0px;
		width:90%;
	}
	.hero-first-col-mb{
		padding-left:0px;
		padding-right:0px;
	}
	.blocsapp-special-menu blocsnav li a{
		letter-spacing:2px;
		color:var(--swatch-var-3409)!important;
	}
	.img-logo-purple-style{
		height:50px;
	}
	.row-pad{
		padding-left:20px;
		padding-right:20px;
	}
	p{
		font-size:18px;
		line-height:22px;
	}
	.p-style{
		padding-left:0%;
		padding-right:0%;
	}
	.bloc-padding-right{
		padding-right:40px;
		padding-left:40px;
	}
	.bloc-0-padding-right{
		padding-right:40px;
		padding-left:40px;
	}
	.img-padding-bottom{
		padding-left:0px;
		padding-right:0px;
	}
	h4{
		font-size:24px;
		line-height:26px;
	}
	.bloc-bloc-11-margin-bottom{
		margin-bottom:50px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:50px;
	}
	.bloc-0-bloc-11-margin-bottom{
		margin-bottom:50px;
	}
	.bloc-21262-margin-bottom{
		margin-bottom:50px;
	}
	.credits-txt{
	}
	.row-margin-bottom{
		padding-left:0%;
		padding-right:0%;
	}
	.img-coffee-central-style{
		width:243px;
	}
	.bloc-bloc-3-padding-left{
		padding-left:0px;
		padding-right:0px;
	}
	.row-padding-left-3{
		padding-right:5%;
		padding-left:5%;
	}
	.p-bloc-9-style{
		margin-left:20px;
		margin-right:20px;
	}
	.img-4-style{
		width:200px;
	}
	
}

