/* =============================================================================
   Font-Face
   ========================================================================== */
   
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/291c09");

  
@font-face {	
	font-family: 'EngraversMT';
	src: url('../webfont/291C09_0_0.eot');
	src: url('../webfont/291C09_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../webfont/291C09_0_0.woff') format('woff'),
		 url('../webfont/291C09_0_0.ttf') format('truetype');		
}
   
@font-face {
    font-family: 'montserratbold';
    src: url('../webfont/montserrat-bold-webfont.eot');
    src: url('../webfont/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/montserrat-bold-webfont.woff') format('woff'),
         url('../webfont/montserrat-bold-webfont.ttf') format('truetype'),
         url('../webfont/montserrat-bold-webfont.svg#montserratbold') format('svg');
         
         
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../webfont/montserrat-regular-webfont.eot');
    src: url('../webfont/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/montserrat-regular-webfont.woff') format('woff'),
         url('../webfont/montserrat-regular-webfont.ttf') format('truetype'),
         url('../webfont/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'alchemy-social';
  src: url('../webfont/alchemy-social.eot?48489354');
  src: url('../webfont/alchemy-social.eot?48489354#iefix') format('embedded-opentype'),
       url('../webfont/alchemy-social.woff?48489354') format('woff'),
       url('../webfont/alchemy-social.ttf?48489354') format('truetype'),
       url('../webfont/alchemy-social.svg?48489354#alchemy-social') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'StarFontSans';
	src: url('../webfont/StarFontSans.eot') format('eot'), 
	     url('../webfont/StarFontSans.woff') format('woff'), 
	     url('../webfont/StarFontSans.ttf')  format('truetype'),
	     url('../webfont/StarFontSans.svg#StarFontSans') format('svg');
}


@font-face {
    font-family: 'astrogadgetregular';
    src: url('../webfont/astrogadget.eot');
    src: url('../webfont/astrogadget.eot?#iefix') format('embedded-opentype'),
         url('../webfont/astrogadget.woff') format('woff'),
         url('../webfont/astrogadget.ttf') format('truetype'),
         url('../webfont/astrogadget.svg#astrogadgetregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'alchemy-social';
    src: url('../font/alchemy-social.svg?48489354#alchemy-social') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "alchemy-social";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.social a {
	color: #FFFFFF;
	text-decoration: none;
}
 
.icon-gplus:before { content: '\e803'; } /* '' */
.icon-pinterest:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\e800'; } /* '' */
.icon-youtube:before { content: '\e805'; } /* '' */
.icon-facebook:before { content: '\e801'; } /* '' */
.icon-instagram-filled:before { content: '\e804'; } /* '' */


/* =============================================================================
   Site Styles
   ========================================================================== */
   

.slicknav_menu {
	display:none;
}

.container:before,
.container:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.container:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.container {
    *zoom: 1;
    margin-top: 0;
}


section {
	display: block;
	width: 100%;
}

section h2 {
	font-family: EngraversMT, Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	font-size: 30px;
}


body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	
}

header {
	width: 100%;
	background: #FFFFFF url(../img/header-bg.png) repeat-x;
	height: 98px;
	position: fixed;
	top: 0;
	z-index: 3000;
	
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.23);
}

header nav {

}

header nav ul {
	height: 61px;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	float: right;
}

header nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

header nav a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 34px;
	padding: 24px 12px 0;
	border-bottom: 3px solid #303030;
}

header nav li a:hover,
header nav li.active a {
  text-decoration: none;
  border-bottom: 3px solid #FFFFFF;
  
     -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease; 
}


.headinfo {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #FFFFFF;
	text-align: right;
}

.adr {
	font-style: italic;
	margin: 8px 0 0 34px;
}

.address {
	margin: 0 18px 0 0;
}

.social {
	margin-right: 10px;
}


#logo {
	text-align: center;
}


   
#wrapper {
	width: 100%;
	background: #FFFFFF url(../img/main-bg.jpg) no-repeat top center;
	margin: 98px 0 0 0;
	position: relative;
	overflow: hidden;
	
}

.background {
	width: 100%;
	position: relative;
	z-index: 100;
}

#scene {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;	
	z-index: -1;
	height: 1627px;
	position: relative;
	width: 100%;
}
#scene .layer {
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}

.layer1 {
	background: transparent url(../img/triangles-l2.gif) no-repeat top center;
}

.layer2 {
	background: transparent url(../img/shapes-l3.png) no-repeat top center;
	z-index: 200;
}


#intro {
	position: absolute;
	width: 100%;
	height: 1627px;
}

.intro-wrap {
	position: relative;
}

#home {
	position: relative;
	z-index: 200;
	top: 0;
}



.section-head {
	text-transform: uppercase;
	font-size: 38px;
	position: relative;
	top: -23px;
	margin: 0;
	background: transparent url('../img/slash.png') no-repeat;
	height: 87px;
	padding: 26px 0 0 46px;
}

.product-wrap .section-head {
	top: -38px;
}

.section-head span {
		 -ms-transform:skew(-20deg);
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	     	transform: skew(-20deg);
	display: inline-table;
	text-align: center;
	font-family: Georgia, Times, 'Time New Roman', serif;
	font-size: 28px;
	font-weight: normal;
	text-transform: lowercase;
	position: absolute;
	padding: 0 22px;
	top: 70px;
	right: 100px;
	
}


.intro-content {
	width: 100%;
	position: absolute;
	z-index: 200;
	top: 0;
}


.top-callout {
	background: transparent url(../img/top-callout.jpg) no-repeat center center;
	height:536px;
	width:536px;
	-moz-border-radius:	536px;
	-webkit-border-radius:	536px;
	border-radius: 536px;
	text-align: center;
	margin: 0 auto;
	color: #303030;
	
	overflow: hidden;
}

.top-callout h2 {
	margin: 0;
	font-size: 40px;
	font-weight: normal;
}

.top-callout h3 {
	font-family: Georgia, Times, 'Time New Roman', serif;
	font-style: italic;
	margin: 0 0 16px 0;
}

.top-callout hr {
	margin: 208px auto 12px;
	border-top: 2px solid #303030;
	width: 16px;
	display: block;
}

.circle-tm {
	width: 367px;
	height: 367px;
	background: #FFFFFF url(../img/alchemy-salon.jpg) no-repeat;
	-moz-border-radius:	367px;
	-webkit-border-radius:	367px;
	border-radius: 367px;
	position: absolute;
	right: 0px;
	top: 510px;

}



.moon {
	width: 339px;
	height: 339px;
	background: #FFFFFF url(../img/moon.jpg) no-repeat;
	-moz-border-radius:	339px;
	-webkit-border-radius:	339px;
	border-radius: 339px;
	position: absolute;
	left: 121px;
	top: 645px;
	
	-webkit-box-shadow: -7px -7px 8px rgba(50, 50, 50, 0.07);
	-moz-box-shadow:    -7px -7px 8px rgba(50, 50, 50, 0.07);
	box-shadow:         -7px -7px 8px rgba(50, 50, 50, 0.07);
}

.change-circle {
	width: 216px;
	height: 216px;
	
	background: #FFFFFF url(../img/changebg.png) no-repeat;
	-moz-border-radius:	216px;
	-webkit-border-radius:	216px;
	border-radius: 339px;
	position: absolute;
	left: 51px;
	top: 475px;
	
}


#services {
	position: relative;
	width: 100%;
	color: #FFFFFF;
	z-index: 300;
	background: #000 url('../img/space-bg.jpg');
	padding: 60px 0;
}

#services .content {
	position: relative;
	text-transform: uppercase;
	z-index: 301;
}

#services h2 {
	margin-top: 0;
	text-align: center;
	
}

.services-container {
	position: relative;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.s-disclaimer {
	font-size: 12px;
	text-transform: none;
}

/* media query for services section */
@media screen and (min-width: 768px) {
	.services-container {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.services-batch {
		width: 33.333%;
		margin: 0 20px;
	}
}




.serv-left {
	width: 50%;
	min-height: 528px;
	position: absolute;
	top: 0;
	right: 50%;
}

.serv-right {
	width: 50%;
	min-height: 528px;
	top: 0;
	position: absolute;
	left: 50%;
}


.left-chev, .right-chev {
	width: 100%;
	min-height: 528px;
	background: transparent url('../img/space-bg.jpg');
	position: absolute;
	top: -100px;
	padding-bottom: 100px;
	z-index: 301;
	
}

.left-chev {
	-webkit-transform: skew(0deg, 21deg);
	-moz-transform: skew(0deg, 21deg);
	-ms-transform: skew(0deg, 21deg);
	-o-transform: skew(0deg, 21deg);
	transform: skew(0deg, 21deg);
	right: 0px;
}

.right-chev {
	-webkit-transform: skew(0deg, -21deg);
	-moz-transform: skew(0deg, -21deg);
	-ms-transform: skew(0deg, -21deg);
	-o-transform: skew(0deg, -21deg);
	transform: skew(0deg, -21deg);
	left: -1px;		
}

#services ul {
	list-style-type: none;
	margin: 0 0 18px 0;
	padding: 0;
}


#services ul li {
	border-bottom: 1px dotted #FFFFFF;
	padding: 4px 0;
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
}

#services h3 {
	font-family: montserratbold, Helvetica, Arial, sans-serif;
	border-bottom: 1px dotted #FFFFFF;
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	color: #EFC42A;
}

#services ul li:last-child {
	border-bottom: none;
}


#services ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-name {
	text-transform: uppercase;
}

.service-desc {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.service-desc p {
	margin: 6px 0;
}

.service-desc .service-tip {
	font-size: 12px;
	font-style: italic;
}

#services ul li span.consult {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	font-size: 10px;
	margin-top: 2px;
}

#services .services-desc {
	text-transform: none;
}


#stylists {
	background: transparent url(../img/poly-bg.png);
	padding: 100px 0px 150px;
	position: relative;
	font-family: Georgia, Times, 'Times New Roman', serif;
}


#style-wrap {
	padding-top: 40px;
	position: relative;
}

#style-wrap > .stylist {
	margin-right: 54px;
	position: relative;
}




#style-wrap > .stylist:nth-child(n+4):nth-child(-n+7) {
	top: -44px;
}

#style-wrap > .stylist:nth-child(n+8):nth-child(-n+12) {
	top: -88px;
}

#style-wrap > .stylist:nth-child(n+13):nth-child(-n+16) {
	top: -132px;
	
}

#style-wrap > .stylist:nth-child(n+17):nth-child(-n+20) {
	top: -175px;
	
}


#style-wrap > .stylist:nth-child(1) {
	margin-left: 219px;	
}

#style-wrap > .stylist:nth-child(9n+4) {
	margin-left: 121px;
}

#style-wrap > .stylist:nth-child(8) {
	margin-left: 23px;
}

#style-wrap > .stylist:nth-child(12) {
	margin-right: 0px;
}

#style-wrap > .stylist:nth-child(17) {
	margin-left: 23px;
}




a.stylist {
	width: 138px;
	height: 138px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	overflow: hidden;
	background-color:#edc310;
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	color: #000000;
}


a.stylist:hover {

}


.stylist-pic  {
	width: 205px;
	height: 249px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -55px 0 0 -33px;
	position: relative;
}

.stylist-pic img { 
	position: absolute;
	z-index: 100;
	-webkit-backface-visibility: hidden;

}

.stylist-name {
	position: absolute;
	z-index: 200;
	text-align: center;
	width: 100%;
	height: 100px;
	bottom: -100px;
	background-color: #efc405;
	opacity: 0.7;
}


.stylist-overlay {
	width: 138px;
	height: 138px;
	background-color:#e2bb0f;
	position: absolute;
	z-index: 100;
	opacity: 0.7;
}

.sign {
	font-family: astrogadgetregular;
	display: block;
	font-size: 16px;
	margin-top: 2px;
	font-style: normal;	
}


#process-wrap {
	margin: -8px auto 75px;
	width: 414px;
	height: 477px;
	position: relative;
	overflow: hidden;
	mask: url(../img/mask.png);
	background-color: #FFFFFF;
}

.process-nav {
	position: absolute;
	z-index: 400;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.process-nav  a {
	position: absolute;
	display:  block;
	background-color: #eec416;
	text-align: center;
	width: 160px;
	height: 40px;
	text-decoration: none;
	color: #000000;
	line-height: 40px;
	font-size: 20px;
	left: 127px;
}

.process-nav a.prev {
	top: 0;
	
}

.process-nav a.next {
	bottom: 0;
}

#process {
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 414px;
	overflow: hidden;
	height: 477px;
}

#process:hover {
	cursor: move;
}


#process li {
	width: 414px;
	height: 477px;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: block;
}

#process01 { background-image: url(../img/ma01.jpg); }
#process02 { background-image: url(../img/ma02.jpg); }
#process03 { background-image: url(../img/ma03.jpg); }
#process04 { background-image: url(../img/ma04.jpg); }
#process05 { background-image: url(../img/ma05.jpg); }


.process-text {

}

.process-text h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 8px 0;
}

.process-text p {
	margin-top: 0px;
}

.process-text h3 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	font-style: italic;
	margin: 0;
}

.process-text-btn {
	font-family: montserratregular, Helvetica, Arial, sans-serif;
font-size: 12px;
    color: #eec416;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #FFFFFF;
    display: block;
    text-transform: uppercase;
    width: 40%;
    margin: 0 auto;
}

.terms-link {
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #eec416;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 12px;	
}


.process-overlay {
	width: 354px;
	height: 417px;
	background: transparent url(../img/overlay-bg.jpg) no-repeat left top;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	padding: 60px 30px;
	z-index: 500;
	
}

.disclaimer {
	font-size: 12px;
	color: #eeeeee;
	line-height: 1.2em;	
}


#products {
	background-color: #efc405;
	padding-bottom: 100px;
	-webkit-transform: skew(0deg, 10deg);
	-moz-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	top: -120px;
	position: relative;
}

#products .container {
	position: relative;
	zoom: 1;
}


#products:after {
	content: "";
	background-color: #efc405;
	position: absolute;
	bottom: -300px;
	z-index: -1;
	
	width: 100%;
	height: 500px;
	
	-webkit-transform: skew(0deg, -10deg);
	-moz-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);	
}


.product-wrap {
	padding-top: 100px;
	-webkit-transform: skew(0deg, -10deg);
	-moz-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);	
}

.product-wrap h3 {
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	
}

.product {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.product-wrap p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin: 0;
}

		.product-grid {
			display: flex;
			flex-wrap: wrap;
			align-items: center;

		}

		.product {
			width: 100%;
			max-width: 50%;
			padding: 25px;
			box-sizing: border-box;
		}

		.product p {
			text-align: justify;
		}

		.product a {
			display: block;
			margin-bottom: 25px;
		}

		.product-grid img {
			height: unset;
			max-height: 150px;
			max-width: 250px;
		}

@media only screen and (max-width: 768px) {
	.product {
		max-width: 100%;
	}
}

#blog {
	background: #000000 url(../img/news-bg.png);
	z-index: 200;
	top: -575px;
	
	-webkit-transform: skew(0deg, -10deg);
	-moz-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

#blog h2 {
	color: #FFFFFF;
}


#home-weddings {
	background: #000000 url('https://www.alchemyorlando.com/wp-content/uploads/weddings-header.jpg') no-repeat top left;
	background-size: cover;
	z-index: 200;
	top: -575px;
	
	padding: 100px 0;
	
	-webkit-transform: skew(0deg, -10deg);
	-moz-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

#home-weddings h2 {
	color: #FFFFFF;
}

.wed-wrap {
	padding: 80px 0;

	-webkit-transform: skew(0deg, 10deg);
	-moz-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);	
}



.news-wrap {
	padding: 80px 0;

	-webkit-transform: skew(0deg, 10deg);
	-moz-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

.news-wrap .grid_4  {
	position: relative;
}

.news-wrap .grid_4 .news-suffix {
	position: absolute;
	bottom: 24px;
	right: 0;
	z-index: -1;
}


.news-item {
	background-color: #efc405;
	position: relative;
	margin-bottom: 50px;
	
	
	-webkit-transform: skew(0deg, -10deg);
	-moz-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	
	color: #303030;
}


.news-item h3 {
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px solid #303030;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}

.news-item p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	margin: 0 0 8px 0;
}

.news-item p.date {
	font-style: italic;
	margin: 8px 0 12px 0;
}

.news-item a {
	color: #303030;
	font-style: italic;
	font-weight: bold;
}


.news-content {
	padding: 25px 22px;

	-webkit-transform: skew(0deg, 10deg);
	-moz-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}



.news-intro {
	color: #b7b7b7;
	margin-bottom: 50px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}

#about {
	position: relative;
	padding: 100px 0 101px;
	z-index: 300;
	
	background: transparent url(../img/zigzagtop.png) repeat-x bottom left;
}

#about h3, #about h4 {
	color: #efc405;
	text-align: center;
	font-weight: normal;
}

#about h3 {
	font-family: EngraversMT, Georgia, Times, 'Times New Roman', serif;
	font-size: 30px;
}

#about h4 {
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

#about hr {
	border: 0;
	height: 2px;
	width: 54px;
	background-color: #efc405;
	margin: 0 auto;
}

#about img {
	margin-bottom: 16px;
}

#about p {
	font-family: Georgia, Times, 'Times New Roman', serif;
}

#contact {	
	
	background-color: #ecc205;
	background-image: url(../img/contactbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px; 
	margin: -10px auto 0; 
	width: 100%;
	position: relative;
	
	

	
}

#contact label {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 13px;
	font-style: italic;
}

#gform_submit_button_1 {
	padding: 10px 20px;
	background-color: #4d4e4f;
	color: #FFFFFF;
	text-transform: uppercase;
	border: none;
	font-weight: normal;
}

.map {
	margin: 12px 0 0 0;
	clear: both;
}


.hours {
	font-size: 13px;
	margin: 0;
}

.hours h3 {
	margin: 0 0 4px 0;
}

.hours p {
	margin: 2px 0 4px 0;
}


#bottom-nav {
	top: -20px;
	position: relative;
	z-index: 300;
	background: transparent url(../img/zigzagbot.png) repeat-x top left;
}

#bottom-nav nav {

}

#bottom-nav nav ul {
	height: 61px;
	margin: 50px auto 25px 0;
	padding: 0;
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}

#bottom-nav nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#bottom-nav nav a {
	color: #303030;
	text-decoration: none;
	display: inline-block;
	height: 34px;
	padding:18px 18px 12px 18px;
}

#bottom-nav nav li a:hover,
#bottom-nav nav .active {
  text-decoration: none;
  border-bottom: 1px solid #303030;
}


footer {
	padding: 85px 0;
	min-height: 400px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#instafeed {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#instafeed li {
	display: inline-block;
	margin: 0;
	padding: 0;
}


/* =============================================================================
   Page Styles
   ========================================================================== */
  
.yellow-bg {
	background-color: #efc405;
} 

.white-bg {
	background-color: #FFFFFF;	
}

/* =============================================================================
  igram feed
   ========================================================================== */

#igram {
	background: #000000 url(../img/news-bg.png);
	z-index: 200;
	top: -575px;
	
	-webkit-transform: skew(0deg, -10deg);
	-moz-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
	
	overflow: hidden;
}

#ifeed {
	position: relative;
	top: -175px;
	-webkit-transform: skew(0deg, 10deg);
	-moz-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

/* =============================================================================
   Blog Styles
   ========================================================================== */

.blog-wrap {
	margin-top: 98px;
	padding: 0 0 80px 0;
	color: #404040;	
}

.blog-wrap h1 {
	border-bottom: 1px solid #d2d1d6;
	font-weight: normal;
	font-family: EngraversMT, Georgia, Times, 'Times New Roman', serif;
	padding: 0 0 24px 0;
	font-size: 20px;
	margin: 36px 0 0 0;
}

body.page-id-16 {
	background-color: #eeefef;	
}

.entry {
	margin-bottom: 48px;
}

.entry a {
	color: #2569a3;
}

.entry-meta {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 13px;
	margin-bottom: 12px;
}

.entry-meta span {
	margin: 0 10px;
}

.entry h2 {
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d1d6;
	margin: 22px 0 12px;
	padding: 0 0 20px 0;
}

.entry p {
	font-family: Georgia, Times, 'Times New Roman', serif;
	line-height: 1.6em;
}

.entry .readmore {
	display: block;
	background-color: #efc405;
	color: #FFFFFF;
	border-bottom: 2px solid #d2d1d6;
	text-align: center;
	width: 140px;
	padding: 2px 0;
	text-align: center;
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
}

.sidebar {
	padding: 14px 0 0 0;
}

.sidebar h3 {
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #d2d1d6;
	text-transform: uppercase;
	margin: 22px 0 12px 0;
	width: 100%;
	padding-bottom: 12px;
}

.wp-search {
	margin-bottom: 12px;
}

#searchsubmit {
	border: none;
	background-color: #efc405;
	margin-top: 12px;
	color: #FFFFFF;
	border-bottom: 2px solid #d2d1d6;
	text-align: center;
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	padding: 4px 8px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	border-bottom: 1px solid #d2d1d6;
	padding-bottom: 6px;
	margin-top: 6px;
	font-size: 13px;	
}

.sidebar ul li a {
	text-decoration: none;
	color: #868686;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.mfp-container {
	padding: 150px 0;
}

.mfp-close-btn-in .mfp-close {
	background:url(../img/modal_close.png) no-repeat top right;width:157px;height:156px;z-index:3200;position:absolute;top:0;right:0;cursor:pointer;opacity: 1;
}

.stylist-window {
	background-color: #FFFFFF;
	padding: 20px;
	position: relative;
}

.stylist-window h2 {
	font-family: EngraversMT, Georgia, Times, 'Times New Roman', serif;
	max-width: 294px;
	font-size: 24px;
	font-weight: normal;
	padding: 32px 0 18px 48px;
	top: 0;
}

.stylist-window .section-head span {
	top: 63px;
	left: 75px;
}

.stylist-window h3 {
	font-family: montserratregular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: normal;
}

.stylist-window p {
	font-size: 13px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin: 0 0 18px 0;
}

.modal-img {
	text-align: center;
}

.stylist-window .sign {
	font-size: 72px;
	color: #efc405;
	opacity: 0.7;
}


 

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; z-index: 3500; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; position: relative; z-index: 3500; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size:16px;
	width: 100%;
	padding: 0;
	background:#4c4c4c;
}
/* Button */
.slicknav_btn {
	margin: 5px 10px 6px;	
	text-decoration:none;	
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;  
	background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {	
	color: #FFF;
	font-weight: bold;	
	text-shadow: 0 1px 3px #000;	
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
	
}
.slicknav_nav {
	color:#fff;
	margin:0;	
	padding:0;
	font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow:hidden;
}
.slicknav_nav ul {
	padding:0;
	margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
	padding:5px 10px;
	margin:2px 5px;
}
.slicknav_nav a{
	padding:5px 10px;
	margin:2px 5px;
	text-decoration:none;
	color:#fff;
}
.slicknav_nav .slicknav_item a {
	padding:0;
	margin:0;
}
.slicknav_nav .slicknav_item:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#ccc;
	color:#fff;	
}
.slicknav_nav a:hover{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#ccc;
	color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}


/* WEDDINGS */

.wedding-wrap {
	margin-top: 98px;
}

.wedding-header {
	background: #000000 url('https://www.alchemyorlando.com/wp-content/uploads/weddings-header.jpg') no-repeat top right;
	background-size: cover;
	min-height: 400px;
	margin-bottom: 32px;
}

.wedding-copy {
	width: 100%;
	max-width: 400px;
	padding-top: 60px;
	margin-left: 10%;
	color: #FFFFFF;
}

.wedding-header h1 {
	font-family: EngraversMT, Georgia, Times, 'Times New Roman', serif;
	font-size: 22px;

}

.square-btn {
  color: #ffffff;
  font-size: 20px;
  background: #efc405;
  padding: 10px 25px 10px 25px;
  text-decoration: none;
  display: inline-block;
}




/* FAQ */
.faq-wrap {
	width: 100%;
	margin-top: 98px;
	background: transparent url(../img/poly-bg.png);
}

/* Positions the plus sign 5px from the right. Centers it using the transform property. */

.accordion-body {
	background-color: #FFF;
	padding-top: 10px;
}


.accordion .acc-container {
	position: relative;
	margin: 10px 10px;
  }
  
  /* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */
  
  .accordion .label {
	position: relative;
	padding: 10px 16px;
	color: black;
	cursor: pointer;
	font-size: 1.4rem;
	font-family: montserratregular, Helvetica, Arial, sans-serif;
  }

.accordion .label::before {
	content: '+';
	color: black;
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
	font-size: 30px;
  }
  
  /* Hides the content (height: 0), decreases font size, justifies text and adds transition */
  
  .accordion .content {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: 0.5s;
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding: 0 16px;
  }
  
  /* Adds a horizontal line between the contents */
  
  .accordion hr {
	width: 100;
	margin-left: 0;
	border: 1px solid #efc405;
  }

  /* Unhides the content part when active. Sets the height */

.accordion .acc-container.active .content {
	height: auto;
  }
  
  /* Changes from plus sign to negative sign once active */
  
  .accordion .acc-container.active .label::before {
	content: '-';
	font-size: 30px;
  }

/* New Contact Section 2020 */

.contact-dev input[type=text] {
	
}

.contact-section .hours p {
	font-size: 1rem;
}


/* POPUP 2020 */

#popup {
	display: none;
	position: relative;
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;
}

#popup .mfp-close {
	width: 25px;
	height: 25px;
	background-image: none;
	top: 0;
	right: 10px;
}

.popup-content {
	padding: 24px;
}

.popup-content-btn {
    font-family: montserratregular, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #eec416;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #eec416;
    display: block;
    text-transform: uppercase;
    width: 40%;
    margin: 0 auto;
}


.mfp-content #popup {
	display: block;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* =============================================================================
   Media Queries
   ========================================================================== */
   
	.visible-phone     { display: none !important; }
	.visible-tablet    { display: none !important; }
	.hidden-phone      { }
	.hidden-tablet     { }
	.hidden-desktop    { display: none !important; }
	.visible-desktop   { display: inherit !important; }


/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {

	.hidden-desktop    { display: inherit !important; }
	.visible-desktop   { display: none !important; }
	.visible-tablet    { display: inherit !important; }
	.hidden-tablet     { display: none !important; }
	
	#style-wrap > .stylist:nth-child(1) {
		margin-left: 110px;
	}
	
	#style-wrap > .stylist:nth-child(9n+4) {
		margin-left: 12px;
	}
	
	#style-wrap > .stylist:nth-child(7) {
		margin-right: 0px;	
	}
	
	#style-wrap > .stylist:nth-child(8) {
		margin-left: 110px;
	}
	
	
	#style-wrap > .stylist:nth-child(n+11):nth-child(-n+12) {
		top: -132px;
	}
	
	#style-wrap > .stylist:nth-child(11) {
		margin-left: 12px;
	}
	
	#style-wrap > .stylist:nth-child(12) {
		margin-right: 54px;
	}
	
	#style-wrap > .stylist:nth-child(13) {
		margin-left: 0;
	}
	
	#style-wrap > .stylist:nth-child(n+14):nth-child(-n+16) {
		top: -175px;
		left: 109px;
	}
	
	#style-wrap > .stylist:nth-child(17) {
		margin-left: 207px;
		top: -217px !important;
	}
	
	#main-nav {
		font-size: 13px;
	}
	
	header nav a {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	
	
}

/* All Mobile Sizes */
@media only screen and (max-width: 768px) {	

	.hidden-desktop    { display: inherit !important; }
	.visible-desktop   { display: none !important; }
	.visible-phone     { display: inherit !important; }
	.hidden-phone      { display: none !important; }
	
	
	
	#home {
		
	}
	
	.top-callout {
		height:400px;
		width:400px;
		-moz-border-radius:	400px;
		-webkit-border-radius: 400px;
		border-radius: 400px;
	}
	
	.top-callout hr {
		margin-top: 130px;
	}
	
	
	.top-head {
		max-height: 61px;
	}
	
	header {
		position: relative;
		height: auto;
		background-color: #efc405;
	}
	
	
	.headinfo {
		text-align: center;
	}
	
	.adr {
		font-style: italic;
		margin: 0;
		padding: 10px 0;
	}
	
	.address {
		margin: 0;
	}
	
	
	.slicknav_menu {
		display:block;
		position: relative;
		width: 100%;
	}
	
	#main-nav {
		display: none;
	}
	
	#wrapper {
		margin-top: 0px;
	}
	
	.news-item {
		margin-top: 40px;
	}
	
	.wedding-wrap {
		margin-top: 0;
	}

	.faq-wrap {
		margin-top: 0;
	}
	
	.wedding-copy {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 25px 12px;
		box-sizing: border-box;
	}
	
	.wedding-header {
		background-position: left center;
	}

	.mfp-content {
		padding-top: 100px;
	}
	
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#stylists {
		padding-top: 60px;
	}
	
	#style-wrap {
		text-align: center;
	}
	
	
	#style-wrap > .stylist {
		margin: 0 0 0 0;
		position: relative;
		text-align: left;
	
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);	
	}
	
	.stylist-pic  {
		width: 205px;
		height: 249px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		margin: -55px 0 0 -33px;
		position: relative;
	}
	
	.stylist-name {
		bottom: 0;
	}
	

	#style-wrap > .stylist:nth-child(n+4):nth-child(-n+7) {
		top: 0px;
	}
	
	#style-wrap > .stylist:nth-child(n+8):nth-child(-n+12) {
		top: 0px;
	}
	
	#style-wrap > .stylist:nth-child(n+13):nth-child(-n+16) {
		top: 0px;
		
	}
	
	
	#style-wrap > .stylist:nth-child(1) {
		margin-left: 0px;	
	}
	
	#style-wrap > .stylist:nth-child(9n+4) {
		margin-left: 0px;
	}
	
	#style-wrap > .stylist:nth-child(8) {
		margin-left: 0px;
	}
	
	#style-wrap > .stylist:nth-child(12) {
		margin-right: 0px;
	}

	#style-wrap > .stylist:nth-child(17) {
		margin-left: 0px;
	}


	#style-wrap > .stylist:nth-child(n+17):nth-child(-n+20) {
		top: 0;
	}
	
	.news-wrap .grid_4 .news-suffix {
		right: 20px;
	}


	
}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {


	.social {
		display: block;
	}

	#home .container {
		padding: 0;
	}
	
	.top-callout {
		width:375px;
		height: 375px;
		-moz-border-radius:	0;
		-webkit-border-radius: 0;
		border-radius: 100%;
		line-height: 20px;
		background: transparent url(../img/top-callout.jpg) no-repeat center top;
	}
	
	.top-callout h2 {
		margin: 0px 0 12px 0;
	}
	
	
	#services {

	}
	
	#process-wrap {
		margin: -8px auto 75px;
		width: 100%;
		height: 477px;
		position: relative;
		overflow: hidden;
		
		mask: url(../img/hex.svg#hexmask);
		mask-position: center;
		mask-size: 100%;
		mask-repeat: no-repeat;
		background-color: #FFFFFF;
		
		-webkit-mask-image: url(../img/mask.png);
		-webkit-mask-position: center;
		-webkit-mask-size: 100%;
		-webkit-mask-repeat: no-repeat;		
	}
	
	.process-overlay {
		width: 100%;
		padding: 92px 0;
	}
	
	#stylists {
		padding-top: 200px;
		
	}
	

	#style-wrap {
		text-align: center;
	}
	
	
	#style-wrap > .stylist {
		margin: 0 0 0 0;
		position: relative;
		text-align: left;
		top: 0 !important;
	
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);	
	}
	
	.stylist-pic  {
		width: 205px;
		height: 249px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		margin: -55px 0 0 -33px;
		position: relative;
	}
	
	.stylist-name {
		bottom: 0;
	}
	

	#style-wrap > .stylist:nth-child(n+4):nth-child(-n+7) {
		top: 0px;
	}
	
	#style-wrap > .stylist:nth-child(n+8):nth-child(-n+12) {
		top: 0px;
	}
	
	#style-wrap > .stylist:nth-child(n+13):nth-child(-n+16) {
		top: 0px;
		
	}
	
	
	#style-wrap > .stylist:nth-child(1) {
		margin-left: 0px;	
	}
	
	#style-wrap > .stylist:nth-child(9n+4) {
		margin-left: 0px;
	}
	
	#style-wrap > .stylist:nth-child(8) {
		margin-left: 0px;
	}
	
	#style-wrap > .stylist:nth-child(12) {
		margin-right: 0px;
	}
	
	#style-wrap > .stylist:nth-child(17) {
		margin-left: 0px;
	}

		
}