@charset "utf-8";
/* CSS Document */

section {
	padding: 20vh 0;
	margin: 0 auto;
}

/*	-----------   SPLASH    ------------    */


@media screen and (orientation:portrait) { 
	#SPLASH {
		height: 70vh;
/*			background-color: blue;*/
	}
	.video-background {
		height: 70vh;
	}
}

@media screen and (orientation:landscape) { 
	#SPLASH {
		height: 92vh;
/*			background-color: red;*/
	} 
	.video-background {
		width: 100%;
	}
}


#SPLASH {	
	background-color: transparent;
	padding: 0;

}


.splash-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	height: inherit;
	width: 100vw !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: transparent;
	padding: 5vh inherit;	

	position: absolute;
	top: 5vh;
	
	
}

.splash-wrapper h1, .splash-wrapper h2, .splash-wrapper a{
	margin: 0 auto;
	z-index: 10;
}

.splash-button {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	z-index: 5;
}

.splash-spacer {
	height: 0px;
}

.splash-img {
	height: inherit;
	min-width: 100%;
	margin: 0;
	padding: 0;
	
	z-index: -6;
}

.video-background { 
    height: inherit; 
	width: 100%;
    top: 0;
	padding: 0;
	margin: 0;
	float: left;
	-o-object-fit: cover;
	   object-fit: cover;
    z-index: -6;
	-o-object-position: center;
	   object-position: center;
}



/*	-----------   PERSONAL TRAINING    ------------    */




.pt-wrapper {
	text-align: left;
}

.ptspacer-img {
	background-image: url("../images/mobphoto_resc/main_001_webres.png");
	background-size: cover;

}

/*	-----------   TESTIMONIALS    ------------    */

.ts-wrapper {
	text-align: right;
}

.ts-block{
	padding-left: 5%;
}


.tsspacer-img {
	background-image: url("../images/mobphoto_resc/main_002_webres.png");
	background-size: cover;
	
}



.review-carousel {
	width: 80vw;
	margin: auto;
}

.review-carousel a {
	width: 10%;
}

.carousel-control-prev {
	margin-right: 3vw;
}

.carousel-control-next {
	margin-left: 3vw;
}

.carousel-item {
	height: 72vh;
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.carousel-content.active{
	margin-top: auto;
	margin-bottom: auto;
}

.review-blurb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #863030;
	margin: 3% auto;
	width: 80%;
	border-radius: 40px;
	padding: 2% 4%;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
}

.review-blurb::after {
	display: block;
	content: '';
	height: 40px;
	min-width: 40px !important;
	background-color: #863030;

	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.reviewer-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin: 0.5% auto;

}

.reviewer-block h3 {
	padding: 0;
	margin: 0 0.5%;
}

.reviewer-block > * {
	width: auto;
}

.review-text {
	font-size: 14px;
	letter-spacing: 0.1em;
	width: 100%;
	-webkit-transform: translateX(2vw);
	    -ms-transform: translateX(2vw);
	        transform: translateX(2vw);

}
.review-button {
	margin: 3% auto !important;
	padding-top: 10px;
}

.review-b{
	margin: auto;
	
}

.carousel-inner {
	height: 70vh;
	background-color: transparent;
		margin-bottom: 2%;
}

/*	-----------   CLASSES    ------------    */
/*

.cl-wrapper {
	text-align: right;
}

.clspacer-img {
	background-image: url("../images/SB_BG-img.png")
}

.cl-span.spantest {
	background-color: magenta;
	height: 10px;
	width: 100%;
	z-index: 10;
	transform: translateY(-17vh);
	
}
*/



/*	-----------   BOOKING    ------------    */

.bk-wrapper > h1 {
	padding-bottom: 0;
}

.bk-flex {
	display: none;
	margin: auto;
}

.bk-flex > * {
	margin: 4% auto;
}

.bk-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	-ms-grid-columns: 1fr 5% 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5%;
	padding: 0;
	margin: 0;
}

.bk-gridblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
/*	flex-basis: 100%;*/
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

}

.bk-mailformbox {
	
}

.mail-form {
  	
 	 max-width: 400px;
  	 margin: 0 auto;
/* 	 padding: 20px;*/

}

.form-group {
 	 width: 100%;
 	 margin-top: 20px;
}

.fullform-button {
	 width: 30%;
	 border-radius: 20px;
	 border: none;
	 outline: none;
	 padding: 20px;
	 font-size: 18px;
	 font-family: 'montserrat', sans-serif;
	 background-color: teal;
	 margin: 20px 150px 20px 150px;
	 -ms-flex-item-align: center;
	     -ms-grid-row-align: center;
	     align-self: center;
}
#deskform {
	margin: 0;
}
#status {
	  width: 90%;
	  max-width: 500px;
	  text-align: center;
	  padding: 10px;
	  margin: 0 auto;
	  border-radius: 15px;
}

#status.success{
	  background-color: rgba(211, 250, 153);
	  -webkit-animation: status 4s ease forwards;
	          animation: status 4s ease forwards;
}

#status.error{

	  background-color: rgba(250, 125, 95);
	  color: white;
	  -webkit-animation: status 4s ease forwards;
	          animation: status 4s ease forwards;
}

@-webkit-keyframes status {
  0% {
    opacity: 1;
    pointer-events: all;
  }
  90% {
    opacity: 1;
    pointer-events: all;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes status {
  0% {
    opacity: 1;
    pointer-events: all;
  }
  90% {
    opacity: 1;
    pointer-events: all;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}




#Setmore_button_iframe {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.setmore-button {
	display: block;
	position: relative;
	height: 50px;
	width: 250px;
	padding: 0;

	-ms-grid-column-align: center;

	    justify-self: center;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	float: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	
	background-image: url("https://storage.googleapis.com/setmore-assets/2.0/Images/Integration/book-now-blue.svg");
	background-position: center;
	background-repeat: no-repeat;
	
}



.bkspacer-img{
	background-image: url("../images/mobphoto_resc/main_003_webres.png");
	background-size: cover;
}

.bk-flexblock {
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin: auto;
	}

.bk-flexblock > * {
	margin: 5vh auto;
}

/*	-----------   ABOUT    ------------    */


.ab-wrapper {
	padding: 0 0;
	overflow: auto;
}


.ab-gridimg {
/*
	display: flex;
	flex-flow: column wrap;
	flex-basis: 0;
*/	
	-o-object-fit: contain;	
	   object-fit: contain;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	position: relative;
}

.ab-topfloat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
	margin: 0;
}

.ab-headers {
	margin: auto 0;
}

.ab-img {
	padding: 0 0;
	margin: auto 0;
	max-width: 48%;
}


.ab-contflex {
	padding: 2px 0;
	text-align: left;
	max-width: 100%;
	min-height: 100%;
}

.ab-txtcont {
	float: none;
	margin: 0;
	padding: 0;
}

.ab-txt {
	padding: 0;	
}
.ab-contflex p {
	margin:0;
	padding:0;
}

.ab-contflex h1 {
	margin-bottom: 3%;
}

.ab-spacer {
	height: 5%;
}



/* 		*******************************
		*		MEDIA QUERIES  		  *
		*******************************		*/


/*	-----------  LARGE DESKTOP   ------------    */
@media (min-width: 992px){
	#SPLASH {
		min-height: 80vh;
	}
	.video-background {
		min-height: 80vh;
	}
	
	.splash-wrapper {
		width: 100%;
	}
	
	.wrapper {
		width: 80%;
	}
	.pt-wrapper > p {
		width: 60%;
	}
	
	.ab-img{
		max-width: 30%;
		max-height: 30%;
		-webkit-transform: translateX(-10vw);
		    -ms-transform: translateX(-10vw);
		        transform: translateX(-10vw);
	}
	
	.splash-wrapper h1{
		font-size: 3vw;
	}
	
	.splash-wrapper h2 {
		font-size: 1.3vw;
	}
	
	.review-blurb::after {
			-webkit-transform: translateY(3.5vh) rotate(45deg);
	    -ms-transform: translateY(3.5vh) rotate(45deg);
	        transform: translateY(3.5vh) rotate(45deg);
	}
/*
	.reviews-button {
		margin-right: 20%;
	}
*/
}
/*	-----------  SMALL LAPTOP SCREENS   ------------    */
@media only screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1500px) and (max-height: 800px) {
	
	section {
		padding: 10vh 0;
	}
	
	#testimonials {
		padding: 10vh 0 20vh 0;
	}
	
	h1, h2, h3, p {
		padding: 1% 0;
	}
}

/*	-----------  PORTRAIT TABLET TO SMALL DESKTOP   ------------    */
@media only screen and (min-width: 768px) and (max-width:991px){
	.splash-wrapper {
		max-width: 100%;
	}
	.wrapper {
		width: 80%;
	}
	.bk-grid {
		display: none;
	}
	
	.bk-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		    align-content: center;
	}
	.bk-flexblock {
		display: block;
	}
	
	.ab-topfloat {
		height: 40vh;
	}
	
	.ab-headers h2 {
		font-size: 23px;
	}
	.ab-headers h3 {
		font-size: 18px;
	}
	
	.ab-txtcont p{
		font-size: 14px;
	}
}

/*	-----------  LANDSCAPE PHONE TO PORTRAIT TABLET  ------------    */
@media only screen and (min-width: 481px) and (max-width:767px){
	
	.wrapper {
		width: 80%;
	}
	.splash-wrapper {
		width: 100%;
	}
	
	
	.bk-grid {
		display: none;
	}
	.bk-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		    align-content: center;
	}
	.bk-flexblock {
		display: block;
	}
	
	.ab-headers {
		margin: auto 0;
		padding-top: 4%;
	}
	

	.ab-img {
		min-width: 40%;
		min-height: 40%;
		max-width: 40%;
		max-height: 40%;
		margin: auto 0;

	}
	
	#carouselExampleIndicators1 {
		height: 80vh;
		width: 90vw;
		margin: 0 auto;	
	}
	
	.carousel {
		margin: 0 auto;
	}

	.carousel-content {
		height: 75vh;
		
	}
	
	.review-blurb {
		padding: 2%;
	}
	
	.review-text {
		font-size: 12px;
	}
	
	.ab-topfloat {
		height: 35vh;
	}
	
	.ab-img {
		padding: 10px;
		min-width: 40vw;
		min-height: 40vw;
		max-width: 40vw;
		max-height: 40vw;
	}
	
}



/*	-----------  LANDSCAPE PHONES AND DOWN   ------------    */
@media only screen and (max-width: 480px){
	
	body {
		overflow-x: hidden;
		max-width: 100%;
	}
	section {
		padding: 5vh inherit;
	}
	.wrapper {
		width: 90%;
	}
	
	.splash-wrapper {
		width: 95%;
	}
	#SPLASH {
		height: 65vh;
	}
	.video-background {
		height: 65vh;
	}
	
	.ts-span{
		-webkit-transform: translateY(-10vh);
		    -ms-transform: translateY(-10vh);
		        transform: translateY(-10vh);
	}
	.bk-grid {
		display: none;
	}
	.bk-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		    align-content: center;
	}
	.bk-flexblock {
		display: block;
	}
	.ab-contflex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		padding-bottom: 9%;
	}
	
	.ab-topfloat {
		height: 25vh;
	}
	
	.ab-headers {
		margin: auto 0;
		padding-top: 4%;
	}
	.ab-img {
		width: 60%;
		min-height: 60%;
		margin: auto 0;
	}
	
	.ab-spacer {
		height: 2vh;
	}
	
	.ts-span {
		-webkit-transform: translateY(13vh);
		    -ms-transform: translateY(13vh);
		        transform: translateY(13vh);
	}
	.review-carousel {
		width: 85vw;
		padding-top: 5vh;
		
	}
	
	.carousel-inner {
		width: 100%;
		margin: 0;
		height: 70vh;
	}
	
	.review-blurb {
		width: 100%;
		margin: 2% 0 3vh 0;
		padding: 1%;
	}
	
	.review-blurb::after {
		-webkit-transform: scale(0.7) rotate(45deg) translateY(5vh);
		    -ms-transform: scale(0.7) rotate(45deg) translateY(5vh);
		        transform: scale(0.7) rotate(45deg) translateY(5vh);		
	margin-right: 3vw;
	}
	
	.review-text {
		width: 100%;
		font-size: 11px;
		margin-right: -30px;
		padding-left: 10px;
		-webkit-transform: translateX(10px);
		    -ms-transform: translateX(10px);
		        transform: translateX(10px);
	}
	
	.carousel-indicators {
		-webkit-transform: translateY(8vh);
		    -ms-transform: translateY(8vh);
		        transform: translateY(8vh);
	}
	
	.review-button {
		margin: 0;
	}
}

@media only screen and (orientation:landscape) and (max-height: 585) {

	#SPLASH {
		
	}
	
	.video-background {
		min-width: 100%;
		height: auto;
	}
	

	
}