body{
    font-family: 'Delius Unicase', cursive;
    font-size: 18px;
    overflow-x: hidden;
}
h1, h2, h3, h4{
    /* font-family: 'Delius Unicase', 'Love Ya Like A Sister', cursive; */
}
p{
    font-family: "Lato", sans-serif;
}

#page{
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 0px 40px 0px 40px; */
    width: calc(100%);
}

.purple{
    background: rgba(124, 87, 128, 1);
}
.purple.light{
    background: #d2c5d6;
}

.yellow{
    background: rgba(241, 240, 225, 1);
}



.content{
    padding: 20px 0px 0px 0px;
/*    text-align: center;*/
}
.content.main {
    padding-bottom: 100px;
}

.content .row{
    position: relative;
    text-align: center;
    sbackground: grey;
    
    display: block;
    width: 100%;
    clear: both;
}

.content .row .box{
    position: relative;
    width: 400px;
    max-width: calc(.8 * 100% / 3);
    min-width: 200px;

    background: black;

    margin: 5px;
    display: inline-block;
    z-index: 2;
    transition: all .2s ease-out;
}

.content .row .box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.content .row .box .box-image{
    width: 100%;
    height: 100%;
    background: rgba(124, 87, 128, 1);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-out;
}
.content .row .box .box-text{
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    font-size: 20px;
    font-weight: 600;
    transition: all .2s ease-out;
    border: 2px solid #FFF;
    padding: 7px 15px;
    background: rgba(255,255,255,0.15);

    /* text-transform: uppercase; */ 
    z-index: 3;
}

/*.content .row .box .box-text::after{
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #FFFFFF;
}*/

.content .row .box:hover{
    cursor: pointer;
}
.content .row .box:hover .box-image{
    opacity: 0.8;
}
.content .row .box:hover .box-text{
    background: rgba(255,255,255,0.45);
}

.content .row .half-white{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;

    spadding-bottom: 100px;

}

.content h1, .content h2, .content h3{
    color: rgba(124, 87, 128, 1);
    font-weight: 300;
    /* text-transform: uppercase; */
}

.content p{
    margin: 0px;
}
.wrapper{
    display: block;
    max-width: calc(.65 * 100%);
    
    margin: 0 auto;
}
.wrapper::after {
    content: " ";
    display: table;
    clear: both;
}

.slider{
    width: 100%;
    min-height: 300px;
    background: black;
    position: relative;
}

.slider .image{
    /* These are divs that have fixed bg image pos. */

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: grey; /* If you see grey, the image has not been set properly. */
    background-size: cover;
    background-position: center;
}

.header{
    text-align: center;
    position: relative;
    padding: 20px 20px;
    width: calc(100% - 40px);
}
.header .nav{
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.header .nav img{
    position: relative;
    display: inline-block;
    max-height: 210px;
    max-width: 100%;
    z-index: 2;
}
.header .nav .nav-block{
    max-width: calc(100%);
    margin-top: -12px;
    position: relative;
}

.header .nav .nav-block .nav-link{
    color: white;
    padding: 10px 15px;
    border: 2px dotted white;
    margin: 2px;
    font-size: 17px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    transition: all .2s ease-out;
}
.header .nav .nav-block a{
    text-decoration: none;
}

.header .nav .nav-block .nav-link:hover{
    background: rgb(98, 62, 106);
    cursor: pointer;
}

.header .nav .nav-block:after{
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    border-color: white transparent white white;
    border-style: solid;
    border-width: 20px 10px 20px 10px;
    right:  -25px;
    top:  0;
}

.header .nav .nav-block:before{
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    border-color: white white white transparent;
    border-style: solid;
    border-width: 20px 10px 20px 10px;
    left: -25px;
    top: 0;
}

.header .image-right img{
    max-height: 100px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
.header .image-left img{
    max-height: 100px;
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.header .banner {
    position: absolute;
    right: 1%;
    top: 22%;
    width: 300px;
}

.social-icons{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: none;
}

.social-icons ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.social-icons ul li{
    display: inline-block;
    list-style: none;
    padding: 10px 10px;
    margin: 5px 0px;
}

.social-icons ul li a{
    text-decoration: none;
    color: white;
    transition: all .2s ease-out;
    margin: 0px;
    padding: 0px;
}

.social-icons ul li a i{
    font-size: 55px;
    margin: 0px;
    padding: 0px;
    
}

.social-icons ul li a:hover{
    color: black;
}


.footer{
    position: relative;
    width: 100%;
    padding: 40px 0px 60px 0px;
    /*margin-top: 100px;  because half-white is extra 100px tall, pos:abs; */
}

div.paw{

}
.footer-links{
    position: relative;
/*    width: 100%;  */
    text-align: center;
    
    padding: 0px 40px;
}

.footer-links span {
    position: relative;
    text-transform: uppercase;   
    margin: 10px auto;
    display: inline-block;
}
.footer-links span a{
    text-decoration: none;
    color: black;
    transition: all .2s ease-out;
}
.footer-links span a:hover{
    color: rgba(124, 87, 128, 1);
}
.footer-links span:not(:last-child):after{
    content: "";
    width: 0;
    height: 0;
    font-size: 12px;
    padding: 4px 12px;
    background-image: url(../image/paw.png);
    background-size: cover;
    background-position: center;   
    color: transparent;
    margin: 0 10px 0 12px;
}

.footer .image-left img{
    position: absolute;
    left: 50px;
    bottom: 100%;
    max-height: 100px;
}
.footer .image-right img{
    position: absolute;
    right: 50px;
    bottom: 100%;
    max-height: 140px;
}

/*
    Contact Banner
    So this banner needs to be able to be positioned anywhere, and (a cool idea ;) support multiple lines. So give first child and last child a side ribbon, and all children have same style. I know what I mean.
    Keep it in a wrapper so the banner can be positioned anywhere on the page. Also let's not use absolute positioning. It's just annoying.
*/

#footer-banner{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#header-banner{
    position: absolute;
    top: 5px;
    right: 25px;
}

.banner-wrapper{
    /* Generic wrapper stuff. */
    width: 280px;
}
.banner-wrapper a{
    text-decoration: none;
    color: black;
}
.banner-wrapper a:hover{
    color: rgba(124, 87, 128, 1);
}

.banner-row{
    padding: 8px 8px;
    background: #fdfce6;
    text-align: center;
    margin: 10px auto;
    border: 1px dotted purple;
    position: relative;
    max-width: 100%;
    font-size: 14px;
    /* box-shadow: 0px 0px 50px rgba(0, 0, 0, .2); */
    z-index: 10;
}
.banner-row.small{
    width: 65%;
}

.banner-wrapper .banner-row:first-child:before{
    content: "";
    position: absolute;
    left: -25px;
    top: -5px;
    height: 0px;
    width: 0px;

    border-color: rgba(124, 87, 128, 1) rgba(124, 87, 128, 1) rgba(124, 87, 128, 1) transparent;
    border-style: solid;
    border-width: 20px 10px 20px 10px;
}

.banner-wrapper .banner-row:last-child:after{
    content: "";
    position: absolute;
    right: -25px;
    bottom: -5px;
    height: 0px;
    width: 0px;

    border-color: rgba(124, 87, 128, 1) transparent rgba(124, 87, 128, 1) rgba(124, 87, 128, 1);
    border-style: solid;
    border-width: 20px 10px 20px 10px;
}

.content .review{
    margin: 20px auto 0px auto;
    padding: 20px;
}

.content .row .box .box-image.dog-walking{
    background-image: url(/_site/image/Gallery/IMG_0087.jpeg);
    background-size: 100% ;
    background-repeat: no-repeat ;
}

.content .row .box .box-image.cat-visits{
    background-image: url(/_site/image/Gallery/4265af16-5bcf-4c92-8f6f-25405e0dd255.JPG);
    background-size: 200%;
    background-repeat: no-repeat ;
    background-position: 20% 0%;
}
.content .row .box .box-image.holiday-stays{
    background-image: url(/_site/image/Gallery/IMG_1253.JPG);
    background-size: cover;
    background-repeat: no-repeat ;
    background-position: 20% 0%;
}
.content .row .box .box-image.puppy-visits{
    background-image: url('/_site/image/Gallery/puppy-visit-link.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


    #gallery{
        max-width: 100%;
        display: inline-block;
        margin: 20px auto;
        min-height: 100px;
    }

    #gallery img{
        max-width: 100%;
        
    }
    
    #gallery .slick-list.draggable{
        min-height: 200px;
    }
    
    #gallery *, #gallery{
        transition: all .2s ease-out;
    }
    
    #gallery button{
        position: absolute;
        top: 50%;
        left: 0px;
        
        background: rgba(124, 87, 128, 1);
        color: white;
        
        padding: 20px;
        border: none;
        outline: none;
        z-index: 100;
        
        transform: translate(0%, -50%);
    }
    
    #gallery button.slick-next{
        right: 0px;
        left: auto;
    }
    
    #gallery button:hover{
        cursor: pointer;
/*        color: #d2c5d6;*/
        
        opacity: .8;
    }


.gallthumb {
    width: 20%;
    float: left;
    padding: 2%;
}

.gallthumb:nth-of-type(5n+1) {
    clear: left;
}
.gallthumb img {
    width: 100%;
}
.gallthumb a {
    text-decoration: none;
}
.gallthumb .gallerytitle {
    text-align: center;
    color: #999;
    font-size: 0.9vw;
    font-weight: 500;
    letter-spacing: 1.1px;
}

.imgGallerylink {
    display: inline-block;
    margin: 0.5%;
    width: 24%;
}
.imgGallerylink img {
    width: 100%;
}

.correl8 {
    margin: 20px 0 0 0;
    text-align: center;
}

.price {
    float: left;
    width: 32%;
    padding: 0 0.5%;
}
.price h3 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.price p {
    margin-bottom: 20px;
}
.price img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 700px){
.price {
    float: left;
    width: 99%;
    padding: 0 0.5%;
}
    .footer .image-left img, .footer .image-right img, #header-banner{
        display: none;
    }
    #page{
        position: absolute;
        padding: 0px;
        width: calc(100%);
    }

    .content{

    }
    
    .wrapper{
        max-width: 85%;
    }

    .content .row .box{
        max-width: 80%;
    }
    .content .row .box:before{
        padding-top: 50%;
    }

    .content h1, .content h2, .content h3, .content p{
        padding: 0px 8px 0px 8px;
        max-width: 100%;
    }
    
    .footer-links span{
        width: 100%;
        display: block;
        margin: 20px 0px;
    }
    
    .footer-links span::after{
        display: none;
    }
    
    #gallery{
        margin-bottom: 60px;
    }
    #gallery button{
        top: 100%;
        transform: none;
    }
    
    .content .row .box .box-image.dog-walking{
        background-image: url(/_site/image/Gallery/IMG_0087.jpeg);
        background-size: 100%;
        background-repeat: no-repeat ;
        background-position: 25% 25%;
    }

    .content .row .box .box-image.animal-visits{
        background-image: url(/_site/image/Gallery/4265af16-5bcf-4c92-8f6f-25405e0dd255.JPG);
        background-size: 200%;
        background-repeat: no-repeat ;
        background-position: 25% 25%;
    }
    .content .row .box .box-image.holiday-stays{
        background-image: url(/_site/image/Gallery/IMG_1253.JPG);
        background-size: cover;
        background-repeat: no-repeat ;
        background-position: 20% 0%;
    }
    
    .social-icons{
        position: fixed;
        top: 50%;
        left: 0px;
        transform: translate(0%, -50%);
        background: #d2c5d6;
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,.2);
    }

    
    .social-icons ul li{
        display: block;
        padding: 5px;
    }
    
    .social-icons ul li a i{
        font-size: 30px;
    }
.gallthumb {
    width: 100%;
}
.gallthumb .gallerytitle {
    font-size: 4vw;
}

.imgGallerylink {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}
.imgGallerylink img {
    width: 100%;
}

}

ol.disclaimer-lists {
    font-family: "Lato", sans-serif;
}
ol.disclaimer-lists li {
    list-style-type: none;
    margin-bottom: 10px;
}
ol.disclaimer-lists li span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

#area-map {
    width: 100%;
    height: 600px;
    margin: 20px 0;
}
.area-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.area-list * { box-sizing: border-box; }
.area-list li {
    position: relative;
    margin: 5px 0;
    padding: 0 0 0 35px;
    line-height: 30px;
    flex-basis: 33.3333%;
}
.area-list li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('../image/paw-halo.png') no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1700px){
    .area-list li {
        flex-basis: 50%;
    }
}
@media screen and (max-width: 1200px){
    .area-list li {
        flex-basis: 100%;
    }
}
