*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; -webkit-font-smoothing: antialiased;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

a {
	color: #f47820;
	text-decoration: none;
}

a:hover {
	color: #4d4d4e;
}

.selected_link {
	color:#4d4d4e !important;
}

::-webkit-scrollbar {
display: none;
}


#object{
	visibility: hidden;
}


/* Grow */
.grow {
  	transition-duration: 0.5s;
  	-o-transition-duration:.5s;
  	-ms-transition-durationn:.5s;
  	-moz-transition-duration:.5s;
  	-webkit-transition-duration:.5s;
  	transition-property: transform;
  	-webkit-tap-highlight-color: transparent;
  	transform: translateZ(0);
  	box-shadow: 0 0 1px transparent;
}

.grow:hover {
  	transform: scale(1.03);
}


/* Font styles */
.teal {
  	color:#00bab3;
}

.orange {
  	color:#f47820;
}

.grey {
  	color:#4d4d4e;
}

h1 {
  	font-family: 'Montserrat', sans-serif;
  	font-size: 2.5em;
  	font-weight: 700;
  	letter-spacing: -2px;
  	color:#f47820;
}

h2 {
  	font-family: 'Montserrat', sans-serif;
  	font-size: 2em;
  	text-transform: uppercase;
  	font-weight: 700;
  	letter-spacing: -1px;
}

h3 {
  	font-family: 'Montserrat', sans-serif;
  	font-size: 0.625em;
  	text-transform: uppercase;
  	font-weight: 700;
}

h4 {
  	font-family: 'Hind', sans-serif;
  	font-size: 0.8em;
  	font-weight: 400;
}

h5 {
  	font-family: 'Montserrat', sans-serif;
  	font-size: 0.65em;
  	text-transform: capitalize;
  	font-weight: 700;
  	color:#f47820;
  	margin:0 !important;
}

h6 {
  	font-family: 'Montserrat', sans-serif;
  	font-size: .8em;
  	text-transform: uppercase;
  	font-weight: 700;
  	letter-spacing: 0px;
}

body {
  	background-image: url("/images/worn_dots.png");
  	background-size: 100px 100px;
    background-repeat: repeat;
    background-color: #fff;
}

p {
  	font-family: 'hind', sans-serif;
  	font-weight: 300;
 	font-size: 0.85em;
  	line-height: 25px;
  	margin: 0;
  	padding: 0;
  	text-align: left;
  	letter-spacing: .5px;
}

ul {
	padding-left: 0px;
}

.copyright {
	opacity: 0.1;
    padding-bottom: 5px;
    font-size: .9em;
    text-align: left;
}

.moving_height {
	height: 25px;
}

.homeinfo {
	padding-left: 30px;
}

.about_me {
  background-image: url("/images/SteFanie_Farina_portrait.jpg");
  background-position: top;
  background-size: cover;
  width: 100%;
  height:100%;
  color: #fff;
}

.social_media {
  width: 100%;
  height:100%;
  background-color: #fff;
}

.private_sessions {
  background-image: url("/images/photos-13.jpg");
  background-size: cover;
  width: 100%;
  height:100%;
  color: #fff;
}

.group_sessions {
  background-image: url("/images/photos-14.jpg");
  background-size: cover;
  width: 100%;
  height:100%;
  color: #fff;
}

.events {
  width: 100%;
  height:100%;
  background-color: #00bab3;
  color:#fff;
}

.blog {
  width: 100%;
  height:100%;
  background-color: #fff;
  color:#f47820;
}

.contact {
  width: 100%;
  height:100%;
  background-color: #4d4d4e;
  color:#fff;
}

.spacing02 {
    padding-top: 10px;
    padding-left: 10px;
    margin: 0 !important;
    line-height: 30px;
}

.spacing03 {
  	padding-left: 10px;
    margin: 0 !important;
}

.spacing04 {
  	padding-top: 160px;
  	padding-left: 10px;
	margin: 0 !important;
	line-height: 30px;
}

.spacing05 {
  	padding-top: 135px;
  	padding-left: 10px;
  	margin: 0 !important;
}

.spacing06 {
  	padding-top: 10px;
  	margin: 0 !important;
}

/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding: 0 0 0px 0;
	margin: 0;
	width: 60%;
	float:right;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid li {
	width: 33.33%;
	float: left;
	height: 33.33vh;
	text-align: left;
	border-top: 1px solid #ddd;
}

.large {
	width: 66.66% !important;
}

.larger {
	height: 100vh;
    padding-right: 30px;
}

.cbp-ig-grid2 {
	overflow: scroll;
	list-style: none;
	float: left;
	width: 40%;
	height: 100vh;
	margin: 0;
}

.no-scroll {
	overflow: inherit;
}

.scroll {
	overflow: scroll;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid li:nth-child(-n+3){
	border-top: none;
}

/* anchor style */
.cbp-ig-grid li > .social_media {
	display: flex;
}

.cbp-ig-grid li > a {
	display: flex;
	height: 100%;
}

/* Hover styles */

.cbp-ig-grid li > a:hover {
	background: ;
}

.menu {
	padding-top: 40px;
	padding-left: 30px;
}

.menu > ul > li {
	text-decoration: none;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 11px;
}

.menu > ul {
	padding: 0 !important;
}

/* Effect 4: bottom border enlarge */

nav a {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

nav a:hover,
nav a:focus {
	outline: none;
}


.cl-effect-4 a {
	padding: 0px 0px 0px;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f47820;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* Menu Button */

.phone_nav {
	position: fixed !important;
	top: 0;
  	left: 0;
  	z-index: 99;
  	width: 100%;
  	height: 23px;
}


/* Device styles */

.device {
	position: relative;
	overflow: hidden;
	height: 100vh;
    float: left;
	margin: 0 auto;
	background-size: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
}

.device__screen {
	position: relative;
	overflow: hidden;
	height: 100%;
	text-align: left;
	border-radius: 4px 4px 0 0;
}

.dummy {
	display: none;
}

.dummy--active {
	display: block;
}

.dummy__item {
	padding-top: 5px;
    padding-bottom: 5px;
    width: 40vw;
    text-align: center;
    margin: -1em 0em 0em 0em;
	pointer-events: none;
	background: rgba(255, 255, 255, .98);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.dummy__item {
	-webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
	transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.device--alt .dummy__item {
	-webkit-transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
	transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
}

.dummy--active .dummy__item {
	-webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
	transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dummy__item:nth-child(4),
.dummy--active .dummy__item:first-child {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.dummy__item:nth-child(3),
.dummy--active .dummy__item:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.dummy__item:nth-child(2),
.dummy--active .dummy__item:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.dummy__item:first-child,
.dummy--active .dummy__item:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.phone_nav {
	display: none;
}

.contact_text {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 15px;
}

.button {
	display: block;
	text-align: center;
	background: #00bab3;
	border-radius: 10px;
}

.contact_button {
	margin-top: 30px;
	width: 150px;
}

.home_icon {
	width: 25px;
}



/* (max-width 2560px) everything 2560px and more will be this... */

@media screen and (min-width: 160em) { 

	.media_logo {
		display: none;
	}

	h1 {
		font-size: 5em;
	}

	p {
		font-size: 1.8em;
		line-height: 50px;
	}

	.moving_height {
		height: 60px;
	}

	/* h5 Navigation */
	h5 {
		font-size: 1.3em;
	}

	.home_icon {
		width: 40px;
	}

	.contact_text {
	    font-size: 1.5em;
	    padding: 25px;
	}

	.contact_button {
	    width: 250px;
	}

	h2 {
		font-size: 3em;
	}

	h3{
		font-size: 1.5em;
	}

	.spacing02 {
		line-height: 50px;
	}

	.grow {
	    height: 60px;
	}

		body {
		overflow: hidden;
	}

	.copyright {
		position: fixed;
		bottom:10px;
		opacity: 0.1;
	    padding-bottom: 5px;
	    font-size: .9em;
	    text-align: left;
	}


}


/* (max-width 2560px) everything 2560px and less will be this... */

@media screen and (max-width: 160em) { 

	.media_logo {
		display: none;
	}

		body {
		overflow: hidden;
	}

	.copyright {
		position: fixed;
		bottom:10px;
		opacity: 0.1;
	    padding-bottom: 5px;
	    font-size: .9em;
	    text-align: left;
	}


}


/* (max-width 1440px) everything 1440px and less will be this... */

@media screen and (max-width: 90em) { 

	h2 {
		font-size: 1.5em;
	}

	.spacing02 {
		line-height: 25px;
	}

	h3 {
		font-size: .7em;
	}

	.contact_text {
	    font-size: 1em;
	    padding: 15px;
	}

	.contact_button {
	    width: 150px;
	}

	.media_logo {
		display: none;
	}

	.media_icon {
	    position: fixed;
	    padding-top: 30px;
	    padding-bottom: 20px;
	    top: 0;
	    z-index: 999;
	}

	.web_logo {
		display: none;
	}

	.phone_nav {
		display: none;
	}

	.homeinfo {
	    padding-top: 0px;
	}

	.grow {
	    height: 30px;
	}

	body {
		overflow: hidden;
	}

	.copyright {
		position: fixed;
		bottom:10px;
		opacity: 0.1;
	    padding-bottom: 5px;
	    font-size: .9em;
	    text-align: left;
	}


}


/* (max-width 1024px) everything 1024px and less will be this... */

@media screen and (max-width: 64em) { 

	h1 {
		font-size: 2em;
	}

	.copyright {
		position: fixed;
		bottom:10px;
		opacity: 0.1;
	    padding-bottom: 5px;
	    font-size: .9em;
	    text-align: left;
	}

	.media_logo {
		position: fixed;
		display: block;
		width: 40vw;
		text-align: center;
		padding-top: 93px;
		padding-right: 30px;
		background-color: #fff;
	}

	.homeinfo {
	    padding-top: 80px;
	}

	.menu {
			display: none;
	}

	.phone_nav {
		display: block;
		width: 40vw;

	}

	.web_logo {
		display: none;
	}

}


/* (max-width 768px) everything 768px and less will be this... */

@media screen and (max-width: 48em) { 

	body {
		overflow: inherit;
	}

	.cbp-ig-grid {
		width: 100%;
		height: auto;
	}

	.cbp-ig-grid2 {
		width: 100%;
		height: auto;
	}

	.cbp-ig-grid li {
		width: 33.33%;
		float: left;
		height: 200px;
		text-align: left;
		border-top: 1px solid #ddd;
	}

	h1 {
		text-align: center;
	}

	p {
		text-align: center;
		font-size: 1.1em;
		line-height: 30px;
	}

	.contact_button {
	    margin-left: auto;
	    margin-right: auto;
	    padding-bottom: 10px;
	}

	.media_logo {
	    width: 100vw;
	    z-index: 9;
	}

	.dummy__item {
	    width: 100vw;
	}

	.larger {
	    height: 100%;
	}

	.large {
		overflow: hidden;
	}

	.copyright {
		position: inherit;
		bottom: inherit;
	    text-align: center;
	}

}

/* (max-width 425px) everything 425px and less will be this... */

@media screen and (max-width: 26.75em) { 

	.cbp-ig-grid li {
		width: 50%;
		height: 200px;
	}

	.large {
		width: 100% !important;
		overflow: hidden;
	}

	.contact_box {
		display: none;
	}

}


/* (max-width 375px) everything 375px and less will be this... */

@media screen and (max-width: 23.438em) { 

	.large {
		overflow: hidden;
	}

}


/* (max-width 320px) everything 320px and less will be this... */

@media screen and (max-width: 20em) { 

	h1 {
		font-size: 1.8em;
	}

	.moving_height {
		height: 20px;
	}

	.large {
		overflow: hidden;
	}

}


