#schedule-header {
	scroll-margin-top: 150px; /* adjust based on your header height */
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	background-color: #fafafa;
	position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1,
h2 {
	font-family: 'Roboto Condensed', sans-serif;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 50px;
}

p {
	color: #3f3f3f;
	font-size: 20px;
}


/* Intro Text */
#intro-p h3,
#intro-p p {
	text-align: center;
}

#intro-p h3 {
	margin: 50px 0 5px 0;
}

#intro-p p {
	font-size: 23px;
	margin-bottom: 50px;
}

/* Membership Pictures */

.img-holder {
	position: relative;
	min-height: 515px;
}

.img-holder a {
	text-decoration: none;
}


.img-holder img {
	width: 100%;
	border-radius: 10px;
}

/* Custom Vtag */
.vive-v {
	position: absolute;
	width: 60px !important;
	background: black;
	padding: 10px 15px 10px 15px;
	top: 25px;
	right: -10px;
}

.img-holder strong {
	text-align: center;
	width: 100%;
	display: block;
	margin: 10px 0;
	font-size: 28px;
}

.img-holder p {
	text-align: center;
	font-size: 20px;
}


.collapsible-content a,
.img-holder a,
.red-link {
	color: #ef4023;
	text-decoration: none;
}

header {
	position: relative;
	width: 100%;

}

#logo {
	width: 100%;
	max-width: 190px;
}

.navbar-toggler {
	border: none;
}




/* Menu */

nav {
	background: #212529;
	-webkit-box-shadow: 0 0 5px 1px #7a7a7a24;
	box-shadow: 0 0 5px 1px #7a7a7a24;
}

.navbar-nav {
	margin: auto;
}


a.nav-link {
	color: #fff;
	font-weight: bold;
}

.nav-item {
	position: relative;
	margin: 0 5px;
}


nav li.nav-item:last-child a {
	background: #ef4023;
	border-radius: 5px;
	color: white !important;
	margin-left: 100px;
	font-size: 20px;
}


.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,

.hero-caption a:hover {
	color: rgb(239 64 35) !important;
}


.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
	background-color:#656565;
	color: white;
}


/* Hover menu */

footer a.nav-link:hover,
small a:hover {
	color: #ef4023 !important;
}


#get-started-list.general-list li {
	padding-left: 0 !important;
}

#get-started-list.general-list li:nth-child(odd) {
	font-weight: bold;
}


ul.dropdown-menu li {
    margin-bottom: 1px;
}

.nav-item:hover ul.dropdown-menu {
	display: block !important;
	margin-top: 0;
	/* optional: prevents flickering */
}


main.container-fluid {
	padding-top: 25px;
	padding-top: 25px;
}


.hero-container {
	position: relative;
	background-size: cover;
	background-image: url("../img/gray-header-concept3.jpg");
	width: 100%;
	padding: 3% 6%;
	margin-top: 100px;
	min-height: 690px;
}

.hero-container .container {
	position: relative;
	z-index: 1;
}


.hero-container h1 {
	font-size: 80px;
	color: white;
	font-weight: bold;
	text-shadow: 0 0 20px #363636;
	line-height: 100px;
	margin: 90px 0 20px 0;
	text-transform: uppercase;
}

.hero-container h2 {
	font-size: 22px;
	color: white;
	text-shadow: 0 0 5px #363636;
	margin-bottom: 60px;
	font-weight: normal;
	width: 50%;
}


.hero-container .theme-btn-red {
	padding: 15px 30px !important;
	margin-right: 20px;
}


.hero-caption {
	text-align: left;
}

/* New Hero Caption Index 3 */

#location-hero .caption-heading {
	line-height: 66px !important;
	margin-top: 125px;
	text-shadow: 1px 1px 1px #000000;
}

#location-hero p {
    color: white;
    font-size: 25px;
    width: 65%;
    line-height: 30px;
}


#home-hero .caption-subhead1 {
	font-size: 70px;
}


.caption-subhead1 {
	font-size: 70px;
}

.caption-subhead2 {
	font-size: 30px;
    display: block;
    margin-top: 0px;
}

.caption-subhead3 {
display: block;
    font-size: 20px;
    letter-spacing: normal;
    margin-top: -30px;
}

.caption-subhead3 span {
	color: #ff5d43;
}


/* 3 Top Links */


.links {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 0;
	border-radius: 5px;
	text-align: center;
	background: white;
}

.links strong {
	background-color: #212529;
	color: white;
	display: block;
	width: 100%;
	border-radius: 5px 5px 0 0;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 24px;
}

.links p {
	font-size: 18px;
}

.links a {
	display: block;
	width: 50%;
	margin: 0 auto 10px;
}


/* Bootstrap Elements */

.carousel-item img {
	border-radius: 10px;
}


/*******************/
/* Custom Elements */
/*******************/

 /* THEME COLORS */
.theme-font-color,
.theme-btn-red  {
	color: #EF4023;
}

.theme-btn-red  {
	background-color: #EF4023;
    color:white;
}


.theme-font-color-grey {
	color: #A6A6A6;
}

.sticky-image {
	width: 100%;
	position: sticky;
	top: 15%;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 #DBDBDB;
    box-shadow: 0 0 10px 0 #DBDBDB;
}

/* Shadow */
.shadow,
iframe#mapLocation,
iframe#mapAll {
	-webkit-box-shadow: 0 0 10px 0 #DBDBDB;
    box-shadow: 0 0 10px 0 #DBDBDB;
}

h1.generic-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
	font-weight: bold;
	font-size:50px;
	margin-bottom: 25px;
}

a.redBtn2L img {
	margin-top: -5px;
}

.theme-btn-lg {
	font-size: 22px;
}

.redBtnCenter {
	margin: auto;
	display: block;
	width: 210px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}



/* Image borders */

.border-round {
	border-radius: 10px;
}

#hour-evaluation-section h3 {
	font-size: 23px;
	margin-bottom: 25px;
	display: block;
}

/* Main Page Hero Banner */

#location-hero .caption-subhead1,
#home-hero .caption-subhead1 {
	font-style: italic;
}

#location-hero.hero-container {
	position: relative;
	background-size: cover;
	background-image: url("../img/gray-header-concept4.jpg");
	width: 100%;
	padding: 3% 6%;
	margin-top: 100px;
	height: 85vh;
}

/* Locations Banners */

#location-hero.hero-container.bathurst-banner {
	background-image: url("../img/bathurst-banner2.jpg") !important;
}


#location-hero.hero-container.dundas-banner {
	background-image: url("../img/dundas-banner.jpg") !important;
}

#location-hero.hero-container.dupont-banner {
	background-image: url("../img/dupont-banner.jpg") !important;
}

#location-hero.hero-container.truscott-banner {
	background-image: url("../img/truscott-banner.jpg") !important;
}

#location-hero.hero-container.applewood-banner {
	background-image: url("../img/applewood-banner.jpg") !important;
}



/* Custom Video Hero */


#home-hero video {
	width: 100%;
	height: 85vh;
	object-fit: cover;
}

#home-hero.hero-container {
	position: relative;
	background-image: none !important;
	padding: 0 !important;
}


#home-hero .hero-caption {
	z-index: 1;
	margin-top: 20px;
	position: absolute;
	top: 0;
}


#home-hero .caption-heading {
	line-height: 66px !important;
	margin-top: 205px;
	text-shadow: 1px 1px 1px #000000;
}


/* ../Custom Video Hero */


#home-hero.hero-container.staticBanner {
	position: relative;
	background-image: url("../img/gray-header-concept3.jpg") !important;
	min-height: 800px;
}

#home-hero.hero-container a {
	margin-right: 0;
}

#home-hero .container {
	position: initial !important;
}


#home-hero .hero-container h1 {
	font-size: 90px;
	text-shadow: 0 0 5px #363636;
	line-height: 100px;
	margin: 50px 0;
	/* font-family: 'Roboto', sans-serif; */
	font-weight: 900;
	color: #ffffff;
	letter-spacing: -2px;
	line-height: 97px !important;
}


#home-hero .hero-overlay {
	background: #00000061;
	background: linear-gradient(95deg, rgb(12 2 0) 0%, rgba(255, 255, 255, 0) 20%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
	z-index: 1;
	/* display:none; */
}

/* ../Main Page Hero Banner */


/* Google Maps Iframe */
iframe#mapLocation {
	width: 80%;
	height: 80%;
	margin: auto;
	display: block;
	border-radius: 10px;
}

iframe#mapAll {
	margin: auto;
	display: block;
	border-radius: 10px;
}


.hero-overlay {
	background: #00000061;
	background: linear-gradient(95deg, rgb(12 2 0) 0%, rgba(255, 255, 255, 0) 70%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display:none;
}

.section-scroll-overlay {
	background: #00000061;
	background: linear-gradient(95deg, rgb(12 2 0) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: none;
}

.section-scroll-overlay-darker {
	/* background: linear-gradient(95deg, rgb(12 2 0) 0%, rgba(255, 255, 255, 0) 180%) !important; */
	/* background: linear-gradient(95deg, rgb(40 39 39) 0%, rgba(255, 255, 255, 0) 180%) !important; */
}


.content-overlay {
	position: relative;
	z-index: 1;
}


#getting-started-section {
	position: relative;
	margin: 100px 0;

}

#getting-started-section h3 {
	font-size: 50px;
}


.hero-caption {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}


/* TOP LINK SECTION */

#home-hero #top-link-section {
	bottom: 5px;
}


#top-link-section {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom:0;
	/* bottom: 5px; */
	margin: 0;
	background: #212529db;
	margin-top: 35px;
}


.top-links {
	display: block;
	padding: 20px 20px 30px 20px;
}


.top-links,
.top-links a,
.top-links p {
	text-align: center;
	color: white;
	text-decoration: none;
}


/**************/
/* Basic List */
/**************/

.basic-list {
	list-style: none;
	font-size: 18px;
	padding-left: 0;
}

.basic-list li {
	width: 100%;
	display: block;
}


.basic-list li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
}


.basic-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 35px;
	background-image: url('../img/bolt-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
}




/***************/
/* Link Hovers */
/***************/

	/* color: #ef4023;
    color: #656565 !important; */

.activeLink {
	color:#ef4023 !important;
}

.red-link,
#location-link,
.top-links a,
#location-cta a,
.theme-btn-red,
.img-holder a,
.join-item,
.dropdown-item,
.social-media-icons a,
#location-description a,
.red-link:hover,
#location-description a:hover,
.social-media-icons a:hover,
#location-link:hover,
.top-links a:hover,
#location-cta a:hover,
.theme-btn-red:hover,
.img-holder a:hover,
#join-list li:hover,
.join-item strong:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


/* Buttons */

.theme-btn-red:hover,
#location-cta a:hover
 { background-color: #656565; }

/* 3 hero links */
.top-links:hover {
    cursor:pointer;
}
.top-links:hover a,
#location-description .info2 a:hover,
 #location-description .info3 a:hover {
    color: #ef4023;
    cursor: pointer;
}

/* 3 column holder links */
.img-holder p a:hover,
.red-link:hover {
    color:#656565 ;
}

/* Why Join Section */
#join-list li:hover,
.join-item strong:hover {
	color: #ef4023;
}

.top-links strong {
	font-size: 26px;
	display: block;
}

.top-links p {
	margin-bottom: 30px;
}


.links strong {
	font-size: 30px !important;
}


.hero-container h2,
.hero-container-video h2 {
	font-size: 22px !important;
	color: white;
	text-shadow: 0 0 5px #363636;
	margin-bottom: 60px;
}

.social-media-icons a:hover {
    color:#ef4023 !important;
}

/* Intro P */
#intro-p p {
	font-size: 20px;
	margin-bottom: 50px;
}


/* Placeholder Styles */

#block3-section strong {
	font-size: 30px;
}

#benefits-section strong {
	font-size: 30px;
	line-height: 35px;
}

 
#block3-section {

	padding: 90px 0 10px 0;
	margin-top: 0;
}

/******************/
/*Section Overlays*/
/******************/


.section-scroll-overlay {
	background: #00000061;
	background: linear-gradient(95deg, rgb(12 2 0) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;

}
 

/* SECTIONS */

section {
	margin: 60px 0;
}

#benefits-section,
#app-section {
	margin: 0;
}


#social-media-section {
	margin: 25px 0;
}

#social-media-section strong {
	font-size: 25px;
}

/* Single Page No banner */

.mtop-no-header {
	margin-top: 120px;
}

#general-section {
	min-height: 600px;
}

#general-section h3 {
	font-size: 30px;
	font-weight: bold;
} 

#general-section h4 {
	font-size: 25px;
	font-weight: bold;
	color:#ef4023;
}

#general-section ul li {
	font-size: 20px;
}

#general-section h3 {
	margin-bottom: 25px;
}


/******************/
/*WHY JOIN SECTION*/
/******************/

 
#join-list {
	margin-left: 0;
	padding-left: 0;
}

#join-list li {
	display: inline-block;
	color: white;
	font-size: 20px;
	width: 33%;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}

#join-list li img {
	width: 50px;
	margin-right: 10px;
	margin: auto;
	display: block;
}



#why-join-section {
	/* background-image: url(https://vivefitness.com/wp-content/uploads/2015/07/pattern8.jpg); */
	background-repeat: repeat;
	background-position: left top;
	padding-top: 60px;
	padding-bottom: 40px;
	background-attachment: fixed;

}

#why-join-section li:hover,
#why-join-section strong:hover {
	cursor: pointer;
}


#why-join-section .container {
	position: relative;
	z-index: 1;
}

.join-item img {
	display: block;
	margin: 0 auto 10px auto;
	max-width: 50px;
}

.join-item strong {
	color: white;
	font-size: 25px;
	line-height: 25px;
}

.join-item {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

#why-join-section {
	position: relative;
	padding: 100px 0;
	margin-bottom: 0;
	background-color: #212529;
    background-image: url("../img/gray-header-scroll5.jpg");
	/* background-image: url("../img/bg-scroll1-join.jpg"); */
	/* background-image: url("../img/gray-scroll-f.jpg"); */
	/* background-image: url(../img/bg-scroll2.jpg); */
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-attachment: fixed;
}


#why-join-section h3 {
	color: white;
	font-size: 50px;
	margin-bottom: 75px;
}

#why-join-section p {
	color: white;
	font-size: 20px;
	text-align: center;
}

#why-join-section a {
	margin: 25px auto !important;
	display: block;
	width: fit-content;
}


.join-btn {
	margin: 45px auto 20px auto;
	display: block;
	width: 180px;
	text-align: center;
}



#why-join-section2 .img-holder a {
	display: inline;
}

#why-join-section2 .img-holder {
	min-height: auto;
}



/******************/
/*BENEFITS SECTION*/
/******************/

#benefits-section {
	background-image: url("../img/bg-scroll3.jpg");
	/* background-image: url(../img/bg-scroll1.png); */
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-attachment: fixed;
}


#benefits-section .fa-chevron-down {
	font-size: 20px;
	/* margin-top: 20px; */
}

#benefits-section {
	margin-top: 50px;
}

#benefits-section h3 {
	margin: 45px 0;
}

#benefits-section h3 {
	color: white;
	margin: 25px 0;
	font-size: 50px;
}

#benefits-section p {
	background:#00000094;
	padding: 20px;
	color: white;
}

#benefits-section strong {
	font-size: 30px;
	line-height: 30px;
}


#benefits-section {
	background-color: #1A1A1A;
	width: 100%;
	padding: 50px 0;
	/* max-height: 820px; */
	position: relative;
}

#benefits-section .container {
	position: relative;
	z-index: 1;
}




/*********************/
/*BOOK A TOUR SECTION*/
/*********************/

#termsSection {
	display:none;
	border-top: 1px solid #ccc;
	padding: 15px
}

#termsSection li {
	list-style: circle;
	line-height: 20px;
	margin-bottom: 5px;
	font-size:12px;
}

#termsBtn,
.termsBtn {
	color: red;
	text-decoration: none;
}

#location-list {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}


#showLocationsBtn {
	color: red;
	text-decoration: none;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

#location-name {
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

/*********/
/* MODAL */
/*********/

.modal-footer {
	border-top: none;
}

.modal-header h5 {
	font-size: 20px;
	font-weight: bold;
}

.modal-header {
	background: #212529;
	border:1px solid #212529;
	color: white;
}
 

.modal-body,
.modal-footer {
	background: #f5f5f5;
}
 

/* Location List */
#location-list {
	font-size: 18px;
}

#location-list li {
	margin-bottom: 5px;
	list-style: none;
}

.theme-btn {
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 15px;
	font-size: 18px;
	color: white !important;
}




/*************/
/* TOP LINKS */
/*************/

/* #top-link-section {
    margin-top: 35px;
} */

#top-link-section img {
	max-width: 40px;
	margin: 15px 0;
}



#getting-started-section h3 {
	margin: 0 0 60px 0;
}

/*********************************/
/* Generic Header Scroll Section */
/*********************************/

#review-section,
#general-header-section,
.general-header-section {
	/* background:#212529; */
	padding: 60px 0;
	color: white;
	margin: 100px 0;
	background-image: url("../img/gray-headers-scrollers3.jpg");
	/* background-image: url(../img/bg-scroll1.png); */
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-attachment: fixed;
}


#general-header-section h3,
.general-header-section h3 {
	margin-bottom: 0;
}


#fitness-evaluation-section {
	scroll-margin-top: 100px;
}
 
 
/******************/
/* Review Section */
/******************/

#review-video-section {
	margin: 45px 0;
}

#review-section h3 {
	margin-bottom: 0;
}
 

#review-video-section .img-holder p {
	margin-top: 10px;
}

#review-video-section .theme-btn {
	text-align: center;
	width: 230px;
}

i.fa-solid.fa-star {
	color: orange;
}

#review-video-section {
	position: relative;
	margin: 0;
	background-color: #212529;
	background-image: url("../img/gray-scroll-f.jpg");
	/* background-image: url("../img/bg-scroll2.jpg"); */
	/* background-image: url(../img/modbg2.jpg); */
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0;
}

#review-video-section h3,
#review-video-section strong,
#review-video-section p {
	color: white;
}


#review-video-section h3 {
	color: white;
	font-size: 50px;
	margin: 0 0 40px 0;
}

#review-video-section img {
	border: 5px solid white;
}

#review-video-section .container {
	position: relative;
	z-index: 1;
}

#review-video-section a {
	position: relative;
}


#review-video-section .img-holder a {
	display: block;
}


#review-video-section .fa-play {
	position: absolute;
	color: white;
	font-size: 20px;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	background: #ef4023;
	border-radius: 55%;
	padding: 15px 17px 15px 19px;
}


/***************/
/* App Section */
/***************/

#app-list {
	width: 100%;
	list-style: none;
	padding-left: 0;
}

#app-list li {
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid black;
	padding: 10px 0;
}


#app-list li:hover {
	cursor: pointer;
}

#app-section p {
	font-size: 20px;
}

ul#app-list li i {
	float: right;
	margin-top: 5px;
}


#app-links .theme-btn {
	width: 300px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

#app-links {
	margin-top: 25px;
	display: block;
	width: 100%;
}

#app-links a {
	display: inline-block;
}


span#app-links a img {
	max-width: 100px;
}

#app-links .theme-btn {
	float: none;
}


#app-section h3 {
	font-size: 50px;
}


#app-section .toggle-header {
	font-size: 18px;
}

#app-section .toggle-header i {
	margin-top: 3px;
}


img.phone-img {
	width: 100%;
	margin: auto;
	display: block;
	max-width: 250px;
}


#app-section .toggle-header {
	color: black;
	font-size: 23px;
	font-weight: bold;
}

#app-section .toggle-desc {
	color: black;
}


#app-section {
	/* background-image: url("../img/bottom-bg-pattern.png");
    background-size: cover;
    background-repeat: no-repeat; */
	padding: 100px 0;
}


#app-section .basic-list {
	font-size: 20px;
	font-weight: bold;
}


/* General Section */

#general-section #intro-p h3,
#general-section #intro-p p {
	text-align: left;
}

#general-section #intro-p p {
	margin-bottom: revert;
}

#general-section .img-holder {
	min-height: auto;
}

#general-section .img-holder p,
#general-section .img-holder strong {
	text-align: left;
}


#general-section #intro-p h3 {
	margin-top: 25px;
}



/**************************/ 
/* Personal Trainers Page */
/**************************/

#membership-location-section {
	margin-bottom: 50px;
}

#hour-evaluation-section {
	margin-bottom: 100px;
}

#hour-evaluation-section img {
	display: block;
	margin: auto;
	max-width: 335px;
}

#hour-evaluation-section ul li {
	font-size: 20px;
	font-weight: bold;
}

/***************/ 
/* Classes page*/ 
/***************/ 

 
.caption-subhead1.classes-hero {
	font-size: 60px;
	display: block;
	/* margin-bottom: 20px; */
}

.caption-subhead3-classes.classes-hero {
	display: block;
	font-size: 23px;
	letter-spacing: normal;
	margin-top: -30px;
}

#class-section h2 {
	text-transform: capitalize;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

#class-section h3 {
	text-transform: capitalize;
    text-align: center;
    font-size: 35px;
}

#class-section #location-description {
    padding: 0 10%;
}

#location-section span.time3,
#class-section span.time3 {
	margin-bottom: 15px; 
}

.caption-subhead2.classes-hero {
	/* color:#ef4023; */
	/* display:none; */
}

/*****************/
/* Locations page*/
/*****************/


#location-link {
	color: white;
	font-size: 30px;
	text-decoration: none;
	display: block;
	margin-top:-20px;
}

#location-cta {
	display: block;
	margin-top: 25px;
}

#location-cta img {
	margin-right: 10px;
}

#location-cta strong {
	font-size: 23px;
}

#location-cta a {
	text-decoration: none;
	font-size: 22px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	background: #ef4023;
	padding: 10px 15px;
	text-align: center;
	color: white;
	border-radius: 10px;
	margin-right: 10px;
}


#location-staff-time .fa-solid {
	/* color: #ef4023; */
}

#location-staff-time .fa-clock  {
	color:#212529;
}



#location-header-info .info1,
#location-header-info .info2,
#location-header-info .info3,
#location-header-info .info4 {
	font-size: 20px;
	color: white;
	display: block;
}

#location-description .social-media-icons a {
	color: #212529;
	font-size: 35px;
	margin-right: 10px;
}


#location-header-info .info1 a,
#location-header-info .info2 a,
#location-header-info .info3 a {
	color: white;
	text-decoration: none;
}

#location-header-info .info4 {

	line-height: 35px;
}

#location-header-info span.info4 span {
	display: block;
}

#location-header-info {
	line-height: 35px;
}

#location-header h1 {
	font-size: 80px;
	margin: 0 0 35px 0;
	line-height: 80px;

}

#location-header h1 a {
	color: white;
	text-decoration: none;
}


#location-header h2 {
	margin-bottom: 10px;
}

 
#location-staff-time strong,
#location-staff-time span {
	display: block;
	font-size: 20px;
	margin-top: 0;
}

span.social-media-icons a {
	color: white;
	font-size: 25px;
}

span.social-media-icons {
	display: block;
	margin-bottom: 20px;
}

span.social-media-icons a {
	margin-right: 5px;
}


#location-section .img-holder a {
	position: relative;

}

#location-section .icons {
	width: 50px;
	margin-right: 15px;
}


 
#location-section .redBtnCenter {
	position: absolute !important;
	text-align: center;
	bottom: 0;
	transform: translate(-50%, -50%);
}


#location-staff-time strong {
	font-size: 35px;
	margin-bottom: 10px;
}

#location-section span {
	display: block;
	font-size: 20px;
}

#location-description img {
	width: 50px;
}

#location-description .info2 a,
#location-description .info3 a {
	text-decoration: none;
	color: black;
}


/*****************/
/* Contact page*/
/*****************/

#general-section.contact-section h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom:50px; 
}

#general-section.contact-section h2,
#general-section.contact-section h3 {
    font-size:35px;
    font-weight:bold;
    margin:10px 0;
}

#general-section.contact-section {
	min-height: 800px;
	margin-bottom:100px;
}

 
#general-section.contact-section strong {
	font-size: 25px;
	display: block;
	margin-bottom: 15px;
}

#general-section.contact-section a {
	display: block;
	color: white;
	background: #ef4023;
	font-size: 22px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	width: 366px;
	padding: 10px;
	margin-bottom: 10px;
}


#general-section.contact-section a i.fa-solid.fa-location-dot {
	float: left;
	margin-top: 5px;
}


#general-section strong.heading {
	font-size: 25px;
	display: block;
	margin-bottom: 15px;
}


#general-form .heading {
	text-align: center;
}

#general-form p {
	text-align: center;
}

/**********************/
/* GYM ACCESS SECTION */
/**********************/

#gym-access-feature-section h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 35px;
}

#gym-access-feature-section strong {
	font-size: 21px;
	color: #2c3034;
}

#gym-access-feature-section .intro-text {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}


#gym-access-feature-section .icon {
	max-width: 40px;
	margin-right: 15px;
	margin-top: -5px;
}

 


/*(********/
/* Footer */
/**********/

footer {
	padding: 25px 0;
}

footer ul li:last-child {
	background: none !important;
}

footer ul {
	padding-left: 0;
}

footer ul li {
	text-align: left;
	list-style: none;
}

footer ul li a {
	color: white !important;
	font-weight: normal !important;
	text-decoration: none;
}

footer b {
	display: block;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}

footer .footer-logo {
	max-width: 150px;
}

footer small {
	border-top: 1px solid white;
	padding-top: 10px;
	text-align: left;
}

footer small a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}


footer ul li.nav-link {
	font-size: 9px;
}


footer a.nav-link {
	font-size: 14px;
}


footer small {
	font-size: 10px;
}

footer .owned {
	font-size: 12px;
	color: white;
}


#scrollTop {
	position: fixed;
	z-index: 99;
	right: 3%;
	background: #ef4023c9;
	bottom: 2%;
	font-size: 20px;
	padding: 5px 15px;
	border-radius: 10px;
	display: none;
}

#scrollTop:hover {
	cursor: pointer;
}

/***********************/
/* Collapsible Sections*/
/***********************/


#benefits-section .collapsible-header:hover {
	background-color: transparent;
}

#benefits-section .collapsible-header {
	color: white;
	font-size: 30px;
	font-weight: normal;
}

#benefits-section .collapsible-header,
#benefits-section .collapsible-header span {
	font-size: 30px;
}

.collapsible-container {
	margin: 0;
}

.collapsible-section {
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.collapsible-header {
	display: flex;
	align-items: center;
	padding: 0.75em 1em;
	cursor: pointer;
	font-weight: bold;
	user-select: none;
	transition: background-color 0.2s ease;
	outline: none;
}

.collapsible-header:hover {
	background-color: #f5f5f5;
}

.collapsible-header img {
	margin-right: 0.75em;
	flex-shrink: 0;
	max-width: 50px;
}

.collapsible-header .fa-chevron-down {
	margin-left: auto;
	transition: transform 0.3s ease;
}

.collapsible-header span {
	font-size: 20px;
}

.collapsible-section.open .fa-chevron-down {
	transform: rotate(180deg);
}

.collapsible-content {
	max-height: 0;
	padding: 0 1em;
	opacity: 0;
	transform: translateY(-5px);
	transition:
		max-height 0.3s ease,
		padding 0.3s ease,
		opacity 0.3s ease,
		transform 0.3s ease;
}

.collapsible-section.open .collapsible-content {
	max-height: 800px;
	padding: 1em;
	opacity: 1;
	transform: translateY(0);
}


/*********/
/* FORMS */
/*********/

.mandatory {
	color:#ef4023;
}

.form-note {
	text-align: center;
	padding: 10px;
}

.form-theme {
	border: 5px solid #ef4023;
	padding: 25px;
	border-radius: 10px;
	background: white;
	margin: auto;
	-webkit-box-shadow: 0 0 5px 1px #29292929;
	box-shadow: 0 0 5px 1px #29292929;
}


/* Book Tour Form */


#bookTourModal ul,
#trainerForm ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#bookTourModal li:hover,
#trainerForm li:hover {
	cursor: pointer;
}

#bookTourForm,
#trainerForm {
	display: none;
}


/* Getting Started */
#getting-started-section .img-holder {
	height: 385px;
	min-height: auto;
}

#getting-started-section .img-holder strong {
	/* font-size:20px; */
}


/* MOBILE  NAVIGATION */

.navbar-toggler {
	background-color: revert;
}

 