/* _normalize.scss via https://github.com/kristerkari/normalize.scss */
@import url("https://fonts.googleapis.com/css?family=Droid+Sans+Mono|PT+Serif:400,700,400italic,700italic|Open+Sans:400italic,700italic,400,700");
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}


body {
	margin: 0;
}

a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

em {
	font-family: 'jaf-facitweb', 'Lora';
	font-style: italic;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
	content: '';
	content: none;
}

img {
	width: 100%;
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

/* _helpers.scss */
.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.invisible {
	visibility: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
	*zoom: 1;
}

body,
html {
	font-size: 15px;
	font-family: 'jaf-facitweb', "Open Sans", sans-serif;
	color: #484067;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

blockquote {
	font-family: "PT Serif", serif;
	font-size: 18px;
	line-height: 150%;
}

hr {
/* 	width: 100%; */
	height: 1px;
	border: 0px;
	background: #484067;
	margin: 25px 0px;
}

/*
form div {
	margin: 10px 0px;
}
*/

input,
textarea {
	font-family: 'jaf-facitweb', "Open Sans", sans-serif;
	padding: 2px;
	font-size: 14px;
	border: 1px solid #aaa;
	box-shadow: inset 0px 1px 3px #ccc;
	border-radius: 2px;
	color: #484067;
}

input[type="text"] {
	color: #484067;
}

textarea {
	width: 100%;
	height: 150px;
}


/*END NORMALIZE CSS */

/*	==========================================================================
	GENERAL
	==========================================================================
*/

a {
	text-decoration: none;
	color: #fff;
}

ol li {
	list-style: decimal;
}
nav ul, 
nav li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul {
	list-style-image: url("../images/bubble-bullet.png");
}

body {
	font-family: 'jaf-facitweb', 'Lora', sans-serif;
	color:  #484067;
	font-size: 15px;
	font-weight: lighter;
	letter-spacing: .75px;
	line-height: 26px;
	background-color: #e2f2fa;
	background-image: url("../images/bubble-bg.png");
	background-size: 850px;
	background-position-x: -180px;
}

.italic {
	font-style: italic;
}

strong {
	font-style: normal;
}

.mobile-only {
	display: inherit;
}

#mapDiv {
    border: solid 3px #fff;
}

/*
.remove-mobile {
	display: initial !important;
}
*/

@media (max-width: 949px){
	.remove-desktop {
		display: none;
	}
}
.no-scroll {
	overflow: hidden;
}

.mobile-tel {
	text-decoration: none;
	color: inherit !important;	
}

/*-------THICK WHITE BORDER---------- */

.thick-white-border {
	margin: 16px auto;
	width: 90%;
	background-color: #fff;
	height: 5px;
	display: block;
}

/*-------BONE BUTTONS---------- */

.bone-button:before {
	display: inline-block;
    content: url("../images/left-bone.png");
    position: absolute;
    top: -5px;
    left: -31px;
}

.bone-button {
	margin: 10px auto;
	color: #484067;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	padding: 3.5px 5px;
	background-image: url("../images/middle-bone.png");
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	position: relative;
}

.bone-button:after {
	display: inline-block;
    content: url("../images/right-bone.png");
    position: absolute;
    top: -7.52px;
    right: -34px;
}

.bone-button p {
	margin: 0;
}

/*-------BONE BUTTONS HOVER---------- */
.bone-button:hover:before{
	content: url("../images/left-bone-hover.png");
}

.bone-button:hover {
	background-image: url("../images/middle-bone-hover.png");
}	

.bone-button:hover:after {
	content: url("../images/right-bone-hover.png");
}	

/*-------BS_EDITABLE BONE BUTTONS---------- */

bs_editable .bone-button {
    margin-left: 36px;
}

bs_editable .bone-button:after {
    top: -7.52px;
}

.home-testimonials bs_editable .bone-button:after {
    top: -7.52px;
}

.about-team bs_editable .bone-button:after {
    top: -7.52px;
    right: -33px;
}
	
/*	==========================================================================
	WYSIWYG
	==========================================================================
*/

.bubblegum-h3 {
	font-family: 'Bubblegum Sans', cursive;
	color:  #484067;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	line-height: 26px;
}

.wht-bubblegum-h3 {
	color: #fff;
}

.italic-header {
	font-family: 'jaf-facitweb', 'Lora';
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

.bubblegum-header {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.img_right_35 {
	width: 100%;
	float: right;
	margin-left: 5%;
    margin-bottom: 10%;
}

.img_left_35 {
	width: 100%;
	float: left;
	margin-right: 5%;
    margin-bottom: 10%;
}

.img_right_50 {
	width: 100%;
	float: right;
	margin-left: 10%;
    margin-bottom: 10%;
}

.img_left_50 {
	width: 100%;
	float: left;
	margin-right: 10%;
    margin-bottom: 10%;
}

.img_full_width {
	width: 100%;
	float: none;
    margin:0 10% 10%;
}

/*	==========================================================================
	HEADER
	==========================================================================
*/

header {
	position: relative;
	width: 100%;
	background-color: #abdcf7;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/header-bg2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position:center bottom;
	height: 54px;
	z-index: 20;
}

header.scroll {
	position: fixed;
	top: 0;
	z-index: 100;
}

.header-wrapper {
	display: block;
	width: 100%;
	box-sizing: border-box;
    margin: 0 auto;
}

/*-------SITE LOGO---------- */

.site-logo-link {
	display: inline-block;
	width: 150px;
}

.site-logo {
	height: 32px;
	display: inline-block;
	margin: 12px 10px;
}

.site-title {
	display: inline-block;
	vertical-align: top;
	width: 185px;
	margin-top: -6px;
}

/*-------APPT. REQUEST LOGO---------- */

.header-calendar {
	display: inline-block;
	float: right;
    vertical-align: top;
    margin-top: 14px;
    margin-right: 65px;
    color:  #484067;
}

.header-calendar figure {
	display: inline-block;
	width: 22px;
	vertical-align: top;
    margin: 0;
}

.header-calendar p {
	margin: 0 auto;
	display: inline-block;
	width: 46px;
	font-size: 12px;
	font-family: 'jaf-facitweb', "Open Sans", sans-serif;
	line-height: 12px;
}

.header-calendar p.remove-desktop {
	display: none;
}

/*-------APPT. REQUEST FORM---------- */

.appointment-form-wrapper {
	display: none;
    position: fixed;
    width: 100%;    height: 100%;
    background-color: rgba(90,84,124, .7);
    left: 0;
    top: 0;
    z-index: 100;
}

.close-appointment-form .fa-times {
	display: inline-block;
    color: #5a547c;
    font-size: 25px;
    float: right;
}

.appointment-form .form-header {
	font-family: 'Bubblegum Sans', cursive;
	color:  #484067;
	font-size: 30px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin-bottom: 0;
}

.appointment-form {
	display: none;
	position: absolute;
    margin: 0 auto;
    padding: 36px 5% 76px;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
    max-width: 670px;
	height: 100%;
	background-color: #e7dece;
	overflow-y: auto;
	box-sizing: border-box;
}

.form-location-contact {
	display: block;
	overflow: auto;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.form-location-info {
	display: block;
	margin-bottom: 5px;
}

/*
.form-location-info:first-child:after {
	content: "|";
	display: inline-block;
}
*/

.form-location-info p {
	margin: 0;
	text-align: left;
}


/*-------FORM STYLES---------- */

#fieldset-requested-dates-and-times #field-row-choice-paragraph {
	width: 100%;
} 

#field-row-choice-paragraph p {		
	font-family: 'jaf-facitweb', 'Lora';
	color:  #484067;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	text-align: left;
	margin: 0 auto 16px;
}

#fieldset-requested-dates-and-times .field-row {
	float: left;
    width: 28%;
    margin-right: 5%;
}

#fieldset-your-dogs-info .field-row,
#fieldset-contact-prefs .field-row {
	display: inline-block;
	width: auto;
}

#fieldset-your-dogs-info .field-row:last-child,
#fieldset-contact-prefs .field-row:last-child {
	width: 100%;
}

fieldset .field-row {
    width: 90%;
}

.bone-button.submit-bone {
    width: 60px;
    height: 26px;
    position: absolute;
    margin-top: -66px;
    margin-left: 28px;
}

.submit-bone.bone-button:hover:before {
	content: url("../images/left-bone.png");
}
.submit-bone.bone-button:hover {
	background-image: url("../images/middle-bone.png");
}
.submit-bone.bone-button:hover:after {
	content: url("../images/right-bone.png");
}

.submit-bone.bone-button.submit-hover:before {
	content: url("../images/left-bone-hover.png");
}
.submit-bone.bone-button.submit-hover {
	background-image: url("../images/middle-bone-hover.png");
}
.submit-bone.bone-button.submit-hover:after {
	content: url("../images/right-bone-hover.png");
}

/*-------DATEPICKER---------- */

div#ui-datepicker-div {
    background-color: #fff;
    border: solid 2px #484067;
    border-radius: 5px;
}

a.ui-state-default {
    color: #000;
    background-color: #eee;
    text-align: center;
    border-radius: 5px;
}

.ui-datepicker-week-end a.ui-state-default {
    background-color: #ccc;
}

.ui-datepicker-header {
    background-color: #eee;
    border-radius: 5px;
}

a.ui-corner-all .fa-arrow-circle-left {
    color: #484067;
    margin-left: 6px;
    font-size: 18px;
    margin-top: 5px;
}

a.ui-corner-all .fa-arrow-circle-right {
    color: #484067;
    margin-left: 6px;
    font-size: 18px;
    margin-top: 5px;
}

/*-------SITE TAGLINE BUCKET---------- */

.site-tagline-bucket {
	display: none;	
}

/*	==========================================================================
	MOBILE HAMBURGER ICON
	==========================================================================
*/

.hamb-outer-wrapper {
    display: block;
    position: absolute;
    right: 0;
    width: 25%;
    height: 60px;
    overflow: hidden;
    z-index: 100;
}

.hamb-outer-wrapper.scroll {
	position: fixed;
	z-index: 120;
}

.hamb-wrapper {
    float: right;
    background-color: #abdcf7;
    margin: -8px 0 0 0;
    padding: 5px;
    height: 50px;
    width: 50px;
    border: solid 3px #479ceb;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    right: -12px;
}

.hamb-wrapper img {
	height: 9px;
    position: absolute;
    margin-left: 7px;
    width: auto;
    width: initial;
}

#hamb {
	width: 20px;
    height: 15px;
    position: relative;
    margin: 15px 16px 0;
    float: right;
    color: #484067;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 100;
}

#hamb span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #484067;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#hamb span:nth-child(1) {
	top: 0px;
}

#hamb span:nth-child(2) {
	top: 8px;
}

#hamb span:nth-child(3) {
	top: 8px;
}

#hamb span:nth-child(4) {
	top: 15px;
}

#hamb.open span:nth-child(1) {
	top: 15px;
	width: 0%;
	left: 50%;
}

#hamb.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hamb.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#hamb.open span:nth-child(4) {
	top: 15px;
	width: 0%;
	left: 50%;
}

/*	==========================================================================
	NAV
	==========================================================================
*/

.main-nav-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	margin-top: -1px;
	background-image: url("../images/mobile-white-bg.png");
	background-position:center bottom;
	background-repeat: no-repeat;
	background-size: 101%;
	z-index: 20;
}

/*-------TOP NAV---------- */

.top-nav {
	display: none;
	overflow-y: scroll;
	height: 100vh;
	background-color: #fff;
}

.main-nav-top {
	padding: 0 20px 20px;
}

.main-nav-top > li:first-child {
    padding-top: 10px;
}

.main-nav-top > li.menu-logo {
    display: none;
}

.main-nav-top > li {
	display: list-item;
    position: relative;
    width: auto;
    padding: 5px 0 5px;
    border-bottom: solid 1px #aaddf8;
}

.main-nav-top > li > a {
	color: #484067;
	font-family: 'jaf-facitweb', "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

nav.top-nav a.down:first-child {
	top: 10px;
}

nav.top-nav a.down {
	position: absolute;
	text-align: right;
	max-width: 100%;
	width: 40%;
	right: 3px;
}

ul.clearfix.subnav {
    padding-left: 16px;
    padding-top: 16px;
}

.top-nav .mobile-active .subnav-wrapper,
.top-nav .mobile-subnav-active .reveal2 {
	display: block;
}

nav.top-nav .subnav .mobile-subnav-active > a,
nav.top-nav .reveal2 .mobile-reveal2-active > a {
	color: #3f809e;
}

/*-------TOP SUB NAV START---------- */

.top-nav .subnav-wrapper {
	display: none;
}

/*
.top-nav ul.subnav:before {
	position: absolute;
	width: 100%;
	left: 0;
	content: "";
	border-bottom: solid 1px #d9d0bf;
}
*/

.top-nav .subnav > li {
	margin-bottom: 16px;
}

.top-nav .subnav > li > a {
	color:  #3b8b5a;
	font-size: 16px;
	font-weight: 700;
	font-family: 'jaf-facitweb', 'Open Sans', sans-serif;
}

/*-------TOP SECOND SUB NAV START---------- */

.top-nav .reveal2 {
	display: none;
}

.top-nav .reveal2 > li > a {
	color: #290202;
	font-size: 16px;
	font-family: 'jaf-facitweb', "Open Sans", sans-serif;
}

/*-------PRIMARY NAV---------- */
.main-nav-wrapper.scroll {
	position: fixed;
    width: 100%;
    z-index: 100;
    height: 100vh;
    overflow: auto;
    padding-bottom: 36px;
}

nav.main-nav {
	position: relative;
	display: none;
	width: 100%;
	font-size: 35px;
	text-align: left;
	overflow: scroll;
	box-sizing: border-box;
	background-image: url("../images/mobile-blue-bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 101%;
	background-color: #fff;
}

nav.main-nav ul {
    padding: 0 20px 10px;
}

nav.main-nav .bubble-wrapper {
	display: none;
}

nav.main-nav > ul > li:first-child {
	padding-top: 10px;
}

nav.main-nav > ul > li {
	display: list-item;
	position:relative;
	width: auto;
	padding: 0 0 10px;
	border-bottom: solid 1px #479ceb;
}

nav.main-nav > ul > li:last-child {
	border-bottom: none;
}

nav.main-nav > ul > li > a {
	font-family: 'Bubblegum Sans', cursive;
	display: inline-block;
	color: #484067;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 20px;
	font-weight: 400;
}

nav.main-nav > ul > li > a p {
	display: inline-block;
    margin: 0 0 0 5px;
	font-family: 'jaf-facitweb', "Open Sans", sans-serif;
	font-size: 14px;
	font-style: italic;
}

/*	==========================================================================
	HOME SUB HEADER
	==========================================================================
*/

/*-------SITE TAGLINE---------- */

.site-tagline {
	width: 190px;
	margin: 0 auto;
    padding: 16px 0 0;
}
	
/*-------HOLIDAY BUCKET---------- */

.holiday-hours {
	margin-bottom: 2em;
}

.holiday-text {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	color: #d14836;
	font-weight: bold;
}

/*-------HOURS BUCKET---------- */

.hours-bucket {
	display: block;
    overflow: auto;
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
}

.hours-bucket .hours-title {
	margin: 0 auto 10px;
	font-family: 'Bubblegum Sans', cursive;
	color:  #484067;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.hours-bucket .location {
	float: left;
	display: block;
/* 	margin-left: 8%; */
}

.hours-bucket .location:nth-child(odd) {
	float: right;
/* 	margin-right: 8%; */
	margin-left: 0;
}

.hours-bucket .hours-city {
	font-family: 'Bubblegum Sans', cursive;
	color:  #3b8b5a;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
}

.hours-bucket p {
	font-family: 'Bubblegum Sans', cursive;
	color:  #484067;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
}

.dates-closed {
	display: none;
    text-align: left;
    font-size: 12px;
    margin: 0 auto;
    position: absolute;
    width: 60%;
    bottom: -15px;
    left: 0;
    right: 0;
}

/*-------HOME BUBBLE NAV---------- */

figure {
	-webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.nav-bubble-icon,
.nav-bubble-icon2,
.nav-bubble-icon3 {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}

.nav-bubble-icon img,
.nav-bubble-icon2 img,
.nav-bubble-icon3 img {
    width: auto;
	width: initial;
	width: 100%;
}

.bubble-wrapper.bubble-desktop {
	display: none;
}

#bubble-nav {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	height: 400px;
	overflow: hidden;
	position: relative;
    max-width: 800px;
}

.bubble-wrapper.bubble-mobile {
	display: block;
    position: absolute;
    margin-top: 10px;
    color: #484067;
    box-sizing: border-box;
    text-align: center;   
}

.bubble-wrapper:hover .bubblegum-header {
	color: #3b8b5a;
}

.bubble-wrapper:hover .fa-arrow-right {
	background-color: #3b8b5a;
}

.bubble-wrapper .bubble-wrapper-inner {
	display: block;
	position: relative;
	margin: 0 auto;
    background-image: url("../images/bubble-nav-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

.bubble-centered-wrapper {
	position: absolute;
    display: block;
    vertical-align: middle;
    text-align: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.bubble-centered-wrapper:before {
	content: '';
	display: inline-block;
	min-height: 100%;
	vertical-align: middle;
	margin-right: -0.5em;
}

.bubble-nav-link {
	position: relative;
	display: inline-block;
	margin: 5px auto 5px;
	color: #484067;
	width: 100%;
	vertical-align: middle;
}

.bubble-nav-link  .bubblegum-header {
	position: relative;
	left: 0;
	right: 0;
/* 	margin: 16px 15px 0; */
	color: #484067;
	font-size: 20px;
}

.bubble-wrapper p {
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
    letter-spacing: 0;
}

.link-subheader {
	font-family: "jaf-facitweb","Lora",sans-serif;
	line-height: 18px;
}

.bubble-wrapper .fa-arrow-right {
	display: inline-block;
	vertical-align: top;
    margin-top: -25px;
	font-size: 10px;
	color: #fff;
	background-color: #484067;
	border-radius: 50%;
	padding: 4px;
	margin-top: -25px;
}

/*-------Set Mobile Positions-------*/

/*-- Pro Grooming --*/

.bubble-mobile.progrooming,
.bubble-mobile.progroom {
	left: 0;
	top: 0;
}

.progroom .bubble-wrapper-inner,
.progrooming .bubble-wrapper-inner {
	width: 125px;
	height: 125px;
}

.progroom .bubble-nav-link,
.progrooming .bubble-nav-link {
    margin-top: 20px;
}

.progroom .link-subheader,
.progrooming .link-subheader {
	width: 120px;
}

.progroom .nav-bubble-icon,
.progrooming .nav-bubble-icon {
	width: 60px;
	margin: 0 auto;
}

/*-- Self Bark --*/

.bubble-mobile.selfbark {
	right: 0;
	top: 2px;
}

.selfbark .bubble-wrapper-inner {
	width: 112px;
	height: 112px;
}

.selfbark .nav-bubble-icon {
    width: 52px;
    margin: -13px auto 0;
    left: -74px;
}

.selfbark .nav-bubble-icon2 {
    width: 17px;
    margin-left: -8px;
    margin-top: 40px;
}

.selfbark .nav-bubble-icon3 {
	margin-left: 95px;
    margin-top: 20px;
    width: 17px;
}

.selfbark .link-subheader {
	width: 80px;
}

/*-- Full Bark --*/

.bubble-mobile.fullbark {
	margin-top: 140px;
	left: 0;
}

.fullbark .bubble-wrapper-inner {
	width: 115px;
	height: 115px;
}

.fullbark .nav-bubble-icon {
	margin-top: 5px;
	margin-left: 45px;
}

.fullbark .nav-bubble-icon2 {
    width: 17px;
    margin-top: 20px;
    margin-left: 0;
}

.fullbark .nav-bubble-icon3 {
    width: 15px;
    margin-left: 3px;
    left: 0;
    margin-top: -4px
} 

.fullbark .link-subheader {
	width: 80px;
}

.fullbark .nav-bubble-icon {
	width: 70px;
}

/*-- Extra Care --*/

.bubble-mobile.extracare {
	margin-top: 140px;
	padding-right: 4px;
	right: 0;
	top: 0;
}

.extracare .bubble-wrapper-inner {
	width: 116px;
	height: 116px;
}

.extracare .nav-bubble-icon {
	margin-left: 50px;
    margin-top: 10px;
}

.extracare .link-subheader {
	width: 80px;
}

.extracare .nav-bubble-icon {
	width: 66px;
}

/*-- Barker Lounge --*/

.bubble-mobile.barkerlounge {
	margin-top: 240px;
	left: 0;
	right: 0;
}

.barkerlounge .bubble-wrapper-inner {
	width: 126px;
	height: 126px;
}

.barkerlounge .nav-bubble-icon {
	margin: 23px auto 0;
}

.barkerlounge .bubble-nav-link {
    margin-top: 10px;
}

.barkerlounge .link-subheader {
	width: 115px;
}

.barkerlounge .nav-bubble-icon {
	width: 57px;
}

/*-------MASCOT LOGO---------- */

.mascot-logo {
    margin: 0 auto;
    width: 90%;
    max-width: 647px;
}

/*-------COUPON BUCKETS---------- */

.coupon-bucket-wrapper {
	width: 90%;
	margin: 16px auto;
	position: relative;
}

.coupon-bucket-wrapper ul {
	padding: 0;
}

.coupon-bucket-wrapper li {
	list-style: none;
	text-align: center;
	font-family: 'jaf-facitweb';
	border-bottom: solid 5px #fff;
	position: relative;
	margin-top: 36px;
	padding-bottom: 36px;
	max-width: 200px;
	min-height: 200px;
}

.coupon-bucket-wrapper li:last-child {
	border-bottom: none;
}

.coupon-bucket {
/* 	padding-top: 36px; */
	padding-top: 20px;
}

.coupon-title {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	font-weight: 400;
	margin: 1em auto 0;
	max-width: 175px;
}

.coupon-bucket-wrapper .bone-button {
	margin-bottom: 36px;
}

/*	==========================================================================
	HOME PURPLE CONTENT
	==========================================================================
*/

.purple-section {
	display: block;
	overflow: hidden;
	width: 100%;
	background-image: url("../images/purple-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center bottom;
	padding: 30px 0;
}

.purple-wrapper {
	width: 90%;
    max-width: 950px;
	margin: 0 auto;
	font-family: 'jaf-facitweb';
	color:  #e7dece;
	font-size: 15px;
	font-weight: lighter;
	letter-spacing: .15px;
	line-height: 20px;
}

.purple-image {
	float: right;
	width: 50%;
	margin-right: -22%;
}

.body-location ul {
	padding-left: 80px;
}

li.location {
	list-style: none;
	margin-bottom: 36px;
}

li.location a:hover { 
	color: #e7dece;
}

li.location.bayview:before {
	content: url("../images/front-view-bay-view.png");
	width: 72px;
	position: absolute;
	display: inline-block;
	margin-left: -85px;
}

li.location.bayside:before {
    content: "";
    background-image: url("../images/bayside-storefront.jpg");
    width: 72px;
    position: absolute;
    display: inline-block;
    margin-left: -85px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: solid 3px #fff;
}

li.location .location-title {
	font-family: 'Bubblegum Sans', cursive;
	color:  #f3a63c;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 16px;
}

li.location p {
	margin: 0;
}

li.location .location-hours {
	margin-top: 16px;
	font-family: 'Bubblegum Sans', cursive;
	color:  #fff;
	font-size: 18px;
	font-weight: 400;
    text-transform: capitalize;
}

li.location .location-link {
	font-family: 'jaf-facitweb';
	color:  #ea9633;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
}

/*	==========================================================================
	HOME TESTIMONIALS
	==========================================================================
*/

section.home-testimonials {
	margin-bottom: 36px;
    padding: 0 5%;
	text-align: center;
}

.testimonial {
	margin: 6px auto;
}

.testimonial-image {
	display: block;
    float: right;
    z-index: 10;
    margin-top: -50px;
    width: 120px
}

.testimonial.text-large {
    border: solid 3px #fff;
    background-color: #f3a63c;
    border-radius: 50%;
    box-sizing: border-box;
    width: 300px;
    height: 300px;
}

.testimonial.text-small {
	margin: 6px 0;
	border: solid 3px #fff;
    background-color: #2e6c47;
    border-radius: 50%;
    box-sizing: border-box;
    width: 185px;
    height: 185px;
	color: #fff;
	position: relative;
/* 	z-index: 100; */
}

.text-small .testimonial-text {
	margin-top: 30px;
}

.testimonial.text-large:last-child {
	background-color: #484067;
	color: #fff;
}

.testimonial-text {
	width: 76%;
	margin: 60px auto;
}

.testimonial p {
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	margin: 0;
	letter-spacing: normal;
}

li.testimonial-items {
    display: block;
    width: 100%;
    overflow: auto;
    /* border-bottom: solid 1px #fff; */
    padding-bottom: 5px;
    margin-bottom: 16px;
}

li.testimonial-items:last-child {
	border-bottom: none;
}

.testimonial-photo {
	/* float: left; */
	margin-right: 26px;
	width: 45%;
	height: 0;
	padding-bottom: 45%;
	border-radius: 50%;
	border: solid 5px #fff;
	overflow: hidden;
	margin-bottom: 16px;
	text-align: center;
	margin:  0 auto 16px;
}

.quote-wrapper {
    padding-left: 16px;
    border-left: solid 1px #fff;
}

.testimonial-items p {
    margin-top: 0;
}

div#right_slide {
    right: 0;
}

div#left_slide {
    margin-left: 3%;
}

.gallery-arrow:before {
	content: '';
    display: inline-block;
    min-height: 100%;
    vertical-align: middle;
    margin-right: -0.1em;
}

.bubble-arrow {
    position: relative;
    font-size: 22px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
/*     margin-top: -107px; */
}

.fa-arrow-right.bubble-arrow {
    margin-top: 14px;
}

.gallery-arrow a {
	display: inline-block;
	position: relative;
}

.gallery-arrow a:hover .bubble-arrow {
	color: #4fa2ec;
}

.gallery-arrow.left {
	left: 0; 
	margin-left: 3%;
}

.gallery-arrow.right {
	text-align: right;
	right: 0; 
	margin-right: 3%;
}


/*-------HOME GALLERY---------- */

.home-gallery.gallery-slider-container {
	background-color: transparent;
	height: 0;
	padding-bottom: 35%;
	margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.home-gallery .gallery-slide {
	background-size: cover;
}

.home-gallery .gallery-top-border {
	top: -8%;
}

.gallery-top-border {
    position: absolute;
    width: 100%;
    top: 5%;
    left: 0;
    right: 0;
}

.home-gallery .gallery-arrow {
	width: 8%;
	margin-top: 7%;
}

.home-gallery .gallery-arrow.right {
	margin-top: 5%;
}

.home-gallery .bubble-arrow {
    font-size: 14px;
}

/*	==========================================================================
	HOME INSTAGRAM
	==========================================================================
*/

.instagram-wrapper {
	display: block;
	width: 100%;
	margin-bottom: 36px;
    border-top: solid 10px #fff;
}

.feed-wrapper {
	display: block;
	width: 100%;
	overflow: auto;
}

.instagram-wrapper ul,
.instagram-wrapper li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.instagram-wrapper ul {
	width: 100%;
	height: 108px;
	border-bottom: solid 3px #fff;
	overflow: hidden;
}

.instagram-wrapper li {
	display: block;
	width: 108px;
}

/*	==========================================================================
	HOME AWARDS
	==========================================================================
*/

.awards-bucket {
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	margin: 0 auto 36px;
	position: relative;
	display: block;
	overflow: auto;
}

.awards-list,
.awards-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: center;
}

.yelp-reviews {
	display: block;
	width: 109px;
	height: 109px;
}

.awards-list li {
	display: block;
	float: left;
	width: 45%;
	margin-right: 9%;
}

.awards-list li:nth-child(even) {
	margin-right: 0;
}

.award-text {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.awards-list li a {
	font-family: 'jaf-facitweb';
	color:  #484067;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: .75px;
	text-align: center;
}

.award-icon {
	width: initial;
}

/*	==========================================================================
	HOME ABOUT US BLURB
	==========================================================================
*/

.about-team {
	position: relative;
	margin: 0 auto 36px;
	padding: 50px 5%;
	width: 100%;
	box-sizing: border-box;
	background-image: url("../images/orange-bg.png");
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.about-header {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.about-image {
	position: absolute;
    display: block;
    margin-top: 110px;
    width: 100px;
	right: 0;
    z-index: 10;
}

.about-text {
	width: 206px;
	margin: 36px 0;
}

.about-text p,
.about-text h2.bubblegum-header {
	text-align: left;
}

.about-text h2 {
	margin-bottom: 0;
}

.team-list, 
team-list li {
	margin: 0;
	padding:0;
	list-style: none;	
}

ul.team-list {
	display: block;
	overflow: auto;
	width: 100%;
}

.team-list li {
	float: left;
	width: 45%;
	margin-right: 9%;
	margin-bottom: 16px;
}

.team-list li:nth-child(even) {
	margin-right: 0;
}

.team-list li p {
	margin: 0;
}

.team-list .staff-name {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 16px;
}

.staff-image {
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 50%;
}

.staff-image img {
    width: 100%;
}

.appt-icon {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 0;
    width: auto;
	width: initial;
}

.appointment-cta p {
	display: inline-block;
	font-family: 'Bubblegum Sans', cursive;
	color:  #484067;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	transform: scaleY(1.0098);
}

bs_editable .appointment-cta {
	float: none;
}


/*-------STAFF PAGE---------- */ 

ul.staff-list.staff-page {
    list-style: none;
    padding: 0;
}

.staff-page li {
    list-style: none;
    margin: 0 auto 36px;
    width: 75%;
    display: block;
    padding-bottom: 16px;
    text-align: center;
}

.staff-page .staff-image {
    display: inline-block;
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    border-radius: 50%;
    overflow: hidden;
}

.staff-page .staff-image img {
    width: 100%;
}

.staff-page .staff-text {
    display: inline-block;
    width: 73%;
    vertical-align: top;
}

.staff-page .staff-name {
	font-weight: bold;
}

.staff-page .staff-title {
    margin-bottom: 5px;
}

.staff-page .staff-text p {
	margin-top: 0;
}

/*	==========================================================================
	HOME NEWSLETTER
	==========================================================================
*/

.newsletter-cta {
	margin: 36px auto 36px;
	width: 90%;
	color:  #2d4676;
}

.newsletter-cta .bubblegum-header {
	text-align: left;
	margin-bottom: 0;
}

p.newsletter-subheader {
    margin-top: -7px;
    font-size: 15px;
}

.sign-up {
	padding: 10px 15px;
	background-color: #f3a63c;
	text-align: left;
}

.sign-up:hover {
	background-color: #2e7445;
}


/*	==========================================================================
	HOME SOCIAL MEDIA
	==========================================================================
*/

.social-font {
	color:  #f3a63c;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: .75px;
	text-align: right;
}

.social-cta {
	margin: 36px auto -36px;
	width: 90%;
	text-align: right;
	color:  #2d4676;
}

.social-header {
	display: inline-block;
	width: 144px;
	line-height: 20px;
}

.social-icon-wrapper {
	display: block;
	width: 100%;
}

.social-icon {
	display: inline-block;
	margin: 0;
	color: #f3a63c;
	background-color: #fff;
	padding: 3px 10px;
}

.social-icon:hover {
	color: #2e7445;
}

.social-icon:after {
	content: "\f082";
	font-family: FontAwesome;
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 20px;
	vertical-align: middle;
}

.social-cta .fa-twitter-square,
.social-cta .fa-instagram {
	padding: 5px;
	margin: 5px 0;
	background-color: #fff;
	color:  #f3a63c;
	font-size: 20px;
	font-weight: 400;
	text-align: right;
}

.social-cta .fa-twitter-square:hover, 
.social-cta .fa-instagram:hover {
	color: #2e7445;
}

/*	==========================================================================
	FOOTER
	==========================================================================
*/

footer {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	background-image: url("../images/mobile-footer-bg.svg");
    background-color: #2e7445;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-wrapper {
	width: 90%;
	margin: 0 auto;
	display: block;
	overflow: auto;
}

/*-------FOOTER HEADER---------- */

.footer-header {
	width: 100%;
	margin: 0 auto -20px;
}

.footer-wrapper-top {
}

.footer-top {
	margin-bottom: 36px;
	text-align: center;
    padding: 0 5% 0;
}

.footer-logo {
	width: 100%;
	margin: 15px auto 0;
}

.footer-tagline {
	margin: 0 auto 16px;
	display: block;
	width: 207px;
}

/*-------FOOTER LOCATIONS---------- */

.location-bucket {
	margin-top: 50px;
	color: #fff;
	text-align: left;
}

h2.bubblegum-header.location-header {
    text-align: left;
}

.location-bucket p {
	margin: 0;
}

.location-bucket a {
	color: #f3a63c;
	font-weight: 400;
}

.location-bucket a:hover {
	color: #e7dece;
}

.location-hours {
	margin-top: 10px;
}

.location-bucket .location-hours p {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
}

/*-------FOOTER NAV---------- */

.footer-wrapper-bottom {
	display: none;
}

/*-------FOOTER CREDITS---------- */

.footer-credits {
	width: 100%;
	display: block;
	background-color: #29613e;
	overflow: auto;
}

.credits-left {
	float: left;
	margin-left: 5%;
	color: #a5d5b5;
}

.credits-right {
	float: right;
	margin-right: 5%;
	color: #a5d5b5;
}

.credits-right a {
	color: #a5d5b5;
	font-weight: 700;
}

.footer-credits a:hover {
	color: #fff;
}

/*	==========================================================================
	PRIMARY PAGES
	==========================================================================
*/

/*-------POPPED BUBLLE NAV---------- */

div#popped-bubble-nav {
	padding: 0 5%;
	box-sizing: border-box;
	width: 100%;
}

.popped-bubble-wrapper {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    height: 100px;
}

#popped-bubble-nav .bubble-wrapper .bubble-wrapper-inner {
	background: transparent;
}

#popped-bubble-nav .bubble-wrapper .fa-arrow-right {
	display: none;
}

/*-------SETUP POPPED BUBBLE POSITIONS---------- */


#popped-bubble-nav .bubble-desktop.selfbark {
    /* left: 0; */
    top: 7px;
    margin-left: 250px;
}

#popped-bubble-nav .bubble-desktop.fullbark {
    margin-top: 10px;
    margin-left: 75px;
}

#popped-bubble-nav .bubble-desktop.extracare {
    margin-right: 250px;
    right: 0;
    top: 5px;
}

#popped-bubble-nav .bubble-desktop.barkerlounge {
    margin-top: 4px;
    right: 0;
    padding-right: 2px;
    margin-right: 70px;
}

/*	==========================================================================
	PAGE CONTENT
	==========================================================================
*/

/*-------CONTENT HEADER IMAGE---------- */

.content-header {
	margin-bottom: -44px;
	z-index: 18;
    position: relative;
    height: auto;
    max-height: 375px;
}

.content-header-wrapper {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.header-overlay {
	background-image: url("../images/internal-banner-top.png");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 25px;
	width: 100%;
	position: absolute;
	top: 0;
}

.header-image {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
    text-align: center;
}

.header-image img {
    width: 102%;
    margin-left: -1%;
}

/*-------PAGE CONTENT START---------- */

.page-title {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 36px;   
	max-width: 950px;
    margin: 0 0 16px 0;
    line-height: 26px;
}

/*
.main-content-wrapper:before {
    content: url("../images/body-beige-top.png");
    width: 100%;
    height: 75px;
    position: absolute;
    top: -75px;
}
*/

.main-content-wrapper {
    width: 100%;
    background-image: url("../images/body-beige-bg.svg");
    background-repeat: no-repeat;
	background-size: 350% 100%;
    background-position: center left;
/* 	background-color: #e7ddcd; */
    padding: 0 5%;
	margin: 0 auto 36px;
	padding: 65px 5% 36px;
	box-sizing: border-box;
	overflow: auto;
	position: relative;
}



/*
.main-content-wrapper:after {
    content: url("../images/body-beige-bottom.png");
    width: 100%;
    height: 75px;
}
*/

.content-inner-wrapper {
	max-width: 950px;
	margin: 0 auto;
}

ul.testimonial-list {
    padding-left: 0;
}

/*	==========================================================================
	LEFT SITE MAP NAV
	==========================================================================
*/

.left-site-map {
	display: none;
}

/*	==========================================================================
	MAIN CONTENT
	==========================================================================
*/


.main-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    letter-spacing: normal;
}

.main-content a {
    color: #3b8b5a;
}

.main-content a:hover {
    color: #275b39;
}


/*	==========================================================================
	RIGHT SIDEBAR
	==========================================================================
*/

.sidebar {
    display: block;
    vertical-align: top;
    width: 90%;
}

.coupon-li, .sidebar-location {
    margin-left: auto;
    margin-right: auto;
}

/*-------SIDEBAR LOCATION BUCKET START---------- */

.sidebar-location {
	max-width: 95%;
	width: 200px;
	height: 200px;
	padding-bottom: 0;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 16px;
	position: relative;
	border-radius: 50%;
	display: block;
}

.sidebar-location:hover p.location-city {
	color: #f3a63c;
}

.sidebar-location:hover p {
	color: #e7dece;
}

.location-bg {
	width: 100%;
}

.color-overlay {
    width: 175px;
    height: 175px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: solid 5px #fff;
    border-radius: 50%;
}

.color-overlay.purple-overlay {
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(90, 84, 124, 0.8), 
      rgba(90, 84, 124, 0.8)
    ),
    /* bottom, image */
    url("../images/storefront.png");
    background-size: cover;
}

.color-overlay.green-overlay {
    background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(46, 108, 71, 0.8), 
      rgba(46, 108, 71, 0.8)
    ),
    /* bottom, image */
    url("../images/storefront.png");
    background-size: cover;
}

.sidebar-location .location-city {
	font-family: 'jaf-facitweb';
	font-size: 16px;
	font-weight: 700;
	color: #f3a63c;
	max-width: 150px;
}

.location-wrapper {
    position: absolute;
    margin-left: 4%;
    width: 100%;
    top: 50px;
    left: 0;
    right: 0;    
}

.v-centered:before {
	content: '';
	display: inline-block;
	min-height: 100%;
	vertical-align: middle;
	margin-right: -0.5em;
}

.v-centered-wrapper {
	position: absolute;
    display: block;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.location-wrapper p {
	margin: 0 auto;
	text-transform: capitalize;
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
	font-size: 18px;
	font-weight: 400;
}

/*-------SIDEBAR COUPON BUCKET START---------- */

.sidebar .coupon-li {
	position: relative;
	z-index: 0;
	width: 200px;
	list-style: none;
	text-align: center;
	margin-bottom: 36px;
}

.coupon-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    width: 100%;
    max-width: 200px;
    height: 0;
    margin: 0 auto;
    padding-bottom: 100%;
	background-color: #fff;
	border-radius: 50%;
	border: solid 3px #aaddf8; 
	z-index: -1;
	box-sizing: border-box;
}

.sidebar .coupon-li:before {
	content: none;	
}

.sidebar .coupon-bucket {
/* 	margin-top: 26px; */
	display: inline-block;
	vertical-align: middle;	
}

p.coupon-description {
    line-height: 16px;
    margin: 0 auto;
    letter-spacing: normal;
    max-width: 175px;
}

/*-------SIDEBAR QUOTE BUCKET START---------- */

.testimonial.text-sidebar {
	border-left: solid 1px #fff;
}

.text-sidebar .testimonial-text {
	margin: 36px auto;
	width: 100%;
	box-sizing: border-box;
}

.text-sidebar .testimonial-text p {
	padding: 0 0 0 10%;
	color: #484067;
/* 	font-style: italic; */
}


/*	==========================================================================
	SERVICES PAGES
	==========================================================================
*/

/*-------SERVICES HEADER---------- */


.services-header {
	width: 100%;
	padding: 0 5% 36px;
	overflow: visible;
	background-image: url("../images/purple-bg.png");
	background-size: 102% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	margin-bottom: -25px;
    margin-top: -18px;
}

.services-header-wrapper {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
}

.services-header-wrapper p {
	color: #e7dece;
}

.services-header bs_editable:first-child {
	display: none;
}

.services-header-wrapper bs_editable {
	width: 95%;
	display: inline-block;
	overflow: auto;
	text-align: left;
}

.services-background {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	width: 100%;
}


/*	==========================================================================
	SERVICES GALLERY
	==========================================================================
*/

section[data-section="services_slideshow"] {
    padding: 36px 0 36px;
	width: 85%;
	display: inline-block;
    vertical-align: top;
	overflow: visible;
	position: relative;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-backface-visibility: hidden;
    margin-top: 76px;
    max-width: 300px;
 }
section[data-section="services_slideshow"] .gallery-slider-container{
	display: block;
    width: 100%;
    height: 0;
    margin-top: -46px;
    padding: 0 0 100%;
    box-sizing: border-box;
    visibility: visible;
    background-color:  #aaddf8;
    position: relative;
    overflow: hidden;
    border: solid 5px #aaddf8;
 }
section[data-section="services_slideshow"] .gallery-slider-window{
	 width: 98%;
	 height: 0;
	 padding-bottom: 100%;
	 position: absolute;
	 left: 0;
	 right: 0;
     margin-top: 0;
     margin-left: -2.5px;		 
 }
section[data-section="services_slideshow"] .gallery-slide figure {
	width: 100%;
	display: inline-block;
	vertical-align: top;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    margin: 0 auto;
    border: solid 5px #aaddf8;
 }
section[data-section="services_slideshow"] .gallery-arrow{
	position: absolute;
	cursor: pointer;
	height:100%;
	color: #fff;
	padding: 0px 5px;
	z-index: 8;
	font-size: 40px;
	width: 16%;    
	margin-top: -25px;
 }

/*-------SERVICES GALLERY ARROWS---------- */ 
.services-header .gallery-arrow a {
	vertical-align: middle;
}

.services-header .bubble-arrow {
    font-size: 16px;
    margin-top: -2px;
    margin-left: -4px;
}

.services-header .fa-arrow-right.bubble-arrow {
    margin-top: 28px;
}

.gallery-arrow a:hover .bubble-arrow {
	color: #4fa2ec;
}

.services-header .gallery-arrow.left { 
	left:-5%;
	padding: 0;
}

.services-header .gallery-arrow.right {
	right: -8%;
	padding: 0;
}

section[data-section="services_slideshow"] #gallery-nav-left {
    left: -20px;
}
section[data-section="services_slideshow"] #gallery-nav-right {
    top: -25px;
    right: -20px;
}
section[data-section="services_slideshow"]  .gallery-arrow:hover .bubble-arrow {
    color: #4fa2ec;
}

/*-------SERVICES CONTENT---------- */

.services-content-wrapper {
    width: 100%;
    background-image: url("../images/body-beige-bg.svg");
	background-size: 350% 100%;
	background-position: center center;
    background-repeat: no-repeat;
    padding: 0 5%;
	margin: -35px auto 36px;
	padding: 71px 5% 36px;
	box-sizing: border-box;
	overflow: visible;
	position: relative;
}

.services-inner-wrapper {
	max-width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: auto;
	height: 100%;
}

.services-inner-wrapper .main-content {
	width: 100%;
	letter-spacing: normal;
}

.services-inner-wrapper bs_editable {
	width: 100%;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: auto;
}

bs_editable ul,
bs_editable li {
    position: relative;
    left: 1em;
    padding-right: 1em;
    padding-left: 0;
}

@media (min-width: 550px) and (max-width: 949px) {
	
/*	==========================================================================
	GENERAL min-width: 550px
	==========================================================================
*/
	
	body {
		background-size: 730px;
	}

	
/*	==========================================================================
	WYSIWYG
	==========================================================================
*/
	

	.img_right_35 {
		width: 35%;
		float: right;
		margin-left: 5%;
	    margin-bottom: 10%;
	}
	
	.img_left_35 {
		width: 35%;
		float: left;
		margin-right: 5%;
	    margin-bottom: 10%;
	}
	
	.img_right_50 {
		width: 50%;
		float: right;
		margin-left: 10%;
	    margin-bottom: 10%;
	}
	
	.img_left_50 {
		width: 50%;
		float: left;
		margin-right: 10%;
	    margin-bottom: 10%;
	}
	
/*	==========================================================================
	HEADER min-width: 550px
	==========================================================================
*/
	
	.site-logo {
	    margin-left: 5%;
	}
	
	.top-wrapper {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.hamb-outer-wrapper{
		max-width: 70px;	
	}
	
	#bubble-nav {
		max-width: 400px;
	}

	.mascot-logo {
		max-width: 400px;
	}
	
	.form-location-info {
	    display: inline-block;
	}
	
	.coupon-bucket-wrapper {
		max-width: 500px;
		margin: 0 auto;
	}
	
/*	==========================================================================
	LEFT SITE MAP min-width: 550px
	==========================================================================
*/
	
	/*-------Left Nav---------- */
	.left-site-map {
		display: block;
		float: left;
		width: 30%;
	}
	
	.left-site-map ul > li > a {
	    color: #3b8b5a;
	}
	
	.left-site-map ul > li:hover > a, .left-site-map ul > li > a.active {
	    color: #275b39;
	}
	
/*	==========================================================================
	MAIN CONTENT min-width: 550px
	==========================================================================
*/
	
	.content-header {
	    margin-top: -7px;
	}
	
	.main-content-wrapper {
	    background-size: 350% 102%;
	    background-position: bottom left;
	}
	
	/*-------Main Content---------- */
	.main-content {
		width: 65%;
		float: right;
	}
	
	/*-------Home Mission---------- */
	.purple-wrapper {
		max-width: 450px;
		position: relative;
	}
	
	.purple-image {
	    width: 50%;
	    margin-right: 0;
	    position: absolute;
	    bottom: -72px;
	    margin-left: 75%;
	}
	
	/*-------Home Testimonial---------- */
	.testimonial-wrapper {
		max-width: 400px;
		margin: 0 auto;
	}
	
	/*-------Home Gallery---------- */
	
	.home-gallery .gallery-top-border {
		top: 8%;
		margin-left: 0;
	}
	
	.home-gallery .bubble-arrow {
	    font-size: 20px;
	    margin-left: -5px;
	    margin-top: -7px;
	}
	
	.home-gallery .fa-arrow-right.bubble-arrow {
		margin-top: 35px;
		margin-left: 0;
	}
	
	/*-------Home Awards---------- */
	section.awards-bucket {
	    max-width: 400px;
		margin: 0 auto;
	}
	
	/*-------Home Staff---------- */
	.about-team-wrapper {
	    max-width: 400px;
	    margin: 0 auto;
	}
	
	.about-text {
	    width: 400px;
	    margin: 0 auto;
	}
	
	.about-image {
		width: 20%;
		bottom: -7px;
		right: -3px;
	}
	
	/*-------Service Page Gallery---------- */

	.services-inner-wrapper .main-content {
	    width: 65%;
	}
	
/*	==========================================================================
	RIGHT SIDEBAR min-width: 550px
	==========================================================================
*/
	
	.sidebar {
		max-width: 200px;
		margin: 36px auto 0;
		float: left;
		width: 30%;
	}
	
	.sidebar-location {
	    max-width: 200px;
	    height: 200px;
	    padding-bottom: 0;
	    margin: 0 2% 16px;
	    display: inline-block;
	    width: 100%;
	    height: 0;
	    padding-bottom: 100%;
	    font-size: 12px;
	}
	
	.v-centered-wrapper {
	    left: 0;
	    height: 100%;
	    line-height: 18px;
	    margin: 0 auto;
	    width: 95%;
	    right: 0;
	}
	
	.sidebar-location .location-city {
	    font-size: 14px;
	    width: 100%;
	}
	
	.location-wrapper {
	    margin-left: 4%;
    }
    
	.sidebar .coupon-li {
	    max-width: 100%;
	    padding-bottom: 0;
	    margin: 0 2% 36px;
	    display: inline-block;
	    width: 100%;
	    height: 0;
	    padding-bottom: 100%;
	    font-size: 13px;
	}
	
	.coupon-title {
	    font-size: 18px;
	    line-height: 18px;
	    margin: 30px auto 0;
	}
	
	p.coupon-description {
	    line-height: 12px;
	    margin: 8px auto 0;
	}

/*	==========================================================================
	FOOTER min-width: 550px
	==========================================================================
*/
	
	.footer-header {
		margin-bottom: -30px;
	}
	
	.footer-header-wrapper {
	    margin: 0 auto;
	}
	
	.footer-icon,
	.footer-logo {
	    max-width: 400px;
	    margin: 0 auto;
	}

} /* end @media (min-width: 550px) and (max-width: 949px) */

@media (min-width: 950px) {
	
/*	==========================================================================
	GENERAL min-width: 950px
	==========================================================================
*/
	.remove-mobile {
		display: none !important;
	}
	
	.remove-desktop {
		display: initial;
	}
	
	.thick-white-border {
		display: none;
	}
	
	.content-bubble-left {
		width: 115px;
		position: absolute;
		top: -40px;
		left: 36px;
	}
	.content-bubble-right {
		width: 115px;
		position: absolute;
		bottom: -70px;
		right: 36px;
		z-index: 10;
	}


	
/*	==========================================================================
	WYSIWYG
	==========================================================================
*/
	.img_right_35 {
		width: 35%;
		float: right;
		margin-left: 5%;
	    margin-bottom: 10%;
	}
	
	.img_left_35 {
		width: 35%;
		float: left;
		margin-right: 5%;
	    margin-bottom: 10%;
	}
	
	.img_right_50 {
		width: 50%;
		float: right;
		margin-left: 10%;
	    margin-bottom: 10%;
	}
	
	.img_left_50 {
		width: 50%;
		float: left;
		margin-right: 10%;
	    margin-bottom: 10%;
	}

	
/*	==========================================================================
	NAV min-width: 950px
	==========================================================================
*/

	/*-------TOP NAV---------- */
	
	li.menu-logo.remove-desktop {
	    padding: 0;
	}
	.main-nav-top > li.menu-logo {
	    display: inline-block;
	}
	
	.main-nav-wrapper {
		display: block;
		background-image: none;
		position: absolute;
	    top: 0;
		left: 0;
		right: 0;
		max-width: 950px;
		margin: 0 auto;
		z-index: 50;
	}
	
	.main-nav-wrapper.home-layout {
/* 		max-width: 800px; */
		width: 90%;
		max-width: 850px;
	    margin: 0 auto;
	    box-sizing: border-box;
	}
	
	.main-nav-wrapper.home-layout .menu-logo.remove-desktop {
		display: none;
	}
	
	.top-nav {
		position: absolute;
		display: block;
		height: auto;
		overflow-y: inherit;
		background-color: transparent;
	}
	
	.main-nav-top {
		padding: 0;
		display: inline-block;
/* 		margin-left: 42px; */
	}
	
	.home-layout .main-nav-top {
		margin-left: 0;
	}
	
	.main-nav-top > li:first-child {
		padding-top: 15px;
		padding-left: 0;
	}
	
/*
	.main-nav-top > li:nth-child(2) {
		padding: 15px 10px 0 0;
		float: left;
	}
*/
	
	.main-nav-top > li {
		float: left;
		border-bottom: none;
		padding: 15px 25px 0;
	}
	
	.main-nav-top > li:last-child {
		padding: 15px 0 0 10px;
		float: left;
	}
	
	.main-nav-top > li:first-child > a {
		padding-left: 0;
	}
	
	.main-nav-top > li > a {
		padding: 10px 10px  5px;
		font-family: 'Bubblegum Sans', sans-serif;
	}
	
	.main-nav-top > li:last-child > a {
		padding-right: 0;
	}
	
	.main-nav-top > li > a:hover {
		color: #52996e;
	}
	
	.main-nav-top > li > .down {
		display: none;
	}
	
	.top-nav .mobile-active .subnav-wrapper, .top-nav .mobile-subnav-active .reveal2 {
		display: none;
	}
			
	
	.top-nav .main-nav-top > li:first-child:hover .subnav-wrapper {
		left: -16px;
	}
	
	.top-nav .main-nav-top > li:hover .subnav-wrapper {
		display: block !important;
		position: absolute;
		left: 16px;
		box-sizing: border-box;
		padding: 0 4em 1em 0;
/* 		background-color: #fff; */
/* 		background-image: url("/assets/images/white-wavy-header-bg.svg"); */
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-color: #fff;
		border-radius: 10px;
	}
	
	.top-nav .main-nav-top > li:last-child:hover .subnav-wrapper {
		left: 5px;
	}
	
	.top-nav .main-nav-top > li:hover .subnav {
		width: 100%;
	}
	
	.top-nav .main-nav-top > li:hover .subnav > li {
		margin-bottom: 10px;
	}
	
	.top-nav .main-nav-top > li:hover .subnav > li > a {
		display: block;
		font-size: 13px;
		line-height: 20px;
		font-weight: normal;
		color: #484067;
	}
	
	.top-nav .main-nav-top > li .subnav > li:hover > a {
		color: #52996e;
	}
	
/*	==========================================================================
	HEADER min-width: 950px
	==========================================================================
*/

	header {
		background-image: url("../images/white-wavy-header-bg.svg");
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: -10px;
		z-index: 10;
	}
	
	.header-wrapper {
		max-width: 950px;
		width: 90%;
	}
	
	.header-wrapper.home-layout {
/* 		max-width: 800px; */
		max-width: 850px;
	    box-sizing: border-box;
	    width: 90%;
	}
	
	.hamb-outer-wrapper {
	    display: none;
	}
	
	.site-logo {
		display: none;
	}
	
	.header-calendar {
		margin-right: 0;
	}
	
	.header-calendar p.remove-desktop {
		display: inline-block;
	}
	
	.header-calendar:hover {
		color: #52996e;
	}
	
	.header-calendar > p {
		font-size: 16px;
		font-weight: 400;
		font-family: 'Bubblegum Sans', cursive;
	}
	
	.header-calendar p {
		width: 75px;
	}
	
	.header-calendar p.home-layout {
		width: auto;
		line-height: 15px;
	}
	
	/*-------APPT. FORM---------- */
	
	fieldset .field-row {
	    width: 48%;
	}
	
	.form-location-info {
	    display: inline-block;
	    text-align: center;
	    margin-bottom: 0;
	}
	
	#fieldset-requested-dates-and-times .field-row {
		margin-right: 2%;
	}
	
	/*-------HOURS BUCKET---------- */
	
	.hours-bucket {
		max-width: 850px;
	}
	
	
/*	==========================================================================
	POPPED BUBBLE NAV min-width: 950px
	==========================================================================
*/

	.popped-bubble-wrapper .bubble-wrapper.bubble-desktop {
		display: block;	
	}
	
	.popped-bubble-wrapper{
		width: 90%;
	}
	
	#popped-bubble-nav .nav-bubble-icon {
		width: 50px;
	}
	
	#popped-bubble-nav .bubble-nav-link .bubblegum-header {
	    font-size: 25px;
	}
	
	/*-------SETUP POPPED BUBBLE POSITIONS---------- */

	/*-------FULLBARK---------- */
	#popped-bubble-nav .bubble-desktop.fullbark {
	    margin-left: 0;
	}
	
	#popped-bubble-nav .fullbark .bubble-nav-link {
	    margin-top: -20px;
	}
	
	/*-------SELFBARK---------- */
	#popped-bubble-nav .bubble-desktop.selfbark {
	    margin-left: 21%;
	}
	
	#popped-bubble-nav .selfbark .bubble-nav-link {
	    margin-top: -20px;
	}
	
	/*-------PROGROOMING---------- */
	#popped-bubble-nav .bubble-desktop.progroom,
	#popped-bubble-nav .bubble-desktop.progrooming {
		left: 0;
		right: 0;
		width: 180px;
		margin: 0 auto;
	}
	
	#popped-bubble-nav .progroom .bubble-nav-link,
	#popped-bubble-nav .progrooming .bubble-nav-link {
		margin-top: -30px;
	}
	
	/*-------EXTRACARE---------- */
	#popped-bubble-nav .bubble-desktop.extracare {
	    margin-right: 22%;
	}
	
	#popped-bubble-nav .extracare .bubble-nav-link {
	    margin-top: -10px;
	}
	
	/*-------BARKERLOUNGE---------- */
	#popped-bubble-nav .bubble-desktop.barkerlounge {
	    padding-right: 0;
	    margin-right: 0;
	}
	
	#popped-bubble-nav .barkerlounge .bubble-nav-link {
	    margin-top: -40px;
	}
	
/*	==========================================================================
	LEFT SITE MAP NAV min-width: 950px
	==========================================================================
*/

	.left-site-map {
		display: inline-block;
		vertical-align: top;
	    width: 14%;
	    margin-top: 15px;
	}
	
	.left-site-map ul > li {
		max-width: 120px;
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 10px;
	    margin-left: 0;
	    line-height: 24px;
	}
	
	.left-site-map ul > li.active > a {
		color: #275b39;
	}
	
	.left-site-map ul > li > a {
		color: #3b8b5a;
	}
	
	.left-site-map ul > li:hover > a,
	.left-site-map ul > li > a.active {
		color: #275b39;
	}
	
/*	==========================================================================
	MAIN CONTENT min-width: 950px
	==========================================================================
*/

	.page-title {
		padding-left: 15%;
	}

	.main-content-wrapper {
		background-size: 102% 100%;
	    background-position: center center;
	}

	.main-content {
	    display: inline-block;
	    vertical-align: top;
	    width: 62%;
	}
	
	.content-header {
		z-index: 0;
	    position: relative;
	}

/*	==========================================================================
	RIGHT SIDEBAR min-width: 950px
	==========================================================================
*/

	.sidebar {
	    display: block;
	    float: right;
	    width: 20%;
	}
	
	.sidebar .sidebar-location,
	.sidebar .coupon-li {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		display: block;
	}
	
	.sidebar .coupon-li {
	    margin-bottom: 36px;
    }

/*	==========================================================================
	HOME SUB HEADER min-width: 950px
	==========================================================================
*/

	.top-wrapper {
		position: relative;
	    width: 100%;
	    overflow: auto;
	    padding: 36px 5% 36px;
	    margin: 0 auto;
	    box-sizing: border-box;
	    z-index: 0;
	}
	
	.home-hours-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: block;
		background-image: url("../images/home-hours-bg.png");
	    background-repeat: no-repeat;
	    background-size: cover;
	    opacity: .8;
	    z-index: -1;
	}
	
	.site-tagline {
		position: absolute;
	    bottom: 15px;
	    left: 0;
	    right: 0;
	    width: 260px;
	}
	
	.hours-bucket .location {
		margin-left: 0;
	    text-align: center;
	}
	
	.hours-bucket .location:hover p {
		color: rgba(46, 108, 71, 0.83);
	}
	
	.hours-bucket .location:nth-child(odd) {
		margin-right: 0;
		margin-left: 0;
	}
	
	.hours-bucket .hours-title {
		display: none;
	}
	
	.store-open,
	.hours-bucket .hours-today-open {
		color: #3b8b5a;
		text-transform: capitalize;
	}
	
	.store-closed,
	.hours-bucket .location p.hours-today-closed {
		color: #d14836;
		text-transform: capitalize;
	}
	
	.hours-bucket .hours-city {
		color: #484067;
	}
	
	.site-logo-desktop {
	    display: inline-block !important;
	    max-width: 376px;
	    width: 40%;
	    position: absolute;
	    left: -30px;
	    right: 0;
	    margin: -10px auto;
	}


/*	==========================================================================
	HOME BUBBLE NAVIGATION min-width: 950px
	==========================================================================
*/


	.bubble-wrapper.bubble-mobile {
		display: none;
	}
	
	#bubble-nav {
		margin-top: 36px;
		margin-bottom: -270px;
		min-height: 400px;
		max-width: 1024px;
		width: 90%;
	}
	
	.bubble-wrapper.bubble-desktop {
		display: none;
	    position: absolute;
	    margin-top: 10px;
	    color: #484067;
	    box-sizing: border-box;
	    text-align: center;
	}
	
	.bubble-nav-link .bubblegum-header {
		font-size: 30px;
	}
	
	.bubble-nav-link .link-subheader {
		font-size: 14px;
	}
	
	/*-------Set Desktop Positions-------*/

	/*-- Pro Grooming --*/
	
	.progroom .bubble-wrapper-inner,
	.progrooming .bubble-wrapper-inner {
		width: 175px;
		height: 175px;
	}
	
	.home-layout .bubble-desktop.progroom,
	.home-layout .bubble-desktop.progrooming {
		top: 2px;
/* 		left: 411px; */
		left: 0;
		right: 0;
		width: 185px;
		margin: 0 auto;
	}
	
	.bubble-desktop.progroom,
	.bubble-desktop.progrooming {
		top: 2px;
		left: 420px;
	}
	
	.progroom .link-subheader,
	.progrooming .link-subheader {
		width: 152px;
	}
	
	.nav-bubble-icon {
		margin: 0 auto;
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
	}
	
	.progroom .nav-bubble-icon,
	.progrooming .nav-bubble-icon {
		width: 91px;
	}
	
	/*-- Self Bark --*/
	
	.selfbark .bubble-wrapper-inner {
		width: 141px;
		height: 141px;
	}
	
	.bubble-desktop.selfbark {
		left: 0;
	    top: 0;
	    margin-left: 20%;
	    margin-top: 12px;
	}
	.selfbark .nav-bubble-icon3 {
		margin-top: 30px;
	    margin-left: 123px;
	}
	
	.selfbark .link-subheader {
		width: 97px;
	}
	
	/*-- Full Bark --*/
	
	.fullbark .bubble-wrapper-inner {
		width: 147px;
		height: 147px;
	}
	
	.bubble-desktop.fullbark {
		margin-top: 140px;
		left: 0;
	}
	
	.fullbark .nav-bubble-icon2 {
		margin-top: 30px;
	}
	
	.fullbark .link-subheader {
		width: 93px;
	}
	
	.fullbark .nav-bubble-icon {
		width: 102px;
	}
	
	/*-- Extra Care --*/
	
	.extracare .bubble-wrapper-inner {
		width: 142px;
		height: 142px;
	}
	
	.bubble-desktop.extracare {
		margin-right: 20%;
		right: 0;
		top: 2px;
	}
	
	.extracare .link-subheader {
		width: 120px;
	}
	
	.extracare .nav-bubble-icon {
		width: 98px;
	}
	
	/*-- Barker Lounge --*/
	
	.barkerlounge .bubble-wrapper-inner {
		width: 181px;
		height: 181px;
	}
	
	.bubble-desktop.barkerlounge {
		margin-top: 129px;
		right: 0;
		padding-right: 2px;
	}
	
	.barkerlounge .nav-bubble-icon {
		width: 90px;
	}
	
	.barkerlounge .link-subheader {
		width: 165px;
	}
	
	/*-------BUBBLE STUCK-------*/
	
	.bubble-wrapper.bubble-desktop.stuck {
		position: fixed;
		top: 15px;
		margin-top: 0;
	}
	
	/*-------MASCOT LOGO---------- */

	.mascot-logo {
		margin: 70px auto 0;
	    width: 52%;
	    max-width: 647px;
	    min-height: 300px;
	}
	
	.mascot-logo img {    
		margin-left: 5px;
	}

	/*-------COUPON BUCKETS---------- */
	
	.coupon-bucket-wrapper {
		max-width: 950px;
	    margin: 75px auto -15px;
	    text-align: center;
	    z-index: 10;
	}
	
	.coupon-bucket-wrapper ul {
	    margin-left: -35px;
	}
	
	.coupon-bucket-wrapper li:first-child {
		    margin: 0;
	}
	
	.coupon-bucket-wrapper li {
		border-bottom: none;
		position: relative;
		display: inline-block;
	    margin-right: 10%;
	    margin-left: 10%;
	    margin-top: 25px;
	    vertical-align: middle;
	    max-width: 100%;
	    min-height: auto;
	    padding-bottom: 0;
	}
	
	.coupon-bucket-wrapper li:last-child {
		margin: 0 auto -50px;
	}
	
	.coupon-li:first-child:before {
		width: 175px;
		height: 175px;
		margin-left: -5px;
		top: -25px;
	}
	
	.coupon-li:before {
        position: absolute;
	    content: '';
	    width: 210px;
	    height: 210px;
	    background-color: #fff;
	    border: solid 3px #aaddf8;
	    border-radius: 50%;
	    top: -55px;
	    z-index: -1;
	    margin: 0 auto;
        margin-left: -20px;
	    left: 0;
	    right: 0;
	}
	
	.coupon-li:last-child:before {
		width: 205px;
		height: 205px;
		margin-left: -15px;
		top: -35px;
	}
	
	.coupon-bg {
		display: none;
	}
	
	.coupon-title {
		font-size: 22px;
	    max-width: 175px;
	    margin: 0 auto 0;
	}
	
	.coupon-description {
		margin: 0 auto;
		max-width: 175px;
	    line-height: 18px;
	    font-size: 14px;
	}

	/*-------APPT. REQUEST FORM---------- */

	.appointment-form-wrapper {
		top: 50px;
		z-index: 100;
	}

/*	==========================================================================
	HOME PURPLE min-width: 950px
	==========================================================================
*/
	
	.purple-section {
		position: relative;
		overflow: visible;
	    padding: 0 5%;
	    box-sizing: border-box;
	    background-image: url("../images/home-purple-bg.svg");
		background-size: 102% 100%;
		background-position: center center;
	}

	.purple-wrapper {
		position: relative;
	    text-align: right;
	    padding: 36px 0;	
    }
	
	.purple-content {    
		max-width: 650px;
	    display: inline-block;
	    right: 0;
	    text-align: left;
	}
	
	.purple-content .bubblegum-h3 {
	    margin-bottom: 0;
	}

	.purple-image {
		position: absolute;
		margin-left: -20%;
		bottom: -1px;
		width: 38%;
		left: 0;
	}
	
	.body-location ul {
		width: 100%;
		max-width: 650px;
	    display: inline-block;
		text-align: right;
	}
	
	li.location {
		float: left;
		text-align: left;
		margin-left: 80px;
	}
	
	li.location:last-child {
		float: right;
	}

/*	==========================================================================
	HOME TESTIMONIAL min-width: 950px
	==========================================================================
*/

	section.home-testimonials {
		margin-top: 36px;
		margin-bottom: 136px;
	}
	
	.home-testimonials .bubblegum-header {
		max-width: 280px;
		margin: 0 auto;
	}

	.testimonial-wrapper {
		max-width: 950px;
		margin: 66px auto -120px;
		padding-bottom: 66px;
		position: relative;
		overflow: hidden;
	}
	
	.testimonial.text-large {
		margin-top: 36px;
	}
	
	.testimonial.text-small {
		position: absolute;
		margin-left: 120px;
	    top: 0;
	}
	
	.testimonial.text-large:last-child {
		float: left;
		margin-top: -186px;
	}
	
	.home-testimonials .bone-button {
	    margin-top: -50px;
	    margin-left: -78px;
	    position: absolute;
	    width: 160px;
	    left: 0;
	    right: 0;
	    margin: -50px auto 0;
	}
	
	.testimonial-image {
		width: 30%;
		margin-top: -400px;
		position: relative;
	}
	
	.dog-quote {
		color:  #2d4676;
		font-size: 14px;
		font-weight: 700;
		line-height: 18px;
		text-align: center;
		transform: rotate(8.19deg);
	    width: 175px;
	    position: absolute;
	    right: 0;
	    left: 0;
	    bottom: -100px;
    }

/*	==========================================================================
	HOME GALLERY min-width: 950px
	==========================================================================
*/

	.gallery-top-border {
	    top: 15%;
	}
	
	.home-gallery .gallery-top-border {
		top: 10%;
		margin-left: 0;
	}
	
	.home-gallery .gallery-arrow {
		margin-top: 5%;
		max-width: 50px;
	}
	
	.home-gallery .gallery-arrow.right {
		margin-top: 4.1%;
	}
	
	.home-gallery .bubble-arrow {
	    font-size: 20px;
	}
	
	.home-gallery .fa-arrow-right.bubble-arrow {
		margin-top: 26px;
	}

/*	==========================================================================
	HOME AWARDS min-width: 950px
	==========================================================================
*/
	
	.awards-bucket {
		margin: 0 auto 36px;
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	
	.awards-wrapper {
		max-width: 950px;
		margin: 0 auto;
	    padding: 0 5%;
	    box-sizing: border-box;
	}
	
	.awards-list li {
		float: none;
		display: inline-block;
		width: 20%;
		max-width: 115px;
		margin-right: 5%;
		vertical-align: top;
	}
	
	.awards-list li:nth-child(even) {
		margin-right: 5%;
	}

/*	==========================================================================
	HOME STAFF min-width: 950px
	==========================================================================
*/

	.about-team {
		overflow: visible;
		padding-left: 0;
		padding-right: 0;
		background-image: url("../images/home-orange-bg.svg");
		background-size: 102% 100%;
		background-position: center center;
	}
	
	.about-image {
		width: 30%;
		bottom: 0;
	}
	
	.about-team-wrapper {
	    max-width: 950px;
	    margin: 0 auto;
	    text-align: left;
	    padding: 0 5%;
	    box-sizing: border-box;
	}
	
	.about-content {
		text-align: left;
		width: 80%;
	}
	
	.about-text {
	    width: 80%;
		text-align: left;
	}
	
	.about-text .bubblegum-header {
		text-align: left;
	}
	
	.team-list {
		text-align: left;
	}
	
	.team-list li {
		display: inline-block;
		float: none;
		width: 23%;
		margin-right: 1%;
		text-align: center;
		vertical-align: top;
/* 	    padding-bottom: 23%; */
	    border-radius: 50%;
	}
	
	.team-list li:nth-child(even) {
	    margin-right: 1%;
	}
	
	.team-list .staff-name {
		margin-bottom: 5px;
	}
	
	.staff-title {
		font-size: 13px;
		line-height: 16px;
		margin: 0;
	}
	
	.appointment-cta {
		display: inline-block;
		float: right;
	    margin-right: 14%;
	    margin-top: 14px;
	}
	
	.services-header .appointment-cta a .appt-header {
		color: #fff;
	}
	
	.appointment-cta a:hover .appt-header {
		color: #52996e;
	}
	
	.about-team-wrapper .bone-button {
		margin-left: 36px;
	    margin-top: 18px;
	}
	
/*	==========================================================================
	HOME FOOTER HEADER min-width: 950px
	==========================================================================
*/	
	
	footer {
		background-image: url("../images/footer-light-green-bg.svg");
		background-color: transparent;
	}
		
	.footer-header {
	    margin: 0 auto -55px;
	    position: relative;
	    padding: 0 5%;
	    box-sizing: border-box;	
    }
    
    .footer-header-wrapper {
	    display: block;
	    position: relative;
	    max-width: 950px;
	    margin: 0 auto;
    }
	
	.social-header {
		width: 100%;
	}
	
	.newsletter-cta {
		position: absolute;
		max-width: 30%;
		margin-left: 0;
	    margin-top: 26px;
	}
	
	.social-cta {
		position: absolute;
		right: 0;
		width: 25%;
	}
	
	.footer-icon {
		max-width: 480px;
		margin: 0 auto;
	}
	
/*	==========================================================================
	HOME FOOTER min-width: 950px
	==========================================================================
*/	
	.footer-wrapper-top {
		position: relative;
	    width: 100%;
	    padding: 0 5%;
	    box-sizing: border-box;
	}
	
	.footer-top {
	    height: 250px;
	    max-width: 950px;
	    margin: 0 auto;
        padding: 0;
	    position: relative;
	}
	
	.footer-logo {
		max-width: 350px;
		margin-top: 55px;
	}
	
	/*-------FOOTER LOCATIONS---------- */
	
	.location-bucket {
		position: absolute;
		top: 0;
		margin-top: 0;
		text-align: left;
	}
	
	.location-bucket:last-child {
		right: 0;
		text-align: right;
	}	
	
	h2.bubblegum-header.location-header {
		text-align: left;
		margin: 0 auto 5px;
	}
	
	.location-bucket:last-child h2.bubblegum-header.location-header {
		text-align: right;
	}
	
	/*-------FOOTER NAV---------- */
	
	.footer-primary {
		display: inline-block;
		vertical-align: top;
		width: 20%;
	}
	
	.main-bubble p {
		display: none;
	}	
	
	.footer-wrapper-bottom {
		display: block;
	    width: 100%;
		margin: 0 auto;
		padding: 36px 5%;
		box-sizing: border-box;
		background-image: url("../images/footer-green-nav-bg.svg");
		background-repeat: no-repeat;
		background-size: 102% 100%;
		background-position: center center;
	}
	
	.footer-bottom {
		display: block;
		max-width: 950px;
		margin: 36px auto;
	    box-sizing: border-box;
	}
	
	
	nav.footer-nav {
		position: relative;
		margin: 0 auto;
		padding: 45px 5% 30px;
		max-width: 1020px;
	}
	
	.footer-secondary {
	    width: 78%;
	    display: inline-block;
		vertical-align: top;
	}
	
/*
	.footer-secondary > ul > li:first-child {
		display: none;
	}
*/
	
	.footer-nav > ul {
		letter-spacing: -0.31em; /* webkit */
		word-spacing: -0.43em; /* IE < 8 && gecko */
	}
	
	.footer-secondary > ul > li {
		display: inline-block;
		width: 14.5%;
		vertical-align: top;
		padding: 0 3.5% 0;
		letter-spacing: normal;
		word-spacing: normal;
		line-height: 18px;
	}
	
	.footer-secondary > ul > li:nth-child(2) {
		padding: 0;
	}
	
	.footer-secondary > ul > li:last-child {
		float: right;
		padding: 0;
	} 
	
	footer .subnav li {
		margin: .5em auto;
	}
	
	.footer-primary > ul > li > a, 
	.footer-secondary > ul > li > a {
		font-size: 16px;
		color:  #ccead7;
		line-height: 32px;
	}
	
	.footer-primary > ul > li> a {
		font-family: 'Bubblegum Sans', sans-serif;
		font-size: 18px;
	}
	
	.footer-secondary .subnav > li > a {
		font-size: 14px;
		color:  #a4d3b5;
	}
	
	.footer-bottom li > a:hover,
	.footer-secondary .subnav > li > a:hover {
		color: #fff;
	}
	
	/*-------FOOTER CREDITS	---------- */
	
	.footer-credits {
		padding: 0 5%;
		box-sizing: border-box;
	}
	
	.credits-wrapper {
		max-width: 950px;
		margin: 0 auto;
	    box-sizing: border-box;
	}
	
	.credits-left, 
	.credits-right {
		margin-left: 0;
		margin-right: 0;
	}
	
/*	==========================================================================
	SERVICES PAGE min-width: 950px
	==========================================================================
*/	

	/*-------SERVICES HEADER ---------- */
	
	.services-header {
		background-image: url("../images/services-header-bg.svg");
	    margin-top: 10px;
	}
	
	.services-header-wrapper {
		text-align: left;
	}
	
	/*-------SERVICES GALLERY ---------- */
	
	section[data-section="services_slideshow"] {
		width: 28%;
	    margin-right: 5%;
	    margin-top: 0; 
	}
	
	/*-------SERVICES GALLERY ARROWS---------- */ 
	section[data-section="services_slideshow"] .gallery-arrow {
		width: 20%;	
	}
	
	.gallery-arrow:before {
		margin-right: -0.25em;	
	}
	
	.services-header .bubble-arrow {
		font-size: 20px;
	    margin-top: -4px;
	    margin-left: 2px;
	}
	
	/*-------SERVICES CONTENT ---------- */
	
	.services-header-wrapper bs_editable {
		width: 65%;
	}
	
	.services-inner-wrapper .main-content {
		width: 65%;
	}
	
	.services-content-wrapper {
		background-size: 102% 100%;
	}
	
/*	==========================================================================
	OUR TEAM min-width: 950px
	==========================================================================
*/
	.staff-page li {
		display: inline-block;
		width: 45%;
	}

	.staff-list li:nth-child(odd) {
	    margin-right: 9%;
	}
	
/*	==========================================================================
	PRIMARY SIDEBAR min-width: 950px
	==========================================================================
*/
	.sidebar {
		display: block;
	}
	
	.sidebar .coupon-bg {
	    display: block;
	}
	
	.sidebar .coupon-title {
		margin-top: 30px;
	}
	
/*	==========================================================================
	FOOTER HEADER min-width: 950px
	==========================================================================
*/
	.social-icon {
		margin: 5px 0 0;
	}

} /* end @media (min-width: 950px) */
	

/*	==========================================================================
	BROWSER COMPATIBILITY IE, FIREFOX, CHROME
	==========================================================================
*/

/*-------FIREFOX ---------- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.home-gallery .gallery-top-border {
		top: 4%;
		margin-left: 0;
	}
}

@media (min-width: 550px) and (max-width: 949px) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.home-gallery .gallery-top-border {
			top: 12%;
			margin-left: 0;
		}
	}
}

@media (min-width: 950px) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.home-gallery .gallery-top-border {
			top: 14%;
			margin-left: 0;
		}
	}
}

