/* ============================================================
	Replace me with the Actual Design
============================================================ */
@font-face { 
    font-family: 'Colaborate-Medium'; 
    src: 
        url("../../images/ColabReg.otf")  
        format('opentype'); 
    font-weight: normal; 
    font-style: normal; 

} 

html,
body {
	font-family: 'Open Sans', sans-serif;
	color: #8d8d8d;
	scroll-behavior: smooth;
	font-size: 22px;
}
p{
	font-size: 22px;
    line-height: 35px;
	margin:.5em 0;
}
/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/
img{
	max-width:100%;
}


main .module {
	max-width: 1100px;
	margin: 0 auto;
}

h1{
    font-size: 70px;
	font-family: "corner-store-jf", sans-serif;
	font-weight:normal;
	color:#9f4a9f;
}
.cms-content h1, .news-view h1, .events-view h1{
	font-size:60px;
	font-weight: normal;
}
.cms-content a,
.cms-content a:visited{
	color:#e90989;
}
.cms-content a:hover{
	color:#a1dbdd;
}
h2 {
    font-family: "corner-store-jf", sans-serif;
    font-size: 55px;
    background-image: linear-gradient(45deg, #8a458f, #eca2cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
}
h3{
	background-image: linear-gradient(45deg, #8a458f, #eca2cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 35px;
    margin-top: -11px;
}

.heading-video-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
}
.heading_video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: auto;
}


.generic__1up, 
.generic__2up, 
.generic__3up, 
.generic__4up{
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}

.generic__inner {
    padding: 1.5em 1em;
    margin: 0 auto;
	max-width:1400px;
}
.generic__part{
	padding:1em;
}

nav {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
nav a,
nav a:visited{
	color:white;
}
.nav__link {
    background-color: transparent;
}
.nav__item-action {
    color: white;
	font-size: 30px;
}
#primary-nav-toggle .material-icons{
	color: #e90989;
    position: absolute;
    top: 37px;
    right: 12px;
    z-index: 2;
	font-size: 36px;
}
img.menu {
    max-width: 100px;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #a1dbdd;
	color: white;
}
.nav__item:hover > .nav__item-actions .nav__link {
    background-color: #e90989;
	color:white;
}
.open .nav__menu {
    background-color: rgba(167, 132, 190, 0.5);
	padding: 3em 1em;
}

a.generic__link-button,
a.generic__link-button:visited,
.fb3__button,
.fb3__button:visited {
	display: inline-block;
	padding: 0.75rem 1.25rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	border-radius: 10rem;
	z-index: 0;
	border: 0;
	margin: 1em;
	text-align:center;
	font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  a.generic__link-button:after,
  .fb3__button:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e90989;
	border-radius: 10rem;
	z-index: -2;
  }
  a.generic__link-button:before,
  .fb3__button:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #a1dbdd;
	transition: all 0.3s;
	border-radius: 10rem;
	z-index: -1;
  }
  a.generic__link-button:hover,
  .fb3__button:hover {
	color: #fff;
  }
  a.generic__link-button:hover:before,
  .fb3__button:hover:before {
	width: 100%;
  }
a.generic__link-button span{
	display:flex;
	align-items: center;
}
.generic__link-button img.paw {
    padding-left: 12px;
}


.body__layout__default .header__inner{
	padding: 1em;
}

.home-header{
	background-image: url(../../images/headerbg.jpg);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}

.header__inner {
	padding: 1em 1.5em;
    position: relative;
    z-index: 1;
}

a.header__logo-link {
    padding-bottom: 0.3em;
	width: 340px;
}


.heading_splash {
    padding: 3em 0px;
	text-align:center;
	max-width:100%;
	margin:0 auto;
}
.heading_splash .generic__2up{
    max-width: 1600px;
    margin: 0 auto;
}
.heading_splash h2{
	font-weight:bold;
    font-family: 'Colaborate-Medium'; 
	padding-bottom: .5em;
    font-size: 46px;
	color:#a0659f;
	background-image: linear-gradient(45deg, #a0659f, #a0659f);
	max-width: 580px;
    margin: 0 auto;
}

.body__layout__default .header{
	min-height: 142px;
	background-image: url(../../images/testimonial.jpg);
	background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
	position:relative;
}


.pawline{
	background-image: url(../../images/pawline1.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: contain;
}
.banner{
	text-align:center;
	font-size: 44px;
	color:#a1dbdd;
	font-family: 'Colaborate-Medium';
}
.banner .generic__inner{
	padding:1em;
}
.banner .generic__part{
    padding:.3em;	
}

.settle .generic__inner{
	max-width:1000px;
}
img.doggies {
    width: 400px;
    padding: 1em;
}
.settle h2,
.settle h3{
	text-align:center;
}
.pawline .check{
    color: #a1dbdd;
    font-size: 42px;
    padding-right: 0.4em;
}
.pawline span {
	display: flex;
    align-items: center;
}

.grooming{
background-image: url(../../images/pawline2.png);
background-position: left;
background-repeat: repeat-x;
background-size: contain;
}

.testimonial{
	background-image: url(../../images/testimonial.jpg);
	background-position: top center;
    background-repeat: repeat-x;
    background-size: contain;
	position:relative;
}
.testimonial{
	color:#a784be;
}
blockquote.testimonials__quote {
	color:#a784be;
    font-size: 26px;
	padding: 0 2em;
	max-width: 800px;
	margin:0 auto;
}
img.pawleft{
	max-width:230px;
}
img.pawright{
    max-width: 230px;
    bottom: 32px;
    position: relative;
}
.pawright{
	margin-left: auto;
    margin-right: 0;
    max-width: 230px;
}
.testimonial .generic__inner{
	max-width: 1300px;
}
.body__layout__home .feeds .generic__inner{
	padding:0;
    position: relative;
    max-width: 1000px;
}
.testimonials__citation-person {
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    color: #9f4aa5;
    max-width: 829px;
	font-style: normal;
}
.testimonials__prev, .testimonials__next {
    cursor: pointer;
    font-size: 56px;
	color:#a784be;
}
span.testimonials__prev.material-icons {
    position: absolute;
	bottom: -41px;
    left: 11%;
	color: #9f4aa5;
}
span.testimonials__next.material-icons {
    position: absolute;
	bottom: -41px;
    left: 19%;
	color: #9f4aa5;
}
.testimonials__citation {
	padding: 1em;
	max-width: 833px;
}
.testimonials__quote::before {
	position: absolute;
    left: -7px;
    font-size: 242px;
    top: -164px;
    color: #9f4aa5;
}
.testimonials__quote:after {
    display:none;
}
.module.feeds {
    max-width: 910px;
}

.scheduling{
	text-align:center;
	background-image: url(../../images/pawline3.png);
	background-position: left;
	background-repeat: repeat-x;
	background-size: contain;
}
.scheduling h3{
	font-family: 'Colaborate-Medium'; 
	font-size: 50px;
    padding: 15px;
	background-image: linear-gradient(45deg, #4a4544, #524d4c);
}
.scheduling .generic__part {
    padding: 3em;
}
.scheduling img.icon {
    max-width: 167px;
    margin: 16px;
}
.scheduling p{
    font-size: 23px;
}

.art{
	background-image: url(../../images/pawline4.png);
	background-position: left;
	background-repeat: repeat-x;
	background-size: contain;
}
.art .generic__inner{
    max-width: 1900px;
	padding:0;
}
.art img.scissors {
    margin-left: -111px;
}


.contact {
	background-image: url(../../images/contact.jpg);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.contact .generic__inner{
	padding:9em 1em 5em;
}

ul.forms__contact-field-list {
    display: flex;
}
.forms__contact-field-item{
    margin: 0 0.5em 0 0.5em;
}
.forms__contact-field-item + .forms__contact-field-item {
    margin: 0 0.5em 0 0.5em;
    margin-top: 0;
}


.module.forms{
    color: white;
	max-width:100%;
}
form.fb3__form {
    text-align: left;
}
.body__layout__default .module.forms{
	background-image: url(../../images/contact.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:100%;
}
.body__layout__default .module.forms .generic__inner{
	max-width:800px;
	margin:0 auto;
}
.contact h2{
	color:white;
	font-size: 70px;
	line-height:76px;
}
.contact .generic__2up{
	max-width: 1200px;
    margin: 0 auto;
}
.contact .generic__2up{
	align-items: center;
}
.contact p {
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 1em;
    font-size: 23px;
}
.forms__form-item-header{
	display:none;
}
.fb3__field-input, 
.fb3__field-select{
	color:black;
}
.fb3__field-heading-text {
    padding-bottom: 0.3em;
}
.contact .generic__2up .generic__part:nth-child(odd){
	text-align: center;
}
.contact a.phonenumber {
    font-size: 35px;
    color:white;
}
.contact a.phonenumber:hover {
    font-size: 35px;
    color:white;
}
.address {
    padding: 1em 0;
    font-size: 27px;
}
.body__layout__home .module.forms .generic__inner{
	padding:0;
}


footer.footer{
	background-color:#a1dbdd;
	color:white;
}
.telfoot{
	color:#e90989;
	font-size:48px;
}
img.logo2 {
    width: 306px;
}
.day {
    padding-top: 0.4em;
    font-size: 32px;
    color: #3d3739;
    font-weight: bold;
}
.time {
    font-size: 31px;
	color: #3d3739;
	font-weight: 500;
}
.etc{
	font-size: 21px;
    color: #3d3739;
    font-style: italic;
}
.location {
    color: #3d3739;
    font-weight: bold;
    padding-top: 1em;
    font-size: 25px;
}

.fb3__field-input, .fb3__field-select {
    width: 100%;
    border: 1px solid;
    border-color: transparent;
	border-bottom: 1px solid rgb(0, 0, 0);
	background-color: transparent;
	color: #646464;
}
.fb3__field-heading-text {
    padding-bottom: 0.3em;
    color: black;
}
fieldset {
    padding-top: 1em;
}
.fb3__form fieldset + fieldset {
    margin-top: 0;
}

.module-gallery__item-image {
    padding: 0.3em
}

@media (max-width: 1400px){
	.testimonial{
		background-size: cover;
	}
}

@media (max-width: 1320px){
		.heading_video {
			height: 100%;
			width: auto;
		}
}
@media (max-width: 1100px){
	ul.forms__contact-field-list {
		display: flex;
		flex-direction: column;
	}
	.forms__contact-field-item {
		margin: 0 0.5em 23px 0.5em;
	}
	.forms__contact-field-item + .forms__contact-field-item {
		margin: 0 0.5em 23px 0.5em;
		margin-top: 0;
	}
	.pawline,
	.grooming,
	.scheduling,
	.art{
		background-size: cover;
	}
	.pawline{
		background-position: center;
	}
}

@media (max-width: 767px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
	h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.art .generic__2up .generic__part{
		padding: 0 1em;
	}
	

}
@media screen and (max-width: 765px){
	.generic__2up{
		flex-direction: column;
	}
	.generic__2up .generic__part {
		width:100%;
		padding: 1em 0;
	}
	.grooming .generic__2up{
		flex-direction: column-reverse;
	}
	.scheduling .generic__part {
		padding: 1em 0.5em;
	}
	.heading_splash .generic__2up .generic__part {
		padding: 1em;
	}
}
@media (max-width: 570px){
	a.header__logo-link {
		max-width: 200px;
	}
	
	a.generic__link-button, a.generic__link-button:visited, a.fb3__button, a.fb3__button:visited {
		font-size: 19px;
	}
	.heading_splash {
		padding: 1em 0px;
	}
	h3 {
		font-size: 27px;
		margin-top: 3px;
	}
	h2 {
		font-size: 32px;
		line-height: 35px;
	}
	h1 {
		font-size: 37px;
	}
	blockquote.testimonials__quote {
		font-size: 22px;
		padding: 0 1em;
	}
}

@media screen and (max-width: 450px){
	
	.heading_splash h2 {
		font-size: 28px;
	}
	.header__inner {
		padding: 1em;
	}
	.generic__link-button,
	.fb3__button {
		font-size: 20px;
	}
	img.pawright {
		bottom: -45px;
		position: relative;
	}

	
}