/* Template styles (not custom bootstrap styles)
-- Styles start with smallest (phone size) and go up to largest (so media queries should use min-width)
-- colors are set in individual color css files  */

/* initial styles */
.main-header {
	max-width: 100%;
	margin-right: 0;
	margin-top: 44%;
	padding: 0;
}

#member-logo {
	max-width: 100px;
	clear: none;
	display: inline-block;
	float: left;
	font-weight: normal;
	margin: .5em .75em 1em 0;
}

#business {
	margin-top: 0;
	line-height: 1em;
	padding: 5px 0px;
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 100%;
}

#tagline {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.main-background {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
}

.central-container {
	background-size: 100%;
	width: 100%;
	padding-right: .25em;
	margin-top: -10em;
	padding-left: .25em;
}

.central-content {
	margin-top: 10em;
	width: 100%;
	padding-right: .5em;
}

.central-content ul li {
	margin-left: 0;
	margin-right: .5em;
}

.gift-cert-button {
    margin-top: 1em;
}

.title-social-wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: 1em;
	float: none;
}

.title {
	display: inline-block;
	max-width: 100%;
	font-size: 1.7em;
}

.social-right {
	float: right;
	clear: none;
	text-align: right;
	max-width: 100%;
}

.social-right a img {
	float: right;
	display: inline;
	padding-left: .5em;
}

.social-tagline {
	margin: 1em 0;
}

.social-menu-mobi {
	padding-top: 0;
	padding-bottom: 1em;
	text-align: center;
}

.social-menu {
	display: none;
}

.social-footer {
	margin-bottom: .5em;
	padding-right: 1em;
}

.social-footer a img,
.social-menu a img,
.social-menu-mobi a img,
.social-tagline a img {
	padding-left: .5em;
}

.specials-box-mobile {
	clear: both;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 1em;
	margin-top: 1em;
	border: 1px solid #000;
}

.main-background div.col-sm-3 {
	width: 109%;
	padding: 0;
	margin-bottom: 0;
	margin-left: -.75em;
}

.main-background div.col-sm-9 {
	padding-bottom: 0;
}

.specials-box {
	display: none;
}

.abmp-logo-image {
	margin-left: auto;
	margin-right: auto;
}

#abmp-logo a,
#abmp-logo-mobile a {
	border: none;
}

#abmp-logo-mobile {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.copyright {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: .5em;
	font-size: .8em;
}

#pac-webbuilder-contact label {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

#pac-webbuilder-contact select,
#pac-webbuilder-contact input,
#pac-webbuilder-contact textarea {
	float: left;
	margin-bottom: 1em;
}

#pac-webbuilder-contact textarea {
	max-width: 60%;
}

#pac-webbuilder-contact legend {
	display: none;
}

#pac-webbuilder-contact #edit-contact-email,
#pac-webbuilder-contact #edit-contact-comment {
	max-width: 98%;
}

#pac-webbuilder-contact .form-wrapper {
	padding-top: 1.5em;
	clear: both;
}

#pac-webbuilder-contact input[type=submit] {
	max-width: 5em;
	clear: both;
}

#recaptcha_area {
	display: -moz-inline-box; /* this keeps the captcha in place in firefox */
	clear: both;
	margin-left: -1.5em;
	margin-bottom: 1em;
}

#googmap {
	overflow: hidden; /* keeps map content within the div */
}

a#opengallery {
	margin-bottom: 1em;
}

a#opengallery br {
	clear: both;
}

a#opengallery img {
	max-width: 80%;
	margin-top: 1em;
}

.table-responsive { /* this only works for 768px and smaller */
	width: auto;
	max-width: 100%;
	margin-top: 1em;
	clear: both;
	border: 1px solid transparent; /* override bootstrap's border around responsive tables */
}

	@-moz-document url-prefix() { /* fix responsive table rendering in Firefox */
		fieldset {
			display: table-cell;
		}
	}

table.hours-and-scheduling	 {
	clear: both;
	font-size: 1em;
	border-bottom: 1px solid #ddd;
}

table.services-and-rates {
	border-bottom: 1px solid #ddd;
}

.spacer {
	margin-left: 1em;
	margin-right: 1em;
}

.online-sched {
	display: block;
	float: left;
	clear: none;
	max-width: 100%;
	margin-bottom: 2em;
}

.central-content .gift-cert-button {
    margin-top: 1em;
}

.smallprint {
	font-size: .75em;
}

fieldset {
	min-width: 1px; /* bootstrap has it set to 0, but this is breaking the contact form */
}

.video-responsive {
	max-width: 100%;
}

.video-responsive-iframe {
}

@media (min-width: 320px) and (max-width: 768px) {

	/* make images with inline height/width responsive */
	.central-content img[style],
	.central-content img {
		max-width: 100% !important;
		width: auto;
		/*height: auto !important;*/ /* do not add back - it doesn't work right */
		margin-right: 1em;
	}

	/* replacing comic-sans font with google fonts Short Stack on android and ios (see JS ) */
	.replace-font-mobile {
		font-family: 'Short Stack' !important;
		/*font-size: 85%;*/ /* this font is slightly larger than comic sans, so decrease size */
	}

}

@media (min-width: 320px) { /* iphone 5s */

	.inner-header {
		padding-left: .5em;
	}

	.main-background {
		width: 110%;
		margin-left: -13px;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	#business {
		font-size: 2em;
	}

	#tagline {
		margin-left: 0;
		font-size: 1.2em;
	}

	#abmp-logo {
		display: none;
	}

	.inner-header {
		width: 110%;
		margin: 0;
	}

	.central-content {
		padding-top: 5px;
		margin-right: 0;
	}

	.central-content p {
		clear: both;
		font-size: 1.2em;
	}

	.central-content ul li {
		font-size: 1.2em;
	}

	/*.inner-main-content {
		padding-right: .5em;
		padding-left: .5em;
	}*/

	div.col-sm-9.inner-main-content {
		padding-right: .5em;
		padding-left: .5em;
	}

	div.col-sm-12.inner-main-content {
		padding-right: .5em;
		padding-left: .5em;
	}

	a#opengallery img {
		max-width: 76%;
	}

	a#opengallery {
		margin-top: .5em;
	}

	#pac-webbuilder-contact select,
	#pac-webbuilder-contact input,
	#pac-webbuilder-contact textarea {
		width: 100%;
	}

	.specials-box-mobile {
		padding: 1em 1em 1em 1.5em;
		width: 98%;
	}

}

@media (min-width: 360px) { /* Samsung Galaxy S4 portrait */

	.main-background {
		width: 109%;
	}

	.main-background div.col-sm-3 {
		width: 108%;
	}

	#tagline {
		margin-bottom: 1em;
	}

	#member-logo {
		margin-left: -1em;
		margin-left: 0;
	}

	#recaptcha_area {
		margin-left: -5px;
	}

	a#opengallery img {
		max-width: 90%;
	}

}

@media (min-width: 480px) { /* HTC phone & iPhone 4 landscape */

	.main-background {
		width: 106%;
	}

	.main-background div.col-sm-3 {
		width: 107%;
	}

	.main-background div.col-sm-9 {
		padding-left: .5em;
	}

	#recaptcha_area {
		margin-left: 0;
	}

	.specials-box-mobile {
		font-size: .9em;
	}

}

@media (min-width: 600px) { /* Nook, Kindle, Samsung Tab 7 portrait */
}

@media (min-width: 640px) { /* Samsung Galaxy S4 landscape portrait, Samsung Galaxy S4 landscape */

	.main-header {
		width: 98%;
		margin: auto;
		padding: 0;
		min-height: 190px;
	}

	.inner-header {
		width: 100%;
		padding: 0;
	}

	#tagline {
		font-size: 1.3em;
		margin-bottom: 0;
	}

	.social-tagline {
		margin: .5em 0;
	}

	.social-menu-mobi {
		padding-bottom: 0;
	}

	.main-background {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}

	.main-background div.col-sm-3 {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.main-background div.col-sm-9 {
		padding-left: 1em;
		padding-right: 1em;
	}

	.col-sm-9 .central-container {
		margin-top: -12%;
	}

	.central-content {
		padding-top: 10px;
	}

	#pac-webbuilder-contact label {
		clear: both;
		float: left;
		width: 25%;
		margin-bottom: 1em;
	}

	#pac-webbuilder-contact #edit-contact-email,
	#pac-webbuilder-contact #edit-contact-comment {
		max-width: 70%;
	}

	.specials-box-mobile {
		width: 98%;
		margin: auto;
	}

	.copyright {
		font-size: 1em;
	}

}

@media (min-width: 768px) { /* HP touchpad, iPad Mini portrait */ /* 770px = Samsung Note 10, Nexus 10, Kindle Fire portrait */

	.main-header {
		width: 100%;
		margin: 0 0 .75em 0;
		padding: 0 10px;
	}

	#member-logo {
		max-width: 100px;
		clear: none;
		display: inline-block;
		float: left;
		font-weight: normal;
		margin: 0 .75em 1em 0;
	}

	#business {
		margin-top: .5em;
		padding-top: 0;
		font-size: 2.8em;
	}

	#tagline {
		font-size: 1.1em;
	}

	.main-background {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 27%;
	}

	.main-background div.col-sm-9 {
		margin-bottom: 0;
		margin-left: 1em;
		width: 69%;
	}

	.main-background div.col-sm-3 {
		width: 215px;
		padding-left: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: -27%;
		height: 100%;
	}

	.col-sm-9 .central-container {
		width: 69%;
		max-width: 100%;
		padding-left: 1em;
		padding-top: 0;
		margin-top: 0;
	}

	.central-content {
		width: 100%;
		margin-top: 0;
		padding-top: 0;
	}

	/* set the font size back to regular */
	.central-content p,
	.central-content ul li {
		font-size: 1em;
	}

	div.col-sm-9.inner-main-content {
		width: 100%;
		margin-left: 0;
	}

	div.col-sm-12.inner-main-content {
		max-width: 100%;
		width: 100%;
	}

	div.col-sm-3.inner-right-content {
		clear: both;
		margin-top: 1em;
		height: auto;
		width: 100%;
	}

	.social-tagline {
		clear: both;
		max-width: 100%;
		margin-top: 1em;
	}

	.social-right {
		margin-bottom: .5em;
	}

	.social-footer {
		max-width: 100%;
		width: 50%;
		margin: auto;
		margin-bottom: 1em;
		float: none;
		text-align: center;
	}

	.social-menu-mobi {
		display: none;
	}

	.social-menu {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		padding-top: 1em;
		padding-bottom: 1em;
		text-align: left;
	}

	.social-tagline a,
	.social-menu a,
	.social-footer a {
		display: inline;
	}

	.social-tagline a img,
	.social-footer a img {
		padding-right: 0;
	}

	.social-menu a img {
		padding-right: 0;
	}

	#pac-webbuilder-contact label {
		width: 30%;
	}

	#pac-webbuilder-contact select,
	#pac-webbuilder-contact input,
	#pac-webbuilder-contact textarea {
		width: 60%;
	}

	table.hours-and-scheduling {
		white-space: nowrap;
		overflow: auto;
	}

	.table-responsive {
		margin-bottom: 2em;
	}

	.spacer {
		display: inline;
		margin-left: .25em;
		margin-right: .25em;
	}

	#abmp-logo-mobile {
		width: 80%;
		float: right;
		padding-top: 1em;
		margin: 1em auto;
	}

}

@media (min-width: 990px) { /* for larger than ipad or other tablets */

	.main-header {
		max-width: 920px;
		min-height: 120px;
		padding: 0;
		margin: 0 auto;
	}

	.inner-header {
		width: 100%;
		min-height: 120px;
		padding: 0;
		margin-left: 0;
	}

	.social-tagline {
		margin-left: 0;
		clear: none;
		margin-top: .5em;
		margin-bottom: 0;
	}

	div.row.main-background {
		max-width: 900px;
		margin-top: 20%;
	}

	.main-background div.col-sm-3 {
		margin-top: -19%;
	}

	.main-background div.col-sm-9 {
		margin-top: 0;
		width: 72%;
	}

	.central-container {
		width: 100%;
		padding-top: 0;
	}

	.central-content {
		width: 100%;
		padding: 0 0 0 20px;
		margin-top: -4em;
	}

	div.col-sm-9.inner-main-content {
		max-width: 70%;
		width: 70%;
		margin-left: 0;
	}

	div.col-sm-12.inner-main-content {
		max-width: 100%;
		width: 100%;
	}

	div.col-sm-3.inner-right-content {
		clear: none;
		margin-top: 0;
		max-width: 30%;
		width: auto;
	}

	.specials-box:empty {
		display: none;
	}

	div.col-sm-3.inner-right-content:empty {
		display: none;
	}

	#pac-webbuilder-contact select,
	#pac-webbuilder-contact input,
	#pac-webbuilder-contact textarea {
		width: 60%;
	}

	.social-menu {
		padding-left: .5em;
	}

	.specials-box-mobile {
		display: none;
	}

	.specials-box {
		clear: none;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 1em;
		padding: 5px 10px;
		border: 1px solid #000;
		font-size: .9em;
	}

	.table-responsive {
		border: 1px solid transparent;
		clear: both;
		float: none;
	}

	.central-content table {
		clear: none;
		width: auto;
		max-width: none;
		border-bottom: /*1px solid #ddd;*/ transparent;
	}

	table.hours-and-scheduling {
		clear: none;
		display: block;
		float: left;
		width: 100%;
		float: left;
	}

	#abmp-logo-mobile {
		display: none;
	}

	#abmp-logo {
		clear: both;
		display: block;
		text-align: center;
		margin-top: 2em;
	}

	.copyright {
		font-size: .8em;
	}

	/* resetting the font replaced for mobile with the original comic sans */
	.replace-font-mobile {
		font-family: 'comic sans ms' !important;
	}


}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {

	div.row.main-background {
		margin-top: 15%;
	}
}

@media (min-width: 1662px) {
}
