/*
Theme Name: Big Splash Web Design
Author: Big Splash Web Design
*/
.fonts {
	font-family: 'Playfair Display', serif;
	/*
		400, 700	
	*/
	font-family: 'Lato', sans-serif;
	/*
		300, 400, 400 italic, 700, 700 italic	
	*/
}
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	background-color: #252525;
}
body {
	background: url('images/retina_wood.png');
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-style: italic;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	margin: 0 0 15px 0;
	font-size: 24px; 
	line-height: 26px;
	font-family: 'Playfair Display', serif;
    font-style: italic;
    display: inline-block;
    border-bottom: 1px solid #ee094b;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
hr {
	border: 0;
	height: 63px;
	width: 100%;
	background-image: url('images/divider.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 20px 20px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 20px 30px 0;
	font-style: italic;
}
address {
	margin: 0 0 20px;
}
pre {
	background: #eee;
	color: #000 !important;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 20px;
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
th,td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: top;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	padding: 8px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #ee094b;
	outline: 0;
	text-decoration: none;
}
a:visited {
	color: #ee094b;
	outline: 0;
}
a:hover,
a:focus,
a:active {
	color: #ee094b;
	outline: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
img.alignleft,img.alignright,img.aligncenter {
	
	padding: 5px;
}
.chromeframe {
	color:#fff;
	padding: 10px 0;
	background:#c14c4c;
	text-align: center;
	border-bottom: 1px solid #9e3737;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.chromeframe p {
	margin: 0px;
}
.chromeframe a {
	color:#fff;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}
.clear { clear: both; }
.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.center {
	text-align: center;
}
/* =Menu
----------------------------------------------- */
.home .main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-size: 18px;
	color:#fff;
	text-align: right;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 60px;
	position: relative;
	bottom: auto;
	right: auto;
	
}
.home .main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.home .main-navigation li {
	position: relative;
	display: block;
	margin: 0;
}
/*
	inline block
	------------------------------
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
*/
.home .main-navigation a {
	display: block;
	text-decoration: none;
	color:#fff;
	padding: 8px 50px 8px 0;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	position: relative;
	line-height: inherit;
}
.home .main-navigation a:after {
	content: '';
	height: 15px;
	width: 9px;
	background: url('images/nav-hover.png') right center no-repeat;
	position: absolute;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	top: 14px;
	opacity: 0;
}
.home .main-navigation a:hover {
	transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
}
.home .main-navigation a:hover:after {
	transform: translateX(15px);
	-moz-transform: translateX(15px);
	-webkit-transform: translateX(15px);
	opacity: 1;
}
.home .main-navigation ul ul {
	display: none;
	position: absolute;
		right: -200px;
		top: -40px;
	z-index: 99999;
	background: rgba(0,0,0,.75);
}
.home .main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.home .main-navigation ul ul a {
	width: 200px;
	line-height:  1em;
	padding: 10px 20px;
}
.home .main-navigation ul li:hover > ul {
	display: block;
}


.main-navigation {
	display: block;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
	position: absolute;
    bottom: 0;
    right: 40px;
    font-size: 18px;
    font-weight: 300;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	position: relative;
	margin: 0 17px;
}
/*
	inline block
	------------------------------
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
*/
.main-navigation a {
	display: block;
	text-decoration: none;
	line-height: 80px;
	color: #fff;
}
.main-navigation ul ul {
	display: none;
	position: absolute;
	background: rgba(0,0,0,.75);
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	line-height:  1em;
	padding: 10px;
	color: #fff;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.main-navigation ul ul li {
	margin: 0;
}
.main-navigation ul ul a:after {
	content: '';
	height: 15px;
	width: 9px;
	background: url('images/nav-hover.png') right center no-repeat;
	position: absolute;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	top: 9px;
	opacity: 0;
}
.main-navigation ul ul a:hover:after {
	transform: translateX(15px);
	-moz-transform: translateX(15px);
	-webkit-transform: translateX(15px);
	opacity: 1;
}
.main-navigation ul ul a:hover {
	transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
}
.main-navigation ul li:hover > ul {
	display: block;
}
/* =Header
----------------------------------------------- */
.home #header-gradient {
	position: relative;
	z-index: 100;
	background: rgba(0,0,0,.75);
	width: 50%;
	text-align: right;
	height: 682px;
	padding: 40px 0 0 0;
}
#header-gradient {
	position: relative;
	z-index: 100;
	background: rgba(0,0,0,.75);
	width: 100%;
	padding: 40px;
}
#mobile-menu {
	display: none;
}
.home #logo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 306px;
	height: 154px;
	margin: 0 50px 30px;
	float: right;
}
#logo {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 306px;
	height: 94px;
	float: left;
}
.home #logo a {
	display: block;
	width: 306px;
	height: 154px;
	background: url( images/amy-blake-logo.png ) no-repeat;
}
#logo a {
	display: block;
	width: 306px;
	height: 94px;
	background: url( images/amy-blake-logo.png ) no-repeat;
	background-size: contain;
}
.home #callus {
	font-family: 'Playfair Display', serif;
	line-height: 28px;
	margin-right: 50px;
	position: relative;
	top: auto;
	right: auto;
}
#callus {
	font-family: 'Playfair Display', serif;
	line-height: 28px;
	position: absolute;
	top: 40px;
	right: 40px;
}
.home #callus span {
	display: block;
	color: #ee094b;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
}
#callus span {
	color: #ee094b;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	margin-right: 10px;
}
#callus a {
	color: #e1e1e1;
	font-weight: 700;
	font-size: 33px;
	text-decoration: none;
}
/* =Footer
----------------------------------------------- */
.site-footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background-color: #252525;
	color: #e1e1e1;
}
.site-info {
	padding: 20px;
}
.site-footer p {
	margin: 0px;
}
.site-footer a {
	text-decoration: none;
	color: #e1e1e1;
}
#footer-content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
}
#footer-content h3 {
	font-family: 'Playfair Display', serif;
	color: #ee094b;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	display: block;
	border-bottom: none;
}
.footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
}
.footer-nav li {
	margin-bottom: 5px;
}
.footer-nav li a {
	position: relative;
	display: inline-block;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.footer-nav li a:hover {
	transform: translateX(15px);
	-moz-transform: translateX(15px);
	-webkit-transform: translateX(15px);
}
.footer-nav li a:before {
	content: '';
	height: 15px;
	width: 9px;
	background: url('images/nav-hover.png') right center no-repeat;
	position: absolute;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	top: 0;
	opacity: 0;
}
.footer-nav li a:hover:before {
	transform: translateX(-15px) rotate(180deg);
	-moz-transform: translateX(-15px) rotate(180deg);
	-webkit-transform: translateX(-15px) rotate(180deg);
	opacity: 1;
}
.hours {
	font-weight: 300;
}
.hours span {
	text-transform: uppercase;
	font-weight: 700;
}
.facebook #facebook-title-like {
	float: right;
	margin-top: -40px;
}
.facebook-cover-photo {
	width: 100%;
	height: 87px;
	background-position: center center;
	background-size: cover;
}
.facebook ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.facebook ul li {
	padding: 5px 20px;
}
.facebook ul li:nth-child(even) {
	background-color: #1b1b1b;
}
.facebook ul li p.date {
	color: #ee094b;
}
#instafeed {
	
}
#instafeed > div.instagram-image {
	width: 50%;
	float: left;
	padding: 3px;
}
#instafeed > div.instagram-image a {
	display: inline-block;
	position: relative;
}
#instafeed > div.instagram-image a:before {
	content: '\f00e';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #fff;
	font-size: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: calc(50% - 10px);
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	opacity: 0;
	z-index: 1000;
}
#instafeed > div.instagram-image a:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.60);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	opacity: 0;
}
#instafeed > div.instagram-image a:hover:before, #instafeed > div.instagram-image a:hover:after {
	opacity: 1;
}
#instafeed > div.instagram-image a img {
	max-width: 100%;
}
/* =Front Page
----------------------------------------------- */
.home #page {
	width: 100%;
}
.home .flexslider {
	background: none;
	margin: 0;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	left: 0;
	top: -682px;
}
.home .flexslider li {
	height: 682px;
	width: 100%;
	background-position: center top;
	position: absolute !important;
}
.home .flexslider li img {
	display: none;
}
#callouts {
	height: 342px;
	width: 100%;
	background-image: url('images/co-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#callouts #callouts-wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 90px;
}
#callouts #callouts-wrapper .callout {
	width: 25%;
	float: left;
	padding-left: 50px;
	position: relative;
}
#callouts #callouts-wrapper .callout span {
	position: absolute;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	color: #ee094b;
	left: 5px;
	top: -9px;
}
#callouts #callouts-wrapper .callout h3 {
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 700;
	display: block;
	border-bottom: none;
}
#callouts #callouts-wrapper .callout a {
	color: #ee094b;
	text-decoration: none;
	position: relative;
}
#callouts #callouts-wrapper .callout a:after {
	content: '';
	background: #ee094b;
	height: 0;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: .3s all ease;
	-moz-transition: .3s all ease;
	-webkit-transition: .3s all ease;
}
#callouts #callouts-wrapper .callout a:hover:after {
	height: 3px;
}
#mission-statement {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 24px;
	text-align: center;
	padding-top: 70px;
	margin-bottom: 60px;
	width: 960px;
	margin: 0 auto;
}
#mission-statement .announcement {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-style: normal;
}
#mission-statement .announcement h4 {
	text-align: left;
	font-size: 18px;
	border-bottom: none;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	display: block;
}
#mission-statement .announcement p {
	text-align: left;
}
#mission-statement .announcement .right {
}
a.red-btn {
	display: inline-block;
	background: #ee094b;
	color: #fff;
	padding: 10px 30px;
}
#mission-statement p {
	width: 100%;
	margin: 0 auto 30px auto;
}
#lower-callouts {
	margin-bottom: 80px;
}
#lower-callouts #lower-callouts-wrapper {
	width: 960px;
	margin: 0 auto;
}
#lower-callouts #lower-callouts-wrapper > div {
	float: left;
}
#lower-callouts #lower-callouts-wrapper > div a img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: .5s all ease;
	-moz-transition: .5s all ease;
	-webkit-transition: .5s all ease;
}
#lower-callouts #lower-callouts-wrapper > div a:hover img {
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.48);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.48);
	transform: scale(1.05) translate3d(0,0,0);
	-moz-transform: scale(1.05) translate3d(0,0,0);
	-webkit-transform: scale(1.05) translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
}
/* =Content
----------------------------------------------- */
#page {
	width: 960px;
	margin: 0 auto;
}
body .site-content.one-column  {
	float: none;
	margin: 0px;
}
.site-content {
	float: left;
	margin: 0 -35% 0 0;
	width: 100%;
}
.one-column #content {
	margin: 0px;
}
#content {
	margin: 0 35% 0 0;
	padding: 20px 0;
}
.site-content article {
	word-wrap: break-word;
}
#content img {
	max-width: 100%;
	height: auto;
}
.two-col > div {
	width: 45%;
	float: left;
	margin-right: 10%;
}
.two-col div.last {
	margin-right: 0px;
}
.three-col > div {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.three-col div.last {
	margin-right: 0px;
}
.four-col > div {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.four-col div.last {
	margin-right: 0px;
}
h1.entry-title,  h1.page-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #ee094b;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 700;
	display: block;
}
.site-content article {
	margin-bottom: 20px;
}
#gallery-slider.flexslider, #gallery-carousel.flexslider {
	margin: 0 0 10px 0;
	background: transparent;
	border: none;
}
 #gallery-carousel.flexslider {
	 margin-bottom: 40px;
 }
 .flex-direction-nav a {
	 height: 50px;
 }
.standard-testimonial {
	margin-bottom: 30px;
}
.instructor-archive-list {
	margin-bottom: 40px;
}
.instructor-archive-list .instructor-link {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.instructor-archive-list .instructor-link a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.instructor-archive-list .instructor-link a .image {
	width: 181px;
	height: 230px;
	margin: 0 auto;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.instructor-archive-list .instructor-link a .image .shadow {
	position: absolute;
	font-family: 'Lato', sans-serif;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.60);
	font-size: 20px;
	line-height: 230px;
	color: #fff;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	opacity: 0;
}
.instructor-archive-list .instructor-link a .image .shadow span {
	display: block;
	transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transition: 0.8s all ease;
	-moz-transition: 0.8s all ease;
	-webkit-transition: 0.8s all ease;
}
.instructor-archive-list .instructor-link a:hover .image .shadow {
	opacity: 1;
}
.instructor-archive-list .instructor-link a:hover .image .shadow span {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.instructor-modal {
	width: 960px;
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -480px;
	z-index: 10000;
	background: #000;
	color: #fff;
	padding: 60px;
	z-index: 100000;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.instructor-modal.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.instructor-modal .instructor-modal-image {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;	
}
.instructor-modal h3 {
	margin-bottom: 10px;
}
.instructor-modal .instructor-modal-title {
	font-size: 12px;
	font-style: italic;
	display: block;
	margin-bottom: 30px;
}
.instructor-modal .close-button {
	position: absolute;
	z-index: 10000000;
	font-size: 30px;
	color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	top: 25px;
	right: 25px;
	cursor: pointer;
	transform: rotate(45deg);
}
.instructor-modal .close-button:before, .instructor-modal .close-button:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-1px);
}
.instructor-modal .close-button:after {
	transform: rotate(90deg);
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.overlay.active {
	opacity: 1;
	visibility: visible;
}
.instructor-single-image {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.flexslider .slides img {
	width: auto;
	margin: 0 auto;
}
table.birthday {
	width: auto
}
table.birthday tr td {
	border: none;
}
ul.dance_camp {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.dance_camp li {
	width: 50%;
	float: left;
	text-align: center;
}
.landing-item {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 10px;
}
.landing-item .landing-image {
	height: 240px;
	width: 100%;
	margin: 0 auto 10px auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.landing-item .landing-image .shadow {
	position: absolute;
	font-family: 'Lato', sans-serif;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.60);
	font-size: 20px;
	line-height: 230px;
	color: #fff;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	opacity: 0;
}
.landing-item .landing-image .shadow span {
	display: block;
	transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transition: 0.8s all ease;
	-moz-transition: 0.8s all ease;
	-webkit-transition: 0.8s all ease;
}
.landing-item .landing-image:hover .shadow {
	opacity: 1;
}
.landing-item .landing-image:hover .shadow span {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
body .site-content.one-column.small {
	width: 600px;
	margin: 0 auto;
}
.post-type-archive-announcement article {
	border-bottom: 1px solid #ee094b;
}
.post-type-archive-announcement article .announcement-date {
	width: 15%;
	float: left;
	text-align: center;
	background: rgba(0,0,0,.75);
	color: #fff;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.post-type-archive-announcement article .announcement-date i {
	font-size: 20px;
}
.post-type-archive-announcement article .announcement-date span {
	display: block;
}
.post-type-archive-announcement article .announcement-date span.day {
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.post-type-archive-announcement article .announcement-content {
	width: 85%;
	float: right;
	padding-left: 20px;
}
.post-type-archive-announcement h2 {
	border-bottom: none;
	font-weight: 700;
}
.page-template-page-full-width-picture #page {
	width: 100%;
}
.page-template-page-full-width-picture #content {
	padding: 0 0 20px 0;
}
.page-template-page-full-width-picture .entry-header {
	height: 450px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.page-template-page-full-width-picture .entry-header h1 {
	border-bottom: none;
	color: #fff;
	font-size: 70px;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	max-width: 960px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
.page-template-page-full-width-picture .entry-content {
	width: 600px;
	margin: 0 auto;
}

.page-template-default #page, .page-template-page-landing #page, .page-template-page-testimonials #page, .post-type-archive-instructor #page, .post-type-archive-gallery #page, .post-type-archive-announcement #page, .single-instructor #page, .single-gallery #page {
	width: 100%;
}
.page-template-default #content, .page-template-page-landing #content, .page-template-page-testimonials #content, .post-type-archive-instructor #content, .post-type-archive-gallery #content, .post-type-archive-announcement #content, .single-instructor #content, .single-gallery #content {
	padding: 0 0 20px 0;
}
.page-template-default .entry-header, .page-template-page-landing .entry-header, .page-template-page-testimonials .entry-header, .post-type-archive-instructor .entry-header, .post-type-archive-gallery .entry-header, .post-type-archive-announcement .entry-header, .single-instructor .entry-header, .single-gallery .entry-header {
	height: 450px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.page-template-default .entry-header h1, .page-template-page-landing .entry-header h1, .page-template-page-testimonials .entry-header h1, .post-type-archive-instructor .entry-header h1, .post-type-archive-gallery .entry-header h1, .post-type-archive-announcement .entry-header h1, .single-instructor .entry-header h1, .single-gallery .entry-header h1 {
	border-bottom: none;
	color: #fff;
	font-size: 70px;
	line-height: 65px;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	max-width: 960px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
.page-template-default .entry-content, .page-template-page-landing .entry-content, .page-template-page-testimonials .entry-content, .post-type-archive-instructor .entry-content, .post-type-archive-announcement .entry-content, .single-instructor .entry-content, .single-gallery .entry-content {
	width: 600px;
	margin: 0 auto;
}
input[type="submit"] {
	background: #ee094b;
	color: #fff;
	border: none;
	box-shadow: none;
	text-shadow: none;
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}
input[type="submit"]:hover {
	color: #ee094b;
	background: #fff;
}
#gallery-archive {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery-archive > li {
	width: 25%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
#gallery-archive li a .flexslider {
	background: none;
	margin: 0 0 10px 0;
	border: none;
	border-radius: 0;
}
#gallery-single {
	list-style: none;
	padding: 0;
	margin: 0;
}
#gallery-single li {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
#gallery-single li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
#gallery-single li a .enlarge-wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
#gallery-single li a .enlarge {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: rgba(0,0,0,.75);
	color: #fff;
	line-height: 150px;
	font-size: 36px;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	opacity: 0;
}
#gallery-single li a .enlarge i {
	transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transition: 0.8s all ease;
	-moz-transition: 0.8s all ease;
	-webkit-transition: 0.8s all ease;
}
#gallery-single li a:hover .enlarge {
	opacity: 1;
}
#gallery-single li a:hover .enlarge i {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.gal-link {
	position: relative;
	display: inline-block;
	text-align: center;
}
.gal-link.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.gal-link.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gal-link img{
	padding: 0;
	margin: 0;
}
.gal-link:before {
	content: 'View Gallery';
	position: absolute;
	color: #fff;
	z-index: 100;
	top: 50%;
	width: 100%;
	left: 0;
	margin-top: -20px;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 40px;
	transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transition: 0.8s all ease;
	-moz-transition: 0.8s all ease;
	-webkit-transition: 0.8s all ease;
	opacity: 0;
}
.gal-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	top: 0;
	left: 0;
	transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	opacity: 0;
}
.gal-link:hover:before {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}
.gal-link:hover:after {
	opacity: 1;
}
/* =Sidebar
----------------------------------------------- */
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 35%;
	padding-top: 50px;
}
#tertiary { /* Sidebar 2 */
	clear: right;
}
#sb-callouts > div {
	text-align: center;
}
#sb-callouts > div a img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: .5s all ease;
	-moz-transition: .5s all ease;
	-webkit-transition: .5s all ease;
}
#sb-callouts > div a:hover img {
	-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.48);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.48);
	transform: scale(1.05) translate3d(0,0,0);
	-moz-transform: scale(1.05) translate3d(0,0,0);
	-webkit-transform: scale(1.05) translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
}
/* =IE
----------------------------------------------- */
.ie .group { /* IE7 */
	min-height: 1px;
}

/* =Media
----------------------------------------------- */
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
	margin-bottom: 20px;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
#content .wp-caption img {
	display: block;
	margin: 10px auto 0;
	max-width: 96%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 8px 0;
}

/* =Navigation
----------------------------------------------- */
#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Notifications
------------------------------------------------------*/
#notifications.errors {
	background:#ffdbdb;
	border: 2px solid #e6a4a4;
	color:#af4e4e;
	padding: 10px;
}
#notifications.errors a {
	color:#af4e4e;
}
#notifications.success {
	background:#e6ffe3;
	border: 2px solid #abe0a6;
	color:#367730;
	padding: 10px;
}
#notifications.success a {
	color:#367730;
}
#notifications ul {
	margin: 0;
	list-style: none;
}
#notifications {
	text-align: center;
	margin-bottom: 20px;
}
#notifications.caution {
	background:#fffbcf;
	color:#524d17;
	border: 2px solid #e7e095;
	padding: 10px;
}
#notifications.caution a {
	color:#524d17;
}
#notifications p {
	margin: 0;
}

/* Preloader
------------------------------------------------------*/
.preloader {
	display: none;
	text-align: center;
}
.loading .preloader {
	display: block;
}