/* =iPhone & iPad
----------------------------------------------- */
@media only screen and (max-width: 768px ) {

embed,
iframe,
object {
	max-width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* =Header
----------------------------------------------- */
.home #header-gradient {
	width: 100%;
	height: auto;
	text-align: center;
}
#header-gradient {
	padding: 40px 0 30px 0;
}
.home #logo, #logo {
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
}
.home #logo a, #logo a {
	width: 90%;
	margin: 0 auto;
	background-size: contain;
	background-position: center top;
}
.home .main-navigation {
	text-align: center;
}
.main-navigation {
	display: none !important;
	text-align: center;
	height: auto;
	position: relative;
	bottom: auto;
	right: auto;
}
.main-navigation.active {
	display: block !important;
}
#mobile-menu {
	display: block;
	text-align: center;
	background: #ee094b;
	color:#fff;
	padding: 15px;
}
.main-navigation li {
	float: none;
	margin: 0;
	display: block;
}
.home .main-navigation a, .main-navigation a {
	padding: 10px;
}
.main-navigation a {
	display: block;
	line-height: 18px;
	padding: 10px;
}
.home #callus {
	margin: 30px 0 30px 0;
}
#callus {
	position: relative;
	right: auto;
	top: auto;
	margin: 30px 0 0 0;
	text-align: center;
}
#callus span {
	display: block;
	margin: 0;
}
.home .flexslider {
	top: 0;
}
.home .flexslider li {
	position: relative !important;
	background-image: none  !important;
	height: auto;
}
.home .flexslider li img {
	display: block;
}
/* =Front Page
----------------------------------------------- */
#callouts {
	background: #efefef;
	height: auto;
}
#callouts #callouts-wrapper {
	width: 100%;
	padding-top: 30px;
}
#callouts #callouts-wrapper .callout {
	width: 80%;
	float: none;
	margin: 0 auto 30px auto;
}
#mission-statement {
	width: 100%;
	padding: 70px 20px 0;
}
#mission-statement.two-col > div {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
#mission-statement p {
	width: 100%;
}
#lower-callouts #lower-callouts-wrapper {
	width: 100%;
}
#lower-callouts #lower-callouts-wrapper > div {
	float: none;
	margin-bottom: 30px;
}
@media only screen and (min-width: 415px ) and (max-width: 768px ) {
	#lower-callouts #lower-callouts-wrapper > div {
		width: 50%;
		float: left;
	}	
}
/* =Content
----------------------------------------------- */
#page {
	width: 100%;
}
.site-content {
	float: none;
	margin: 0;
}
#secondary {
	float: none;
	width: 100%;
}
#content {
	margin: 0;
}
.alignleft, .alignright, .gal-link.right, .gal-link.left {
	display: block;
	float: none;
	margin: 0 0 1em 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: 150px;
}
.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 {
	font-size: 40px;
}
.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: 90%;
	margin: 0 auto;
}
.landing-item {
	width: 100%;
	float: none;
}
#gallery-single li {
	width: 150px;
	margin-right: 30px;
}
/* =Footer
----------------------------------------------- */
#footer-content {
	width: 90%;
	margin: 0 auto;
}
#footer-content.three-col > div {
	width: 100%;
	float: none;
}
#footer-content.three-col > div .two-col > div {
	width: 100%;
	float: none;
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (min-width: 415px ) and (max-width: 768px ) {
	#footer-content.two-col > div .two-col > div {
		width: 45%;
		float: left;
	}	
}
}
/* =iPad Specific
----------------------------------------------- */
@media only screen and (min-width: 768px ) and (max-width: 1024px ) {
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
		margin-bottom: 1em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
		margin-bottom: 1em;
	}
}