/*-----------------------------------------------------------------------------------
	Iveridge Hall
	About: Welcome to Iveridge Hall, Health Club & Spa Garden
	Author: Kevin Johns
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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-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;
}


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


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* 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-center{
	-webkit-background-size: auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-fabric::before{
	background: url("img/texture-fabric.png");
}
.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);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.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-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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


/* = Text Widths
-------------------------------------------------------------- */
.text-w-80{
	max-width:80%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


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



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}


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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.main-nav{
	margin-left:15px;
	font-size:18px;
	font-weight:normal;
	text-align:left;
}
.main-nav:hover{
	font-size:18px;
	color:#FFFFFF!important;
	font-weight:normal;
}
.link-margin-left{
	margin-left:0px;
}
.logo-nav-margin{
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.navbar-brand img{
	height:30px;
}
.nav-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.icon-margin-right{
	margin-right:-2px;
}
.link-style{
	text-decoration:none;
}
h1{
	font-family:"Khand";
	font-weight:600;
	font-size:120px;
}
.h1-style{
	font-size:90px;
	line-height:80px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.p-style{
	font-size:18px;
	margin-bottom:0px;
	line-height:26px;
	font-weight:bold;
	text-transform:none;
}
.h4-style{
	font-family:Khand;
	font-weight:600;
	text-transform:none;
	font-size:36px;
	margin-bottom:0px;
	margin-top:0px;
	line-height:42px;
	padding-bottom:0px;
}
.services-header-height{
	height:750px;
}
.padding-2{
	padding-top:100px;
	padding-bottom:100px;
}
.bloc-divider-b-fill{
	fill:#FDFFFF;
	height:50px;
}
.img-margin-bottom{
	margin-bottom:80px;
}
.paragraph{
	font-size:20px;
	line-height:30px;
}
.bloc-padding-right{
	padding-right:35px;
}
.box-padding{
	margin-right:10px;
	margin-left:10px;
	padding:30px 30px 30px 30px;
}
.faqs-padding{
	margin-bottom:20px;
}
.p-45-style{
	font-size:18px;
	line-height:26px;
}
.button-margin-top{
	margin-top:30px;
	border-style:solid;
	font-family:"Montserrat";
	border-width:2px 2px 2px 2px;
}
.p-margin-bottom{
	margin-bottom:50px;
}
.h1-sub-header{
	font-size:60px;
	line-height:54px;
	text-transform:none;
}
.dark-button{
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.dark-button:hover{
	border-style:solid;
	background-color:#1D1D1C;
	border-width:2px 2px 2px 2px;
}
.button-margin-top:hover{
	border-style:solid;
	border-width:2px 2px 2px 2px;
}
.h3-padding-top{
	padding-top:24px;
}
.html-widget-padding-top{
	padding-top:30px;
}
.h3-margin-bottom{
	margin-bottom:0px;
	margin-top:0px;
}
.h3-padding-bottom{
	padding-bottom:40px;
}
.container-div-padding-top{
	padding-top:20px;
}
.p-padding-bottom{
	padding-bottom:10px;
}
.green-text{
	color:#90BD28!important;
}
.h4-style-smaller{
	font-family:"Khand";
	font-weight:600;
	font-size:26px;
	line-height:30px;
	text-transform:uppercase;
}
.h4-19-margin-bottom{
	margin-bottom:0px;
}
.h4-padding-top{
	padding-top:30px;
}
.bold-text{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.h4-1-margin-bottom{
	margin-bottom:-1px;
	margin-top:4px;
}
.text-underline{
	text-decoration:underline!important;
}
.flex{
	width:80%;
}
.padding{
	margin-right:20px;
	padding-bottom:150px;
}
.container-div-margin-top{
	margin-top:58px;
}
.text-area-margin-bottom{
	margin-bottom:20px;
}
.img-style{
	width:244px;
	margin-top:0px;
	margin-bottom:60px;
	height:50px;
	border-radius:0px 0px 0px 0px;
}
.p-yoga-colour{
	color:#518F97!important;
}
.btn-book-a-class-margin-top{
	margin-top:40px;
}
.image-padding-1{
	padding:300px 300px 300px 300px;
}
.video-padding{
	height:1200px;
}
.bloc-padding-top{
	padding:80px 80px 80px 80px;
}
.img-bloc-21-style{
	width:400px;
	margin-bottom:50px;
	border-radius:201px 201px 201px 201px;
}
.no-padding{
	margin-top:-15px;
}
.img-35-style{
	width:500px;
	padding-bottom:10px;
}
.mixed-case-text{
	text-transform:none;
}
.btn-bloc-105-margin-top{
	margin-top:30px;
}
.img-58-style{
	width:600px;
	margin-bottom:30px;
}
.img-bloc-102-style{
	width:800px;
}
.bloc-divider-b-style{
	height:50px;
	fill:#F0F0F0;
}
.white-text{
	color:#FFFFFF!important;
}
.small-sub-header{
	line-height:40px;
	font-size:40px;
	text-transform:uppercase;
}
.bloc-divider-t-fill{
	fill:#91BF2A;
}
.img-48832-style{
	width:200px;
}
.bloc-divider-t-bloc-119-fill{
	fill:#91BF2A;
}
.pink-text{
	color:#EB507A!important;
}
.img-qr-co-style{
	width:250px;
}
.container-div-0-margin-top{
	margin-top:30px;
}
.text-span-color{
	color:#ffffff;
}
.bloc-divider-t-0-fill{
	fill:#1D1D1D;
}
.link-bloc-50-style{
	text-decoration:underline;
}
.full-classes-text{
	color:#D32858!important;
}
.tribe-image-crop{
	height:200px;
}
.img-margin-top{
	margin-top:45px;
	margin-bottom:-34px;
}
.carousel-image-size{
	width:100%;
}
.bloc-divider-t-bloc-134-fill{
	fill:#91BD28;
}
.carousel-margin-top{
	margin-top:33px;
}
.bloc-divider-t-bloc-111-fill{
	fill:#53AA0E;
}
.bloc-padding-bottom{
	padding-bottom:0px;
	margin-bottom:-84px;
}
.carousel-margin-bottom{
	margin-bottom:57px;
}
.row-margin-top{
	margin-top:24px;
}
.bloc-margin-bottom{
	margin-bottom:-114px;
	padding-bottom:58px;
}
.img-boo-092-style{
	height:555px;
}
.carousel-7-margin-top{
	margin-top:54px;
}
.text-span-style{
	font-weight:bold;
	color:#91BD28!important;
}
.container-div-bloc-11-margin-top{
	margin-top:-13px;
}
.p-24-style{
	width:89.63%;
}
.img-bloc-67-margin-bottom{
	margin-bottom:10px;
	padding-bottom:0px;
}
.bloc-divider-t-bloc-57-fill{
	fill:#F5F7F5;
}
.img-36-style{
	width:1000px;
}
.row-padding-right{
	padding-right:0px;
	margin-right:-367px;
	padding-left:0px;
	margin-left:-331px;
}
.homepage-padding{
	padding:200px 200px 200px 200px;
}
.homepage-panel{
	max-width:500px;
	max-height:500px;
	width:95%;
}
.h1-spa{
	font-family:"Lato";
	font-weight:300;
	text-transform:uppercase;
	font-size:90px;
	line-height:90px;
	letter-spacing:2px;
}
.h2-spa{
	font-family:"Lato";
	font-weight:400;
	font-size:24px;
	line-height:34px;
}
.h4-spa{
	font-family:"Lato";
	text-transform:uppercase;
	font-weight:900;
	font-size:22px;
	letter-spacing:2px;
	line-height:28px;
}
.p-style-spa{
	font-size:18px;
	font-weight:normal;
	padding-bottom:4px;
}
.img-padding-bottom{
	padding-bottom:13px;
}
.hotel-room-price{
	background-color:#521B92;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
	max-width:180px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-42px;
}
.hotel-rooms-card{
	padding-top:10px;
	margin-bottom:28px;
	margin-top:28px;
}
.hotel-rooms-card:hover{
	padding-top:0px;
	margin-bottom:38px;
}
.hotel-rooms-card-shadow{
	box-shadow:4px 8px 30px rgba(0,0,0,0.10);
}
.hotel-rooms-card-shadow:hover{
	box-shadow:3px 7px 30px rgba(0,0,0,0.20);
}
.hotel-button{
	color:#FFFFFF!important;
	background-color:#521B92;
	background:linear-gradient(90deg, #521B92 0%, #6220B0 100%);
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
}
.hotel-button:hover{
	background:linear-gradient(270deg, #521B92  0%, #812AE3 98%);
}
.photograph-bottom-padding{
	padding-bottom:80px;
}
.photograph-color-button{
	text-transform:uppercase;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	line-height:28px;
	background-color:#941100;
	padding-right:28px;
	padding-left:28px;
	border-width:0px 0px 0px 0px;
}
.photograph-color-button:hover{
	background-color:#000000;
}
.photograph-meta-text{
	color:#941100!important;
	font-style:italic;
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	line-height:22px;
}
.photograph-list-title{
	font-family:"Lato";
	font-weight:700;
	color:#000000!important;
}
.photograph-list-title:hover{
	color:#941100!important;
}
.bloc-margin-top{
	margin-top:47px;
	margin-bottom:20px;
}
.row-199-margin-top{
	margin-top:-112px;
	margin-bottom:31px;
	padding-bottom:51px;
}
.main-image-padding{
	padding-bottom:100px;
}
.h2-31-style{
	font-family:"Montserrat";
	font-weight:400;
	font-size:22px;
	line-height:34px;
	margin-bottom:2px;
	width:95.66%;
	padding-bottom:41px;
	letter-spacing:0px;
}
.h1-padding-top{
	padding-top:33px;
	margin-bottom:61px;
}
.h4-163-style{
	font-family:"Montserrat";
	font-weight:400;
	text-transform:none;
	font-size:30px;
	line-height:36px;
	text-align:center;
	letter-spacing:1px;
}
.h4-bloc-183-style{
	font-family:"Montserrat";
	font-weight:normal;
	font-size:22px;
	line-height:32px;
}
.bloc-divider-t-style{
	height:50px;
	width:500px;
}
.bloc-divider-b-bloc-183-style{
	height:50px;
	fill:#FFFFFF;
}
.row-bloc-183-margin-bottom{
	margin-bottom:50px;
}
.bloc-divider-b-0-style{
	height:50px;
	fill:#FEFFFF;
}
.bloc-divider-b-44509-style{
	height:50px;
	fill:#F0F0F0;
}
.row-202-margin-bottom{
	margin-bottom:57px;
}
.bloc-divider-b-36220-style{
	height:50px;
	fill:#FFFFFF;
}
.bloc-divider-b-32952-style{
	height:50px;
	fill:#F0F0F0;
}
.p-108-style{
	font-size:18px;
	text-align:center;
	font-family:"Montserrat";
	width:100%;
	line-height:28px;
	padding-bottom:58px;
	margin-bottom:-27px;
}
.img-91-style{
	border-radius:40px 40px 40px 40px;
}
.h2-40-margin-top{
	margin-top:-30px;
	padding-top:0px;
	margin-bottom:8px;
}
.bloc-divider-t-18152-fill{
	fill:#FDFFFF;
}
.no-margin-bottom{
	padding-bottom:0px;
	margin-bottom:0px;
}
.header-padding-2{
	padding-bottom:30px;
}
.h2-margin-top{
	font-size:29px;
}
.padding-top{
	padding-top:150px;
}
.link-bloc-208-style{
	font-weight:bold;
}
.padding-fifty{
	padding-top:100px;
	padding-bottom:100px;
}
.button-green-hover{
	background-color:#92BE29;
	border-style:solid;
	font-family:"Montserrat";
	text-transform:none;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	letter-spacing:3px;
	color:#A1C736!important;
	border-width:1px 1px 1px 1px;
}
.button-green-hover:hover{
	background-color:transparent;
}
.dropdown-nav{
	color:#1D1D1D!important;
	text-align:left;
}
.dropdown-menu{
	padding-right:10px;
	padding-left:10px;
}
.iveridge-dropdown-menu{
	font-size:18px;
	background-color:#1D1D1D;
	color:#FDFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.dropdown-menu-list{
	width:200px;
	text-align:left;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	color:rgba(253,254,254,0.90)!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.bloc-divider-t-bloc-207-fill{
	fill:#FEFEFF;
}
.btn-button-margin-top{
	margin-top:19px;
	border-style:solid;
	border-color:rgba(146,191,42,1.00)!important;
	color:#FEFEFF!important;
	text-transform:none;
	font-size:20px;
	letter-spacing:3px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.padding-logo-nav{
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
}
.padding-3{
	padding-bottom:50px;
}
.scale{
	width:35%;
}
.btn-button-margin-top:hover{
	background-color:#628C1B;
	border-style:solid;
	border-color:#FEFEFF!important;
	color:#FEFEFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.bloc-bloc-209-margin-top{
	margin-top:84px;
}
.button-richard-note{
	border-style:solid;
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.button-richard-note:hover{
	border-style:solid;
	border-color:rgba(255,255,255,0.80)!important;
	opacity:50;
	color:rgba(255,255,255,0.80)!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.h1-bloc-11-style{
	font-size:34px;
}
.keyline-button{
	border-color:#A1C736!important;
	border-width:1px 1px 1px 1px;
}
.keyline-button:hover{
	border-color:#FFFFFF!important;
	border-width:1px 1px 1px 1px;
}
.experiences-header{
	font-size:30px;
	font-weight:bold;
	letter-spacing:5px;
	font-family:"Montserrat";
	text-transform:uppercase;
}
.h2-bloc-204-style{
	font-family:"Montserrat";
	font-size:26px;
	font-weight:bold;
}
.img-bloc-198-style{
	border-radius:30px 30px 30px 30px;
}
.img-bloc-199-style{
	border-radius:30px 30px 30px 30px;
}
.img-bloc-200-style{
	border-radius:30px 30px 30px 30px;
}
.img-bloc-201-style{
	border-radius:30px 30px 30px 30px;
}
.img-bloc-202-style{
	border-radius:30px 30px 30px 30px;
}
.img-bloc-230-style{
	border-radius:39px 39px 39px 39px;
}
.tcs{
	font-size:18px;
}
.padding20{
	padding-top:30px;
}
.img-106-style{
	width:600px;
	border-radius:29px 29px 29px 29px;
}
.limited-availability{
	font-size:12px;
}
.img-bloc-54-style{
	height:500px;
	width:600px;
}
.link-padding-top{
	padding-top:0px;
	padding-bottom:0px;
}
.h4-bloc-86-style{
	font-size:26px;
}
.h2-78-style{
	font-size:26px;
}
.h2-80-style{
	font-size:26px;
}
.h2-bloc-206-style{
	font-size:26px;
}
.h2-84-style{
	font-size:26px;
}
.button-text-mobile{
	font-family:"Montserrat";
	font-size:20px;
	line-height:22px;
	letter-spacing:2px;
	font-weight:500;
}
.black-button{
	background-color:#000000;
}
.red-button{
	background-color:#FF2600;
}
.white-button{
	background-color:#FEFFFF;
	color:#1D1D1D!important;
}
.turquoise-button{
	background-color:#4F8C92;
}
.functional-button{
	background-color:#1EB0A6;
}
.pink-button{
	background-color:#F7A7BC;
	color:#1D1D1D!important;
}
.spagarden-button{
	background-color:#D9B667;
	color:#040402!important;
}
.dark-green-button{
	background-color:#4A7F30;
}
.btn-margin-bottom{
	padding-bottom:24px;
	padding-top:24px;
}
.btn-bloc-57-margin-top{
	margin-top:40px;
}
.bloc-divider-t-bloc-205-fill{
	fill:#FFFFFF;
}
.img-bloc-208-style{
	margin-top:40px;
	margin-bottom:40px;
	border-radius:29px 29px 29px 29px;
}
.row-bloc-204-margin-top{
	margin-top:28px;
}
.row-margin-bottom{
	margin-bottom:40px;
}
.img-100-style{
	margin-top:50px;
	border-radius:30px 30px 30px 30px;
}
.red-fill-box{
	background-color:#FF2736;
}
.white-button-fill{
	background-color:#FFFFFF;
	color:#4A7F30!important;
}
.link-sunday-events-style{
	font-weight:bold;
}
.mobile-small{
	font-size:18px;
}
.link-bloc-196-style{
	font-weight:bold;
}
.link-01132-887-217-style{
	font-weight:bold;
}
.h2-bloc-237-margin-bottom{
	margin-bottom:-40px;
}
.h2-86-margin-bottom{
	margin-bottom:-40px;
}
.h2-bloc-196-margin-bottom{
	margin-bottom:-37px;
}
.bloc-divider-b-bloc-224-fill{
	fill:#3B383B;
}
.h2-smaller-groups-style{
	font-family:"Montserrat";
}
.bloc-divider-t-bloc-206-fill{
	fill:#1D1D1D;
}
.margin-bottom-2{
	margin-bottom:-100px;
}
.h4-125-style{
	font-size:26px;
	line-height:32px;
}
.h4-bloc-14-style{
	font-family:"Khand";
	font-weight:600;
}
.red-button:hover{
	background-color:#A50000;
}
.red-text{
	color:#FF2600!important;
}
.btn-view-offer-margin-bottom{
	margin-bottom:96px;
}
.text-span-bloc-196-style{
	font-weight:bold;
}
.row-bloc-211-margin-top{
	margin-top:60px;
}
.h2-78-margin-bottom{
	margin-bottom:20px;
}
.h2-81-margin-bottom{
	margin-bottom:30px;
}
.h2-most-popular-margin-bottom{
	margin-bottom:-53px;
}
.sub-title-kerning{
	letter-spacing:2px;
}
.h2-margin-bottom{
	margin-bottom:-54px;
}
.link-book-now-style{
	font-weight:bold;
	text-decoration:none;
}
.h2-71-style{
	font-size:30px;
}
.p-margin-top{
	margin-top:10px;
}
.bloc-divider-b-bloc-45-fill{
	fill:#F6F7F5;
}
.divider-margin-bottom{
	margin-bottom:50px;
	margin-top:50px;
}
.h2-bloc-196-padding-bottom{
	padding-bottom:5px;
	padding-top:13px;
	margin-bottom:10px;
}
.link-0-bloc-196-style{
	font-weight:normal;
	text-decoration:underline;
}
.p-bloc-240-style{
	font-size:14px;
}
.h1-prices-plans-margin-bottom{
	margin-bottom:-6px;
}
.btn-book-now-margin-bottom{
	margin-bottom:52px;
}
.h2--usually-70pp--margin-bottom{
	margin-bottom:-31px;
}
.no-caps{
	text-transform:none;
}
.link-buy-now-style{
	text-decoration:none;
	font-weight:bold;
}
.bloc-0-margin-top{
	margin-top:56px;
	margin-bottom:69px;
}
.btn-style{
	font-weight:bold;
}
.btn-book-now-style{
	font-weight:bold;
}
.h2-facilities-margin-top{
	text-transform:none;
}
.h2-welcome-margin-bottom{
	margin-bottom:4px;
}
.h2-28-margin-bottom{
	margin-bottom:-33px;
}
.img-bloc-11-style{
	width:600px;
}
.link-spa-garden-style{
	font-weight:bold;
}
.link-hall-services-style{
	font-weight:bold;
}
.link-health-club-style{
	font-weight:bold;
}
.pt-header{
	font-size:22px;
	text-decoration:none;
	color:#92BD28!important;
}
.button-padding-option-1{
	margin-bottom:30px;
	margin-top:-5px;
}
.button-padding-option-2{
	margin-bottom:15px;
}
.image-fill-height{
	background-image:url("img/Iveridge_12_week_plan_April_2022_2.jpeg");
	background-image: -webkit-image-set(url("img/Iveridge_12_week_plan_April_2022_2.webp") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.webp") 2x);background-image: image-set(url("img/Iveridge_12_week_plan_April_2022_2.jpeg") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.jpeg") 2x,url("img/Iveridge_12_week_plan_April_2022_2.webp") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.webp") 2x);
	background-image: -webkit-image-set(url("img/Iveridge_12_week_plan_April_2022_2.webp") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.webp") 2x);background-image: image-set(url("img/Iveridge_12_week_plan_April_2022_2.jpeg") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.jpeg") 2x,url("img/Iveridge_12_week_plan_April_2022_2.webp") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.webp") 2x);
}
.img-margin-right{
	margin-right:-2px;
	width:1920px;
}
.image-padding{
	padding-top:400px;
	padding-bottom:350px;
}
.bloc-bloc-61-margin-top{
	margin-top:0px;
}
.btn-let’s-do-this--margin-bottom{
	margin-top:-47px;
}
.bloc-fill{
	fill:var(--swatch-var-492);
}
.h3-october-offer--style{
	font-family:"Khand";
	font-weight:600;
	font-size:50px;
}
.h1-bloc-51-style{
	width:73.62%;
}
.h2-bloc-3-style{
	width:100%;
}
.p-bloc-54-style{
	width:54.29%;
}
.row-215-margin-top{
	padding-top:70px;
	padding-bottom:50px;
}
.p-bloc-201-style{
	width:85.95%;
}
.h3-bloc-196-style{
	width:56.22%;
}
.p-bloc-200-style{
	width:79.1%;
}
.p-bloc-161-style{
	width:78.56%;
}
.p-bloc-198-style{
	width:60.9%;
}
.link-bloc-55-style{
	text-decoration:underline;
}
.blue-button{
	background-color:var(--swatch-var-1697);
}
.link-bloc-217-style{
	font-weight:bold;
}
.h2-padding-bottom{
	padding-bottom:28px;
	width:100%;
}
.h2-bloc-217-style{
	width:68%;
	padding-bottom:34px;
}
.h2-bolt-ons-padding-bottom{
	padding-bottom:0px;
}
.img-imag-style{
	width:957px;
}
.black-text{
	color:var(--swatch-var-492)!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-492:rgba(30,30,30,1.00);
	
	--swatch-var-972:#FEFFFF;
	
	--swatch-var-277:#92BF2A;
	
	--swatch-var-5435:#F0F0F0;
	
	--swatch-var-470:#20B3AA;
	
	--swatch-var-1697:#007BC1;
	
	--swatch-var-1055:#7B0039;
	
	--swatch-var-2205:#F8A7BD;
	
	--swatch-var-3160:#FC8149;
	
	--swatch-var-6931:#B49A69;
	
	--swatch-var-1183:#3C3A3C;
	
	--swatch-var-5694:#0CADEC;
	
	--swatch-var-7845:#B3D888;
	
	--swatch-var-7284:#FF002A;
	
	--swatch-var-1708:#518E95;
	
	--swatch-var-4197:#E79A59;
	
	--swatch-var-7516:#F6F7F6;
	
	--swatch-var-5901:#000000;
	
	--swatch-var-860:#594969;
	
	--swatch-var-769:#EB517B;
	
	--swatch-var-5951:#54AB0E;
	
	--swatch-var-4177:#FFFF00;
	
	--swatch-var-1992:#91BE29;
	
	--swatch-var-6859:#F8A7BD;
	
	--swatch-var-1869:rgba(0,0,0,0.70);
	
	--swatch-var-6164:#D6AD60;
	
	--swatch-var-3693:#4A7F30;
	
	--swatch-var-5347:#D9B667;
	
	--swatch-var-6225:#F8F8F8;
	
	--swatch-var-386:#171717;
	
	--swatch-var-4792:#444444;
	
	--swatch-var-7820:#521B92;
	
	--swatch-var-7926:#282828;
	
	--swatch-var-4865:#B3B3B3;
	
	--swatch-var-7105:#F0F0F0;
	
	--swatch-var-6203:rgba(185,0,0,0.60);
	
	--swatch-var-6236:rgba(146,191,42,0.67);
	
	--swatch-var-7062:rgba(211,0,0,1.00);
	
}


/* Background colour styles */

.bgc-492{
	background-color:var(--swatch-var-492);
}
.bgc-1697{
	background-color:var(--swatch-var-1697);
}
.bgc-2205{
	background-color:var(--swatch-var-2205);
}
.bgc-3160{
	background-color:var(--swatch-var-3160);
}
.bgc-860{
	background-color:var(--swatch-var-860);
}
.bgc-5435{
	background-color:var(--swatch-var-5435);
}
.bgc-972{
	background-color:var(--swatch-var-972);
}
.bgc-7105{
	background-color:var(--swatch-var-7105);
}
.bgc-470{
	background-color:var(--swatch-var-470);
}
.bgc-1183{
	background-color:var(--swatch-var-1183);
}
.bgc-7845{
	background-color:var(--swatch-var-7845);
}
.bgc-7516{
	background-color:var(--swatch-var-7516);
}
.bgc-277{
	background-color:var(--swatch-var-277);
}
.bgc-4865{
	background-color:var(--swatch-var-4865);
}
.bgc-7284{
	background-color:var(--swatch-var-7284);
}
.bgc-1708{
	background-color:var(--swatch-var-1708);
}
.bgc-5901{
	background-color:var(--swatch-var-5901);
}
.bgc-5951{
	background-color:var(--swatch-var-5951);
}
.bgc-7062{
	background-color:var(--swatch-var-7062);
}
.bgc-5347{
	background-color:var(--swatch-var-5347);
}
.bgc-3693{
	background-color:var(--swatch-var-3693);
}
.bgc-6931{
	background-color:var(--swatch-var-6931);
}
.bgc-1869{
	background-color:var(--swatch-var-1869);
}

/* Text colour styles */

.tc-972{
	color:var(--swatch-var-972)!important;
}
.tc-4197{
	color:var(--swatch-var-4197)!important;
}
.tc-492{
	color:var(--swatch-var-492)!important;
}
.tc-2205{
	color:var(--swatch-var-2205)!important;
}
.tc-5694{
	color:var(--swatch-var-5694)!important;
}
.tc-1697{
	color:var(--swatch-var-1697)!important;
}
.tc-5435{
	color:var(--swatch-var-5435)!important;
}
.tc-470{
	color:var(--swatch-var-470)!important;
}
.tc-1183{
	color:var(--swatch-var-1183)!important;
}
.tc-7845{
	color:var(--swatch-var-7845)!important;
}
.tc-3160{
	color:var(--swatch-var-3160)!important;
}
.tc-277{
	color:var(--swatch-var-277)!important;
}
.tc-5901{
	color:var(--swatch-var-5901)!important;
}
.tc-7284{
	color:var(--swatch-var-7284)!important;
}
.tc-3693{
	color:var(--swatch-var-3693)!important;
}

/* Button colour styles */

.btn-c-5347{
	background:var(--swatch-var-5347);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5347:hover{
	background:#A68334!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3693{
	background:var(--swatch-var-3693);
	color:#FFFFFF!important;
}
.btn-c-3693:hover{
	background:#174C00!important;
	color:#FFFFFF!important;
}
.btn-c-972{
	background:var(--swatch-var-972);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-972:hover{
	background:#CBCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-492{
	background:var(--swatch-var-492);
	color:#FFFFFF!important;
}
.btn-c-492:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-5435{
	color:var(--swatch-var-5435)!important;
}
.ltc-5435:hover{
	color:#BDBDBD!important;
}
.ltc-1697{
	color:var(--swatch-var-1697)!important;
}
.ltc-1697:hover{
	color:#00488E!important;
}
.ltc-2205{
	color:var(--swatch-var-2205)!important;
}
.ltc-2205:hover{
	color:#C5748A!important;
}
.ltc-972{
	color:var(--swatch-var-972)!important;
}
.ltc-972:hover{
	color:#CBCCCC!important;
}
.ltc-277{
	color:var(--swatch-var-277)!important;
}
.ltc-277:hover{
	color:#5F8C00!important;
}
.ltc-492{
	color:var(--swatch-var-492)!important;
}
.ltc-492:hover{
	color:#000000!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-iveridge-hall-images29{
	background-image:url("img/iveridge_hall_images29.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images29.webp") 1x,
url("img/iveridge_hall_images29.webp") 2x);background-image: image-set(url("img/iveridge_hall_images29.jpg") 1x,
url("img/iveridge_hall_images29.jpg") 2x,url("img/iveridge_hall_images29.webp") 1x,
url("img/iveridge_hall_images29.webp") 2x);
}
.bg-rothwell-chiropractic-clinic3-300x200{
	background-image:url("img/rothwell-chiropractic-clinic3-300x200.jpg");
	background-image: -webkit-image-set(url("img/rothwell-chiropractic-clinic3-300x200.webp") 1x,
url("img/rothwell-chiropractic-clinic3-300x200.webp") 2x);background-image: image-set(url("img/rothwell-chiropractic-clinic3-300x200.jpg") 1x,
url("img/rothwell-chiropractic-clinic3-300x200.jpg") 2x,url("img/rothwell-chiropractic-clinic3-300x200.webp") 1x,
url("img/rothwell-chiropractic-clinic3-300x200.webp") 2x);
}
.bg-iveridge-hall-images9-b{
	background-image:url("img/iveridge_hall_images9_b.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images9_b.webp") 1x,
url("img/iveridge_hall_images9_b.webp") 2x);background-image: image-set(url("img/iveridge_hall_images9_b.jpg") 1x,
url("img/iveridge_hall_images9_b.jpg") 2x,url("img/iveridge_hall_images9_b.webp") 1x,
url("img/iveridge_hall_images9_b.webp") 2x);
}
.bg-geert-pieters-3RnkZpDqsEI-unsplash{
	background-image:url("img/geert-pieters-3RnkZpDqsEI-unsplash.jpg");
	background-image: -webkit-image-set(url("img/geert-pieters-3RnkZpDqsEI-unsplash.webp") 1x,
url("img/geert-pieters-3RnkZpDqsEI-unsplash.webp") 2x);background-image: image-set(url("img/geert-pieters-3RnkZpDqsEI-unsplash.jpg") 1x,
url("img/geert-pieters-3RnkZpDqsEI-unsplash.jpg") 2x,url("img/geert-pieters-3RnkZpDqsEI-unsplash.webp") 1x,
url("img/geert-pieters-3RnkZpDqsEI-unsplash.webp") 2x);
}
.bg-iveridge-hall-images3-b{
	background-image:url("img/iveridge_hall_images3_b.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images3_b.webp") 1x,
url("img/iveridge_hall_images3_b.webp") 2x);background-image: image-set(url("img/iveridge_hall_images3_b.jpg") 1x,
url("img/iveridge_hall_images3_b.jpg") 2x,url("img/iveridge_hall_images3_b.webp") 1x,
url("img/iveridge_hall_images3_b.webp") 2x);
}
.bg-iveridge-hall-images51{
	background-image:url("img/iveridge_hall_images51.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images51.webp") 1x,
url("img/iveridge_hall_images51.webp") 2x);background-image: image-set(url("img/iveridge_hall_images51.jpg") 1x,
url("img/iveridge_hall_images51.jpg") 2x,url("img/iveridge_hall_images51.webp") 1x,
url("img/iveridge_hall_images51.webp") 2x);
}
.bg-iveridge-hall-images49{
	background-image:url("img/iveridge_hall_images49.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images49.webp") 1x,
url("img/iveridge_hall_images49.webp") 2x);background-image: image-set(url("img/iveridge_hall_images49.jpg") 1x,
url("img/iveridge_hall_images49.jpg") 2x,url("img/iveridge_hall_images49.webp") 1x,
url("img/iveridge_hall_images49.webp") 2x);
}
.bg-iveridge-hall-images6-c{
	background-image:url("img/iveridge_hall_images6_c.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images6_c.webp") 1x,
url("img/iveridge_hall_images6_c.webp") 2x);background-image: image-set(url("img/iveridge_hall_images6_c.jpg") 1x,
url("img/iveridge_hall_images6_c.jpg") 2x,url("img/iveridge_hall_images6_c.webp") 1x,
url("img/iveridge_hall_images6_c.webp") 2x);
}
.bg-iveridge-hall-images7-c{
	background-image:url("img/iveridge_hall_images7_c.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images7_c.webp") 1x,
url("img/iveridge_hall_images7_c.webp") 2x);background-image: image-set(url("img/iveridge_hall_images7_c.jpg") 1x,
url("img/iveridge_hall_images7_c.jpg") 2x,url("img/iveridge_hall_images7_c.webp") 1x,
url("img/iveridge_hall_images7_c.webp") 2x);
}
.bg-iveridge-hall-images8-c{
	background-image:url("img/iveridge_hall_images8_c.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images8_c.webp") 1x,
url("img/iveridge_hall_images8_c.webp") 2x);background-image: image-set(url("img/iveridge_hall_images8_c.jpg") 1x,
url("img/iveridge_hall_images8_c.jpg") 2x,url("img/iveridge_hall_images8_c.webp") 1x,
url("img/iveridge_hall_images8_c.webp") 2x);
}
.bg-iveridge-hall-images22{
	background-image:url("img/iveridge_hall_images22.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images22.webp") 1x,
url("img/iveridge_hall_images22.webp") 2x);background-image: image-set(url("img/iveridge_hall_images22.jpg") 1x,
url("img/iveridge_hall_images22.jpg") 2x,url("img/iveridge_hall_images22.webp") 1x,
url("img/iveridge_hall_images22.webp") 2x);
}
.bg-iveridge-hall-images27{
	background-image:url("img/iveridge_hall_images27.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images27.webp") 1x,
url("img/iveridge_hall_images27.webp") 2x);background-image: image-set(url("img/iveridge_hall_images27.jpg") 1x,
url("img/iveridge_hall_images27.jpg") 2x,url("img/iveridge_hall_images27.webp") 1x,
url("img/iveridge_hall_images27.webp") 2x);
}
.bg-iveridge-hall-images13{
	background-image:url("img/iveridge_hall_images13.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images13.webp") 1x,
url("img/iveridge_hall_images13.webp") 2x);background-image: image-set(url("img/iveridge_hall_images13.jpg") 1x,
url("img/iveridge_hall_images13.jpg") 2x,url("img/iveridge_hall_images13.webp") 1x,
url("img/iveridge_hall_images13.webp") 2x);
}
.bg-iveridge-hall-images24{
	background-image:url("img/iveridge_hall_images24.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images24.webp") 1x,
url("img/iveridge_hall_images24.webp") 2x);background-image: image-set(url("img/iveridge_hall_images24.jpg") 1x,
url("img/iveridge_hall_images24.jpg") 2x,url("img/iveridge_hall_images24.webp") 1x,
url("img/iveridge_hall_images24.webp") 2x);
}
.bg-iveridge-hall-images2{
	background-image:url("img/iveridge_hall_images2.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images2.webp") 1x,
url("img/iveridge_hall_images2.webp") 2x);background-image: image-set(url("img/iveridge_hall_images2.jpg") 1x,
url("img/iveridge_hall_images2.jpg") 2x,url("img/iveridge_hall_images2.webp") 1x,
url("img/iveridge_hall_images2.webp") 2x);
}
.bg-iveridge-health-club-personal-training-03{
	background-image:url("img/iveridge_health_club_personal_training_03.jpg");
	background-image: -webkit-image-set(url("img/iveridge_health_club_personal_training_03.webp") 1x,
url("img/iveridge_health_club_personal_training_03.webp") 2x);background-image: image-set(url("img/iveridge_health_club_personal_training_03.jpg") 1x,
url("img/iveridge_health_club_personal_training_03.jpg") 2x,url("img/iveridge_health_club_personal_training_03.webp") 1x,
url("img/iveridge_health_club_personal_training_03.webp") 2x);
}
.bg-iveridge-hall-images10{
	background-image:url("img/iveridge_hall_images10.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images10.webp") 1x,
url("img/iveridge_hall_images10.webp") 2x);background-image: image-set(url("img/iveridge_hall_images10.jpg") 1x,
url("img/iveridge_hall_images10.jpg") 2x,url("img/iveridge_hall_images10.webp") 1x,
url("img/iveridge_hall_images10.webp") 2x);
}
.bg-iveridge-health-club-12-week-plan-montage1{
	background-image:url("img/iveridge-health-club-12-week-plan-montage1.jpg");
	background-image: -webkit-image-set(url("img/iveridge-health-club-12-week-plan-montage1.webp") 1x,
url("img/iveridge-health-club-12-week-plan-montage1.webp") 2x);background-image: image-set(url("img/iveridge-health-club-12-week-plan-montage1.jpg") 1x,
url("img/iveridge-health-club-12-week-plan-montage1.jpg") 2x,url("img/iveridge-health-club-12-week-plan-montage1.webp") 1x,
url("img/iveridge-health-club-12-week-plan-montage1.webp") 2x);
}
.bg-iveridge-health-club-latest-news-01{
	background-image:url("img/iveridge_health_club_latest_news_01.jpg");
	background-image: -webkit-image-set(url("img/iveridge_health_club_latest_news_01.webp") 1x,
url("img/iveridge_health_club_latest_news_01.webp") 2x);background-image: image-set(url("img/iveridge_health_club_latest_news_01.jpg") 1x,
url("img/iveridge_health_club_latest_news_01.jpg") 2x,url("img/iveridge_health_club_latest_news_01.webp") 1x,
url("img/iveridge_health_club_latest_news_01.webp") 2x);
}
.bg-iveridge-hall-images-20v3-20Events{
	background-image:url("img/iveridge_hall_images%20v3%20Events.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images%20v3%20Events.webp") 1x,
url("img/iveridge_hall_images%20v3%20Events.webp") 2x);background-image: image-set(url("img/iveridge_hall_images%20v3%20Events.jpg") 1x,
url("img/iveridge_hall_images%20v3%20Events.jpg") 2x,url("img/iveridge_hall_images%20v3%20Events.webp") 1x,
url("img/iveridge_hall_images%20v3%20Events.webp") 2x);
}
.bg-BOO-0249{
	background-image:url("img/BOO_0249.jpg");
	background-image: -webkit-image-set(url("img/BOO_0249.webp") 1x,
url("img/BOO_0249.webp") 2x);background-image: image-set(url("img/BOO_0249.jpg") 1x,
url("img/BOO_0249.jpg") 2x,url("img/BOO_0249.webp") 1x,
url("img/BOO_0249.webp") 2x);
}
.bg-Iveridge-12-week-plan-April-2022-2{
	background-image:url("img/Iveridge_12_week_plan_April_2022_2.jpeg");
	background-image: -webkit-image-set(url("img/Iveridge_12_week_plan_April_2022_2.webp") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.webp") 2x);background-image: image-set(url("img/Iveridge_12_week_plan_April_2022_2.jpeg") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.jpeg") 2x,url("img/Iveridge_12_week_plan_April_2022_2.webp") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.webp") 2x);
	background-image: -webkit-image-set(url("img/Iveridge_12_week_plan_April_2022_2.webp") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.webp") 2x);background-image: image-set(url("img/Iveridge_12_week_plan_April_2022_2.jpeg") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.jpeg") 2x,url("img/Iveridge_12_week_plan_April_2022_2.webp") 1x,
url("img/Iveridge_12_week_plan_April_2022_2.webp") 2x);
}
.bg-BOO-0080{
	background-image:url("img/BOO_0080.jpg");
	background-image: -webkit-image-set(url("img/BOO_0080.webp") 1x,
url("img/BOO_0080.webp") 2x);background-image: image-set(url("img/BOO_0080.jpg") 1x,
url("img/BOO_0080.jpg") 2x,url("img/BOO_0080.webp") 1x,
url("img/BOO_0080.webp") 2x);
}
.bg-BOO-0392{
	background-image:url("img/BOO_0392.jpg");
	background-image: -webkit-image-set(url("img/BOO_0392.webp") 1x,
url("img/BOO_0392.webp") 2x);background-image: image-set(url("img/BOO_0392.jpg") 1x,
url("img/BOO_0392.jpg") 2x,url("img/BOO_0392.webp") 1x,
url("img/BOO_0392.webp") 2x);
}
.bg-iveridge-hall-images85{
	background-image:url("img/iveridge_hall_images85.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images85.webp") 1x,
url("img/iveridge_hall_images85.webp") 2x);background-image: image-set(url("img/iveridge_hall_images85.jpg") 1x,
url("img/iveridge_hall_images85.jpg") 2x,url("img/iveridge_hall_images85.webp") 1x,
url("img/iveridge_hall_images85.webp") 2x);
}
.bg-iveridge-hall-images-20v42{
	background-image:url("img/iveridge_hall_images%20v42.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images%20v42.webp") 1x,
url("img/iveridge_hall_images%20v42.webp") 2x);background-image: image-set(url("img/iveridge_hall_images%20v42.jpg") 1x,
url("img/iveridge_hall_images%20v42.jpg") 2x,url("img/iveridge_hall_images%20v42.webp") 1x,
url("img/iveridge_hall_images%20v42.webp") 2x);
}
.bg-iveridge-hall-images-20v5-20Beauty{
	background-image:url("img/iveridge_hall_images%20v5%20Beauty.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images%20v5%20Beauty.webp") 1x,
url("img/iveridge_hall_images%20v5%20Beauty.webp") 2x);background-image: image-set(url("img/iveridge_hall_images%20v5%20Beauty.jpg") 1x,
url("img/iveridge_hall_images%20v5%20Beauty.jpg") 2x,url("img/iveridge_hall_images%20v5%20Beauty.webp") 1x,
url("img/iveridge_hall_images%20v5%20Beauty.webp") 2x);
}
.bg-spa-garden-iveridge-hall69{
	background-image:url("img/spa-garden-iveridge-hall69.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-iveridge-hall69.webp") 1x,
url("img/spa-garden-iveridge-hall69.webp") 2x);background-image: image-set(url("img/spa-garden-iveridge-hall69.jpg") 1x,
url("img/spa-garden-iveridge-hall69.jpg") 2x,url("img/spa-garden-iveridge-hall69.webp") 1x,
url("img/spa-garden-iveridge-hall69.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-120{
	background-image:url("img/spa-garden-at-iveridge-hall-image-120.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-120.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-120.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-120.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-120.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-120.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-120.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-101{
	background-image:url("img/spa-garden-at-iveridge-hall-image-101.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-101.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-101.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-101.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-101.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-101.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-101.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-146{
	background-image:url("img/spa-garden-at-iveridge-hall-image-146.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-146.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-146.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-146.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-146.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-146.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-146.webp") 2x);
}
.bg-spa-garden-iveridge-hall23{
	background-image:url("img/spa-garden-iveridge-hall23.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-iveridge-hall23.webp") 1x,
url("img/spa-garden-iveridge-hall23.webp") 2x);background-image: image-set(url("img/spa-garden-iveridge-hall23.jpg") 1x,
url("img/spa-garden-iveridge-hall23.jpg") 2x,url("img/spa-garden-iveridge-hall23.webp") 1x,
url("img/spa-garden-iveridge-hall23.webp") 2x);
}
.bg-iveridge-spa-garden-images-0{
	background-image:url("img/iveridge-spa-garden-images-0.jpeg");
	background-image: -webkit-image-set(url("img/iveridge-spa-garden-images-0.webp") 1x,
url("img/iveridge-spa-garden-images-0.webp") 2x);background-image: image-set(url("img/iveridge-spa-garden-images-0.jpeg") 1x,
url("img/iveridge-spa-garden-images-0.jpeg") 2x,url("img/iveridge-spa-garden-images-0.webp") 1x,
url("img/iveridge-spa-garden-images-0.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-0337{
	background-image:url("img/spa-garden-at-iveridge-hall-image-0337.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-0337.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-0337.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-0337.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-0337.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-0337.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-0337.webp") 2x);
}
.bg-BOO-0842{
	background-image:url("img/BOO_0842.jpg");
	background-image: -webkit-image-set(url("img/BOO_0842.webp") 1x,
url("img/BOO_0842.webp") 2x);background-image: image-set(url("img/BOO_0842.jpg") 1x,
url("img/BOO_0842.jpg") 2x,url("img/BOO_0842.webp") 1x,
url("img/BOO_0842.webp") 2x);
}
.bg-BOO-0846{
	background-image:url("img/BOO_0846.jpg");
	background-image: -webkit-image-set(url("img/BOO_0846.webp") 1x,
url("img/BOO_0846.webp") 2x);background-image: image-set(url("img/BOO_0846.jpg") 1x,
url("img/BOO_0846.jpg") 2x,url("img/BOO_0846.webp") 1x,
url("img/BOO_0846.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-0410{
	background-image:url("img/spa-garden-at-iveridge-hall-image-0410.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-0410.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-0410.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-0410.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-0410.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-0410.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-0410.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-0415{
	background-image:url("img/spa-garden-at-iveridge-hall-image-0415.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-0415.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-0415.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-0415.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-0415.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-0415.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-0415.webp") 2x);
}
.bg-Iveridge-spa-garden-summer-offer-01{
	background-image:url("img/Iveridge-spa-garden-summer-offer-01.jpg");
	background-image: -webkit-image-set(url("img/Iveridge-spa-garden-summer-offer-01.webp") 1x,
url("img/Iveridge-spa-garden-summer-offer-01.webp") 2x);background-image: image-set(url("img/Iveridge-spa-garden-summer-offer-01.jpg") 1x,
url("img/Iveridge-spa-garden-summer-offer-01.jpg") 2x,url("img/Iveridge-spa-garden-summer-offer-01.webp") 1x,
url("img/Iveridge-spa-garden-summer-offer-01.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-048{
	background-image:url("img/spa-garden-at-iveridge-hall-image-048.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-048.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-048.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-048.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-048.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-048.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-048.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-045{
	background-image:url("img/spa-garden-at-iveridge-hall-image-045.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-045.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-045.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-045.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-045.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-045.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-045.webp") 2x);
}
.bg-naked-laser-hair-removal-iveridge-hall{
	background-image:url("img/naked-laser-hair-removal-iveridge-hall.jpg");
	background-image: -webkit-image-set(url("img/naked-laser-hair-removal-iveridge-hall.webp") 1x,
url("img/naked-laser-hair-removal-iveridge-hall.webp") 2x);background-image: image-set(url("img/naked-laser-hair-removal-iveridge-hall.jpg") 1x,
url("img/naked-laser-hair-removal-iveridge-hall.jpg") 2x,url("img/naked-laser-hair-removal-iveridge-hall.webp") 1x,
url("img/naked-laser-hair-removal-iveridge-hall.webp") 2x);
}
.bg-iveridge-hall-images7-yoga{
	background-image:url("img/iveridge_hall_images7_yoga.jpg");
	background-image: -webkit-image-set(url("img/iveridge_hall_images7_yoga.webp") 1x,
url("img/iveridge_hall_images7_yoga.webp") 2x);background-image: image-set(url("img/iveridge_hall_images7_yoga.jpg") 1x,
url("img/iveridge_hall_images7_yoga.jpg") 2x,url("img/iveridge_hall_images7_yoga.webp") 1x,
url("img/iveridge_hall_images7_yoga.webp") 2x);
}
.bg-spa-garden-at-iveridge-hall-image-0414{
	background-image:url("img/spa-garden-at-iveridge-hall-image-0414.jpg");
	background-image: -webkit-image-set(url("img/spa-garden-at-iveridge-hall-image-0414.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-0414.webp") 2x);background-image: image-set(url("img/spa-garden-at-iveridge-hall-image-0414.jpg") 1x,
url("img/spa-garden-at-iveridge-hall-image-0414.jpg") 2x,url("img/spa-garden-at-iveridge-hall-image-0414.webp") 1x,
url("img/spa-garden-at-iveridge-hall-image-0414.webp") 2x);
}
.bg-8-week2{
	background-image:url("img/8-week2.jpg");
	background-image: -webkit-image-set(url("img/8-week2.webp") 1x,
url("img/8-week2.webp") 2x);background-image: image-set(url("img/8-week2.jpg") 1x,
url("img/8-week2.jpg") 2x,url("img/8-week2.webp") 1x,
url("img/8-week2.webp") 2x);
}
.bg-503953E2-E2D1-4CE2-B8B6-5B75154CF95B{
	background-image:url("img/503953E2-E2D1-4CE2-B8B6-5B75154CF95B.jpeg");
	background-image: -webkit-image-set(url("img/503953E2-E2D1-4CE2-B8B6-5B75154CF95B.webp") 1x,
url("img/503953E2-E2D1-4CE2-B8B6-5B75154CF95B.webp") 2x);background-image: image-set(url("img/503953E2-E2D1-4CE2-B8B6-5B75154CF95B.jpeg") 1x,
url("img/503953E2-E2D1-4CE2-B8B6-5B75154CF95B.jpeg") 2x,url("img/503953E2-E2D1-4CE2-B8B6-5B75154CF95B.webp") 1x,
url("img/503953E2-E2D1-4CE2-B8B6-5B75154CF95B.webp") 2x);
}
.bg-Snow-20Overlay-2002{
	background-image:url("img/Snow%20Overlay%2002.png");
	background-image: -webkit-image-set(url("img/Snow%20Overlay%2002.webp") 1x,
url("img/Snow%20Overlay%2002.webp") 2x);background-image: image-set(url("img/Snow%20Overlay%2002.png") 1x,
url("img/Snow%20Overlay%2002.png") 2x,url("img/Snow%20Overlay%2002.webp") 1x,
url("img/Snow%20Overlay%2002.webp") 2x);
}



/* = 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;}
}
@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){
	.main-nav{
		margin-left:0px;
		margin-right:0px;
	}
	.padding{
		padding-bottom:60px;
	}
	.homepage-text-padding{
		padding-top:40px;
	}
	.h1-style{
		font-size:74px;
		line-height:74px;
	}
	.h2-style{
		font-size:22px;
		line-height:32px;
	}
	.services-header-height{
		height:600px;
	}
	.p-style{
		text-align:center;
	}
	.h4-style{
		text-align:center;
		margin-bottom:-15px;
	}
	.covid-message{
		font-size:22px;
		line-height:22px;
	}
	.covid-padding{
		padding-bottom:20px;
		padding-top:20px;
	}
	.image-padding-1{
		padding:0px 0px 0px 0px;
	}
	.video-padding{
		height:500px;
	}
	.carousel-image-size{
		width:100%;
	}
	.carousel-margin-bottom{
		margin-bottom:16px;
	}
	.h4-style-smaller{
	}
	.img-boo-04-margin-bottom{
		margin-bottom:-20px;
	}
	.bloc-margin-bottom{
		margin-bottom:-64px;
		margin-top:32px;
	}
	.row-margin-top{
		margin-top:12px;
	}
	.row-bloc-108-margin-top{
		margin-top:-15px;
	}
	.carousel-7-margin-top{
		margin-top:33px;
	}
	.no-margin-bottom{
		margin-right:10px;
		margin-left:10px;
	}
	.row-199-margin-top{
		margin-top:-61px;
	}
	.h2-bloc-213-margin-top{
		margin-top:20px;
	}
	.bloc-bloc-213-margin-bottom{
		margin-bottom:60px;
		margin-top:60px;
	}
	.bloc-bloc-210-margin-bottom{
		margin-bottom:50px;
	}
	.scale{
		width:50%;
	}
	.bloc-bloc-73-margin-bottom{
		margin-bottom:70px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:14px;
		margin-top:10px;
	}
	.h1-65-margin-top{
		margin-bottom:23px;
		margin-top:14px;
	}
	.btn-margin-top{
		margin-top:41px;
	}
	.button-margin-top{
		font-size:18px;
		letter-spacing:2px;
		font-weight:500;
		font-family:"Montserrat";
	}
	.row-bloc-204-margin-top{
		margin-top:37px;
	}
	.bloc-bloc-209-margin-bottom{
		margin-bottom:29px;
	}
	.row-bloc-211-margin-top{
		margin-top:46px;
	}
	.row-bloc-213-margin-top{
		margin-top:-12px;
		margin-bottom:13px;
	}
	.btn-buy-now-margin-top{
		margin-top:29px;
	}
	.btn-margin-bottom{
		margin-top:39px;
	}
	.p-style-regular{
		font-weight:normal;
		font-size:16px;
		line-height:26px;
	}
	.btn-bloc-199-padding-right{
		padding-right:12px;
		padding-left:12px;
	}
	.image-padding{
		padding-top:0px;
		padding-bottom:200px;
	}
	.bloc-bloc-61-margin-top{
		margin-top:155px;
	}
	.btn-let’s-do-this--margin-bottom{
		margin-top:-5px;
	}
	.h2-31-style{
		width:100%;
	}
	.h1-bloc-51-style{
		width:77.37%;
	}
	.h2-bloc-3-style{
		width:85.93%;
	}
	.p-bloc-54-style{
		width:57.44%;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){
	.nav-padding{
		padding-top:0px;
		padding-bottom:0px;
	}
	.h4-margin-bottom{
		margin-bottom:12px;
	}
	.h4-margin-top{
		margin-top:30px;
	}
	.h1-style{
		font-size:70px;
		line-height:64px;
		letter-spacing:0px;
	}
	.img-margin-bottom{
		margin-bottom:60px;
	}
	.video-padding{
		height:300px;
	}
	.carousel-image-size{
		width:100%;
	}
	.carousel-margin-bottom{
		margin-bottom:18px;
	}
	.carousel-7-margin-top{
		margin-top:29px;
	}
	.row-199-margin-top{
		margin-top:-68px;
	}
	.no-margin-bottom{
		margin-right:10px;
		margin-left:10px;
	}
	.row-bloc-210-margin-bottom{
		margin-bottom:88px;
	}
	.scale{
		width:70%;
	}
	.bloc-bloc-73-margin-bottom{
		margin-bottom:50px;
	}
	.h1-65-margin-top{
		margin-bottom:35px;
		margin-top:15px;
	}
	.h2-31-style{
		font-size:18px;
		line-height:26px;
		width:100%;
	}
	.button-text-mobile{
		font-size:18px;
		font-weight:normal;
		letter-spacing:2px;
	}
	.h4-style{
		font-weight:600;
	}
	.button-margin-top{
		font-weight:600;
	}
	.h2-78-style{
		margin-top:-38px;
	}
	.row-bloc-211-margin-top{
		margin-top:42px;
	}
	.bloc-bloc-209-margin-bottom{
		margin-bottom:21px;
	}
	.row-bloc-204-margin-top{
		margin-top:40px;
	}
	.h2-facilities-margin-top{
		margin-top:35px;
	}
	.btn-buy-now-margin-top{
		margin-top:46px;
	}
	.image-padding{
		padding-bottom:50px;
	}
	.bloc-bloc-61-margin-top{
		margin-top:13px;
	}
	.btn-let’s-do-this--margin-bottom{
		margin-top:1px;
	}
	.h1-bloc-51-style{
		width:100%;
	}
	.h2-bloc-3-style{
		width:85.36%;
	}
	.p-bloc-54-style{
		width:77.97%;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.h4-margin-bottom{
		margin-bottom:12px;
	}
	.h4-margin-top{
		margin-top:30px;
	}
	.footer-link{
		text-align:center;
	}
	.social-icons-margin-bottom{
		margin-bottom:60px;
	}
	.h1-style{
		font-size:38px;
		line-height:44px;
		text-align:center;
		letter-spacing:1px;
	}
	.p-style{
		font-size:18px;
	}
	.h2-style{
		text-align:center;
		font-size:18px;
		line-height:28px;
	}
	.p-padding-top{
		padding-top:40px;
	}
	.h4-style{
		font-size:28px;
		line-height:28px;
		margin-bottom:4px;
		margin-top:-1px;
	}
	.h4-small{
		font-size:22px;
	}
	.services-header-height{
		height:520px;
	}
	.button-margin-top{
	}
	.h3-style{
		font-size:18px;
		line-height:26px;
	}
	.bloc-margin-top{
		margin-top:16px;
		padding-bottom:0px;
		margin-bottom:9px;
	}
	.h3-margin-bottom{
		margin-bottom:0px;
		margin-top:0px;
	}
	.btn-padding-right{
		margin-right:-32px;
		margin-left:-39px;
		padding:20px 22px 20px 28px;
	}
	.h2-mobile{
		font-weight:bold;
	}
	.h4-bloc-56-style{
		width:74.81%;
	}
	.mobile-small{
		font-size:16px;
	}
	.covid-message{
		font-size:16px;
		line-height:16px;
	}
	.h4-style-smaller{
		font-size:22px;
		line-height:24px;
	}
	.covid-padding{
		padding-bottom:10px;
		padding-top:10px;
	}
	.image-padding-1{
		padding:0px 0px 0px 0px;
	}
	.video-padding{
		height:200px;
	}
	.bloc-padding-top{
		padding:30px 30px 30px 30px;
	}
	.padding{
		padding-bottom:60px;
	}
	.homepage-text-padding{
		padding-top:30px;
	}
	.img-style{
		margin-top:33px;
		margin-bottom:-11px;
	}
	.small-sub-header{
		font-size:32px;
		line-height:32px;
	}
	.bloc-padding-bottom{
		padding-bottom:0px;
		margin-bottom:7px;
	}
	.carousel-image-size{
		width:100%;
	}
	.carousel-margin-bottom{
		margin-bottom:5px;
	}
	.img-boo-04-margin-bottom{
		margin-bottom:5px;
	}
	.row-margin-top{
		margin-bottom:18px;
	}
	.bloc-margin-bottom{
		margin-bottom:3px;
		padding-bottom:17px;
	}
	.carousel-7-margin-top{
		margin-top:0px;
	}
	.text-span-style{
		font-size:27px;
	}
	.container-div-bloc-11-margin-top{
		margin-top:-24px;
	}
	.img-bloc-67-margin-bottom{
		padding-bottom:9px;
	}
	.p-bloc-182-margin-bottom{
		margin-bottom:40px;
	}
	.p-107-margin-bottom{
		margin-bottom:40px;
	}
	.h1-style-mobile{
		font-size:54px;
		line-height:50px;
		letter-spacing:0px;
	}
	.button-text-mobile{
		font-size:18px;
	}
	.mobile-header-home-padding{
		margin-top:-120px;
		margin-bottom:-120px;
	}
	.navbar-brand img{
		height:20px;
	}
	.h2-spa{
		font-weight:normal;
	}
	.h1-spa{
		font-weight:normal;
	}
	.img-padding-bottom{
		padding-bottom:0px;
	}
	.img-bloc-36-padding-bottom{
		padding-bottom:13px;
	}
	.row-199-margin-top{
		margin-top:-99px;
		margin-bottom:28px;
		padding-top:0px;
	}
	.bloc-divider-b-bloc-183-style{
		height:30px;
	}
	.bloc-divider-b-style{
		height:30px;
	}
	.bloc-divider-b-44509-style{
		height:30px;
	}
	.bloc-divider-b-32952-style{
		height:30px;
	}
	.bloc-divider-b-36220-style{
		height:30px;
		fill:#FFFFFF;
	}
	.h2-31-style{
		font-size:18px;
		line-height:24px;
		padding-right:0px;
		padding-left:0px;
		text-align:center;
		margin:10px 0px -14px 0px;
		width:100%;
	}
	.h4-163-style{
		font-size:24px;
		line-height:32px;
	}
	.h4-bloc-183-style{
		font-size:16px;
		line-height:24px;
	}
	.row-bloc-183-margin-bottom{
		margin-bottom:20px;
	}
	.row-202-margin-bottom{
		margin-bottom:20px;
	}
	.p-108-style{
		margin-bottom:-20px;
		padding-bottom:31px;
	}
	.bloc-divider-b-0-style{
		fill:#FFFFFF;
		height:30px;
	}
	.h2-margin-top{
		margin-top:20px;
	}
	.img-91-style{
		border-radius:40px 40px 40px 40px;
	}
	.no-margin-bottom{
		margin-right:5px;
		margin-left:5px;
	}
	.h2-40-margin-top{
		margin-top:-26px;
	}
	.h1-padding-top{
		margin-bottom:11px;
		margin-top:-11px;
	}
	.header-padding-2{
	}
	.main-nav{
	}
	.bloc-bloc-210-margin-bottom{
		margin-bottom:-144px;
		margin-top:-90px;
	}
	.bloc-bloc-211-margin-top{
		margin-top:40px;
		margin-bottom:40px;
	}
	.padding-3{
		padding-bottom:20px;
	}
	.scale{
		width:90%;
	}
	.padding-top{
		padding-top:90px;
	}
	.padding-2{
	}
	.bloc-bloc-213-margin-bottom{
		margin-top:20px;
	}
	.bloc-bloc-209-margin-top{
		margin-top:40px;
	}
	.container-div-margin-top{
		margin-top:29px;
	}
	.h1-bloc-11-style{
		font-size:25px;
	}
	.bloc-bloc-230-margin-top{
		margin-top:-30px;
	}
	.bloc-bloc-73-margin-bottom{
		margin-bottom:40px;
	}
	.h1-65-margin-top{
		margin-top:11px;
		margin-bottom:33px;
	}
	.experiences-header{
		font-size:20px;
	}
	.h2-bloc-204-style{
		font-size:22px;
	}
	.h2-71-style{
		font-size:20px;
		line-height:28px;
	}
	.button-green-hover{
		font-size:16px;
		font-weight:600;
		letter-spacing:0px;
	}
	.button-green-hover:hover{
	}
	.btn-button-margin-top{
	}
	.btn-padding-top{
		padding-top:20px;
		padding-bottom:20px;
	}
	.btn-margin-top{
		padding-bottom:20px;
		padding-top:20px;
	}
	.img-bloc-208-style{
		margin-bottom:20px;
		margin-top:20px;
	}
	.bloc-bloc-209-margin-bottom{
		margin-bottom:30px;
		margin-top:20px;
		padding-top:20px;
	}
	.row-bloc-211-margin-top{
		margin-top:30px;
	}
	.bloc-bloc-212-margin-top{
		margin-top:-15px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:30px;
	}
	.h2-bloc-225-margin-bottom{
		margin-bottom:59px;
	}
	.bloc-divider-b-fill{
		fill:#F3F3F3;
	}
	.mobile-intro{
		font-size:16px;
		line-height:22px;
	}
	.h2-78-style{
		margin-bottom:19px;
	}
	.h2-bloc-196-margin-bottom{
		margin-bottom:-32px;
	}
	.btn-more-info-margin-bottom{
		margin-bottom:23px;
	}
	.btn-73-margin-bottom{
		margin-bottom:41px;
	}
	.btn-buy-now-margin-top{
		margin-top:19px;
	}
	.h4-bloc-14-style{
		line-height:36px;
	}
	.bloc-bloc-208-padding-top{
		padding-top:20px;
	}
	.bloc-bloc-207-padding-top{
		padding-top:20px;
	}
	.bloc-divider-b-bloc-45-fill{
		height:25px;
	}
	.p-bloc-240-style{
		font-size:13px;
	}
	.p-bloc-240-margin-top{
		margin-top:30px;
	}
	.btn-book-now-margin-bottom{
		margin-bottom:36px;
	}
	.bloc-0-margin-top{
		margin-top:32px;
		margin-bottom:35px;
	}
	.btn-bloc-238-padding-right{
		padding-right:52px;
		padding-left:52px;
	}
	.p-style-regular{
		font-weight:normal;
	}
	.btn-bloc-199-padding-right{
		padding-right:24px;
		padding-left:24px;
	}
	.button-padding-option-2{
		margin-top:10px;
	}
	.button-padding-option-1{
		margin-top:10px;
	}
	.image-padding{
		padding-bottom:0px;
		padding-top:0px;
	}
	.bloc-bloc-61-margin-top{
		margin-top:-44px;
		padding-top:46px;
	}
	.btn-let’s-do-this--margin-bottom{
		width:61.61%;
	}
	.mobile-p-style-17pt{
		font-size:17px;
	}
	.btn-females-padding-right{
		padding-right:20px;
		padding-left:20px;
	}
	.btn-padding-left{
		padding-left:20px;
		padding-right:20px;
	}
	.h1-bloc-51-style{
		width:100%;
	}
	.h2-bloc-3-style{
		width:86.67%;
	}
	.p-bloc-54-style{
		width:85.27%;
	}
	
}

