/* 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;
	padding: 10px 0;
	padding-right: 0;
}

#default-logo {
	max-width: 100px;
	clear: none;
	float: left;
	font-weight: normal;
	margin: .5em;
}

#business {
	margin-top: 15px;
	line-height: .7em;
	padding: 5px 0px 10px 0px;
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#tagline {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #999;
}

.main-background {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
}

.main-background-inner {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
}

.main-background div.col-sm-3 {
	width: 100%;
	padding-left: 0;
	padding-bottom: 0;
	padding-right:0;
	margin-bottom: 0;
	border-right: none;
}

.central-container {
	width: 98%;
	padding-right: 0;
	margin-top: 0;
}

.central-content {
	margin-top: 0;
	padding-top: 5em;
	width: 100%;
}

.central-content .gift-cert-button {
    margin-top: 1em;
}

.central-content ul li {
	margin-left: 0;
	margin-right: .5em;
}

.title-social-wrapper {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 1em;
}

.title {
	display: inline-block;
	max-width: 100%;
}

.social-right {
	float: right;
	clear: none;
	text-align: right;
	max-width: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
}

.social-right a img {
	float: right;
	display: inline;
	padding-left: 1em;
}

.social-tagline {
	margin-top: 1em;
	margin-left: 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-right: 1em;
	/*max-width: 40px;*/
}

.specials-box-mobile {
	clear: both;
	width: 100%;
	padding: 5px .5em;
	margin-bottom: 1em;
}

.specials-box-mobile img {
	margin: .5em;
}

.specials-box img {
	margin: .5em;
}

.specials-box {
	display: none;
}

#abmp-logo a,
#abmp-logo-mobile a {
	border: none;
}

.abmp-logo-image {
	margin-left: auto;
	margin-right: auto;
}

#abmp-logo-mobile {
	display: block;
	margin: .5em auto;
	text-align: center;
}

.copyright {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: .5em;
}

#pac-webbuilder-contact .form-wrapper {
	padding-top: 1.5em;
}

#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 legend {
	display: none;
}

#pac-webbuilder-contact textarea {
	max-width: 60%;
}

#pac-webbuilder-contact #edit-contact-email,
#pac-webbuilder-contact #edit-contact-comment {
	max-width: 98%;
}

#pac-webbuilder-contact input[type=submit] {
	max-width: 5em;
	clear: both;
	float: left;
}

.copyright {
	font-size: .8em;
}

#recaptcha_area {
	display: -moz-inline-box; /* this keeps the captcha from dipslaying in the upper right corner in firefox */
	clear: both;
	margin-left: -.3em;
	margin-bottom: 1em;
	float: left;
}

#googmap {
	overflow: hidden; /* keeps map content within the div */
}

a#opengallery {
	margin-bottom: 1em;
}

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 */
}

table.hours-and-scheduling	 {
	clear: both;
	font-size: 1.1em;
	display: block; 
	float: left;
	border-bottom: 1px solid #ddd;
}
	
table.services-and-rates {
	border-bottom: 1px solid #ddd;
}
	

	@-moz-document url-prefix() { /* fix responsive table rendering in Firefox */
		fieldset {
			display: table-cell;
		}
	}
	
.spacer {
	margin-left: 1em;
	margin-right: 1em;
}

.online-sched {
	display: block;
	float: left;
	clear: none;
	max-width: 100%;  
	margin-bottom: 2em;
}

.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: 767px) {
	
	/* 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 */

	.main-header {
		padding-top: 0;
		margin: auto;
	}

	.col-lg-12.inner-header {
		width: 104%;
		margin: 1.5em 0 0 0;
		padding: 0 .5em;
	}

	/*.social-right {
		float: right;
		clear: both;
		max-width: 60%;
		padding-right: 1em;
		padding-top: 1em;
	}*/
	
	.social-menu-mobi {
		max-height: 50px;
		margin-top: -1em;
		margin-bottom: .5em;
	}

	#business {
		line-height: 1em;
	}

	#tagline {
		padding-left: .25em;
		font-size: 1.3em;
	}
	
	#abmp-logo {
		display: none;
	}

	.main-background {
		width: 105%;
		border: none;
	}

	.main-background div.col-sm-9 {
		border: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	div.col-sm-9.central-container {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}

	.main-background div.col-sm-3 {
		width: 100%;
		margin-left: 0;
		/*margin-top: 5em;*/ margin-top: 0; /*new*/
		/*position: absolute; *//*new*/
		/*top: 0;*/ /*new*/
		/*margin-top: 0;*/ /*new*/
	}

	.central-content {
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0 1em;
		
	}
	
	.title-social-wrapper {
		padding-top: 2em;
	}
	
	.title {
		font-weight: bold;
		font-size: 1.4em;
	}
	
	.central-content p {
		clear: both;
		font-size: 1.2em;
	}
	
	.central-content li {
		margin-left: 0;
		margin-right: .25em;
		font-size: 1.2em;
	}

	.specials-box-mobile {
		width: 100%;
		margin-top: 1.5em;
	}
	
	#recaptcha_area {
		margin-bottom: 1em;
	}
	
	#googmap {
		max-width: 96%;
		margin: auto;
	}
	
	#pac-webbuilder-contact select,
	#pac-webbuilder-contact input,
	#pac-webbuilder-contact textarea {
		width: 100%;
	}
	
}

@media (min-width: 360px) { /* Samsung Galaxy S4 portrait */
	#recaptcha_area,
	#googmap {
		margin-left: 0px;
	}
	
	/*.social-right {
		padding-right: 1.2em;
	}*/
}

@media (min-width: 480px) { /* HTC phone & iPhone 4 landscape */
	
	.social-menu-mobi {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.specials-box-mobile {
		width: 98%;
	}
	
}

@media (min-width: 640px) { /* Nook, Kindle, Samsung Tab 7 portrait */
	.specials-box-mobile {
		width: 100%;
	}
	
	.main-background {
		width: 100%;
		margin-left: .5em;
	}
	
	.main-background div.col-sm-3 {
		width: 100%;
	}
	
	.main-background .col-sm-9 {
		width: 100%;
	}
	
	#business {
		font-size: 2.2em;
	}
	
	#tagline {
		clear: none;
	}
	
	.social-tagline {
		margin-left: -.5em;
	}
	
	#pac-webbuilder-contact label {
		clear: both;
		float: left;
		width: 25%;
		margin-bottom: 1em;
	}
}

@media (max-width: 767px) {
	div.col-sm-9.central-container {
		padding-top: 20%;
	}
}

@media (min-width: 768px) { /* HP touchpad, iPad Mini portrait */ /* 770px = Samsung Note 10, Nexus 10, Kindle Fire portrait */

	div.row.main-background {
		max-width: 98%;
	}

	.main-background-inner {
		margin: 0 auto;
		padding-right: 0;
	}

	.main-header {
		max-width: 100%;
		margin-right: 0;
		padding: 10px 0;
		padding-right: 0;
	}

	.main-header {
		width: 95%;
		margin: 0 0 .75em 0;
		padding: 0;
	}

	.main-header div {
		padding: 0;
	}

	.main-background div.col-sm-9 {
		min-width: 71.3%;
		width: 71.3%;
		margin: 0;
		border-right: 1px solid #fff;
	}
	
	.title-social-wrapper {
		padding-top: 0;
	}

	.main-background div.col-sm-3 {
		width: 210px;
		padding: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 0;
		border-bottom: 0;
		height: 100%;
	}
	
	.central-container {
		width: 78%;
		max-width:100%;
		float: right;
		margin-right: -2px;
	}
	
	.central-content {
		float: right;
		margin-top: 30%;
		padding: 0 1em 1em 1em;
		max-width: 100%;
		min-height: 340px;
		height: 100%;
	}
	
	/* set the font size back to regular */
	.central-content p,
	.central-content ul li {
		font-size: 1em;
	}


	.specials-box-mobile {
		display: none;
	}

	.specials-box {
		display: block;
		float: left;
		width: 90%;
		margin: 40px 10px 10px 10px;
		padding: 10px;
		font-size: .9em;
		font-family: Verdana, Geneva, sans-serif;
	}

	.social-tagline {
		max-width: 100%;
		margin-top: 1em;
		margin-left: 0;
	}

	.social-right {
		margin-bottom: .5em;
	}

	.social-footer {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 1em;
		float: none;
		text-align: center;
	}

	.social-menu-mobi {
		display: none;
	}

	.social-menu {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		padding: 1em 1em 1em .5em;
		text-align: left;
	}

	.social-tagline a,
	.social-menu a,
	.social-footer a {
		display: inline;
		/*max-width: 20px;*/
	}

	.social-tagline a img,
	.social-footer a img {
		padding-right: 1em;
	}
	
	.social-menu a img {
		padding-right: .5em;
		padding-top: .5em;
	}

	#abmp-logo-mobile {
		display: none;
	}

	#abmp-logo {
		clear: both;
		display: block;
		text-align: center;
		margin-top: 2em;
	}

	#pac-webbuilder-contact label {
		width: 30%;
	}
	
	#pac-webbuilder-contact select,
	#pac-webbuilder-contact input,
	#pac-webbuilder-contact textarea {
		width: 60%;
	}
	
	#recaptcha_area {
		float: left;
		margin-left: 0;
		margin-bottom: 1em;
		overflow: visible; /* hack to keep the captcha box in place at this size */
	}
	
	table.hours-and-scheduling {
		white-space: nowrap;
		overflow: auto;
	}
	
	.table-responsive {
		margin-bottom: 2em;
	}
	
	.spacer {
		display: inline;
	}
	
}

@media (min-width: 990px) { /* for larger than ipad or other tablets */
	.main-header {
		max-width: 960px;
		padding-right: 0;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.inner-header {
		width: 75%;
		padding-left: 0;
		margin-left: 0;
	}

	.social-tagline {
		clear: none;
	}
	
	.social-menu {
		padding-left: .5em;
	}

	div.row.main-background {
		max-width: 960px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.main-background div.col-sm-9 {
		min-width: 77%;
	}
	
	#pac-webbuilder-contact label {
		width: 25%;
	}
	
	#pac-webbuilder-contact select,
	#pac-webbuilder-contact input,
	#pac-webbuilder-contact textarea {
		width: 50%;
	}
	
	.table-responsive {
		border: 1px solid transparent;
		clear: both;
		float: none;
		max-width: 100%;
	}
	
	.central-content table {
		clear: both;
		width: auto;
		max-width: 100%;
		border-bottom: 1px solid #ddd;
	}
	
	table.hours-and-scheduling {
		clear: both;
		max-width: 100%;
		margin-top: 0;
	}
	
	.replace-font-mobile {
		font-family: 'comic sans ms' !important;
	}


}

@media (min-width: 1200px) {

	.col-lg-12.inner-header {
		margin-top: 2em;
	}

	.main-background div.col-sm-9 {
		min-width: 78%;
	}
}
