/*########################################
## Responsive
########################################*/

@media screen and (max-width: 1700px) {

    /* BONES */
    .inner #main .bone-left {
        left: 2%;
        max-width: 3vw;
    }

    .inner #main .bone-right {
        right: 2%;
        max-width: 3vw;
    }
}

@media screen and (max-width: 1440px) {
    /* Header */
    #header .header-nav nav > ul {
        gap: 15px;
    }

    #header .header-nav nav > ul > li > a {
        font-size: 14px;
    }

    #header .header-phone .text span {
        font-size: 1.25vw;
    }

    #awards .bone-outer-1 {
        top: 80px;
    }

    #awards .bone-outer-2 {
        bottom: 40px;
    }

    /* Inner Pages */

    /* BONES */
    .inner #main .bone {
        display: none;
    }

    .inner #main .bone-first {
        display: block;
        top: 40px;
        bottom: unset;
        left: 40px;
        right: unset;
        max-width: 50px;
        max-height: 50px;
        object-fit: cover;
        object-position: center;
    }

    .inner #main .bone-last {
        display: block;
        top: unset;
        bottom: 40px;
        left: unset;
        right: 40px;
        max-width: 50px;
        max-height: 50px;
        object-fit: cover;
        object-position: center;
    }

    .inner #main .curved-top .bone-first {
        top: 80px;
    }

    .inner #main .curved-bottom .bone-last {
        bottom: 80px;
    }

    /* Pack Play Day Care Page */
    .pack-play-day-care-page .section-1 .image img {
        width: 100%;
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    /* Header */
    #header .header-logo {
        width: 20%;
    }

    #header .header-nav nav > ul {
        gap: 5px;
    }

    #header .header-nav nav > ul > li > a,
    #header.sticky .header-nav nav > ul > li > a {
        font-size: 12px;
    }

    /* Home */
    .home #about .text {
        width: 55%;
    }

    .home #services .container {
        padding: 50px;
    }

    .home #testimonials {
        padding: 350px 0 50px 0;
    }

    #d-magazine {
        padding: 0 0 100px;
    }

    #d-magazine .text {
        padding: 40px;
    }

    .home #contact-us {
        padding: 150px 0;
    }

    .home #contact-us .paw {
        max-width: 10vw;
    }

    /* Dog Parties Page */

    .dog-parties-page .section-5 {
        padding: 80px 20px;
    }
}

@media screen and (max-width: 1024px) {

    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 20px;
    }
    
    h1,
    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    p,
    ul,
    ol {
        font-size: 16px;
        margin: 0 0 20px;
    }

    /* Bones */
    .inner #main .bone-first {
        top: 20px;
        max-width: 35px;
        max-height: 35px;
    }

    .inner #main .bone-last {
        bottom: 20px;
        max-width: 35px;
        max-height: 35px;
    }

    /* Header */

    #header {
        position: absolute;
    }

    #header .header-logo {
        display: none;
    }

    #header .header-right .header-phone {
        position: absolute;
        top: 20px;
        right: 100px;
        z-index: 9999;
    }

    #header .header-phone .text span {
        color: var(--purple);
    }

    #header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    }

    #header .header-nav nav > ul {
        max-width: 100%;
        display: none;
        height: auto;
        background: var(--white);
    }

    #header .header-nav nav > ul > li {
        max-width: 100%;
        position: relative;
        text-align: left;
        padding: 0;
        display: block;
        border-bottom: 1px solid #EEE;
        margin-left: 0 !important;
    }

    #header .header-nav nav > ul > li:first-of-type {
        border-top: 1px solid #EEE;
    }

    #header .header-nav nav > ul > li > a {
        padding: 15px;
        line-height: 120%;
        margin: 0;
        color: var(--purple);
        text-align: left;
        width: 100%;
    }

    #header .header-nav nav > ul > li > a::after {
        display: none;
    }

    #header .header-nav nav > ul > li > a.active-menu,
    #header .header-nav nav > ul > li > a:hover {
        color: var(--orange);
    }

    #header .header-nav nav > ul > li > ul.sub-menu {
        position: relative;
        display: block !important;
        padding: 0;
        opacity: 1;
        visibility: visible;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    #header .header-nav nav > ul > li > ul.sub-menu > li {
        padding: 0;
        border-top: 1px solid #EEE;
    }

    #header .header-nav nav > ul > li > ul.sub-menu > li > a {
        display: block;
        font-size: 12px;
        padding: 15px 15px 15px 30px;
    }

    #header .header-nav nav > ul > li > ul.sub-menu > li > a.active-menu {
        color: var(--orange);
    }

    #header nav #pull {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--white);
        width: 100%;
        padding: 10px;
        padding-right: 20px;
        position: relative;
        z-index: 999;
    }

    #header nav #pull img.mobile-logo {
        max-width: 80px;
        display: block;
        position: relative;
    }

    #header .header-right {
        width: 100%;
    }

    /* Banner */
    #home-banner {
        min-height: 650px;
        padding-top: 350px;
    }

    .banner-inner {
        min-height: 200px;
    }

    .banner-inner .container {
        padding: 200px 0 100px;
    }

    /* Home Page */
    .home #about {
        padding: 50px 0;
    }

    .home #testimonials {
        padding: 300px 0 50px 0;
    }

    .home #testimonials .text .read-more,
    #d-magazine .text h3,
    #d-magazine .text .button {
        margin-top: 20px;
    }

    #d-magazine {
        padding: 0 0 50px;
    }

    .home #download .container {
        justify-content: space-evenly;
    }

    /* Inner Pages */

    /* Dog Boarding Page */
    .dog-boarding-page .section-2 .boarding-prices-wrapper .boarding-service {
        width: calc((100% - 1 * 30px) / 2);
    }

    .dog-boarding-page .section-4 {
        padding: 80px 0;
    }

    /* Pack Play Day Care Page */
    .pack-play-day-care-page .section-1 {
        padding: 40px 0;
    }

    .pack-play-day-care-page .section-2 {
        padding: 60px 0;
    }

    .pack-play-day-care-page .section-3 {
        padding: 60px 0;
    }

    .pack-play-day-care-page .section-3 .heading h2 {
        margin-bottom: 20px;
    }

    .plans .plan.col-50 {
        width: 100%;
    }

    /* Spaw Style Bar Page */
    .spaw-style-bar-page .section-3 .full-bath-services-wrapper {
        flex-wrap: wrap;
    }

    .spaw-style-bar-page .section-3 .full-bath-services-wrapper .service {
        width: calc((100% - 1 * 20px) / 2);
    }

    /* Dog Parties Page */
    .dog-parties-page .section-4 .themes-wrapper .theme {
        width: calc((100% - 1 * 30px) / 2);
    }

    /* Cat Boarding Page */
    .cat-boarding-page .section-2 {
        padding: 80px 0;
    }

    .cat-boarding-page .section-3 {
        padding: 100px 0 40px 0;
    }

    .cat-boarding-page .section-3 .bone {
        top: 80px !important;
    }

    /* Dog Cams Page */
    .dog-cams-page .section-2 .cams-wrapper {
        flex-wrap: wrap;
        row-gap: 140px;
    }

    .dog-cams-page .section-2 .cams-wrapper .dog {
        width: calc((100% - 1 * 30px) / 2);
    }

    /* Sniff Us Out Page */
    .sniff-us-out-page .section-1 {
        padding: 80px 20px;
    }

    .sniff-us-out-page .section-1 .container {
        padding: 40px;
        flex-wrap: wrap;
    }

    .sniff-us-out-page .section-1 .info-wrap,
    .sniff-us-out-page .section-1 .map,
    .sniff-us-out-page .section-1 .map .info,
    .sniff-us-out-page .section-1 .map .socials,
    .sniff-us-out-page .section-2 .form-wrapper,
    .sniff-us-out-page .section-2 .images {
        width: 100%;
    }

    .sniff-us-out-page .section-2 .images {
        margin-top: 40px;
    }

    /* Join Our Pack */

    .join-our-pack-page .section-4 .image-box {
        width: calc((100% - 1 * 20px) / 2);
    }

    .join-our-pack-page .section-4 .image-box > img {
        width: 100%;
    }

    /* Gallery */
    .gallery-page .gallery-container .gallery-wrapper {
        width: calc((100% - 1 * 30px) / 2)
    }

    /* Footer */
    #footer .footer-contact .info {
        width: calc((100% - 1 * 30px) / 2);
        text-align: center;
    }

    #footer .footer-contact .socials .socials-list {
        justify-content: center;
    }

    /* Accordion */
    .accordion-wrap {
        flex-wrap: wrap;
    }

    .accordion-wrap .accordion {
        width: 100% !important;
    }
}

@media screen and (max-width: 800px) {

    p:not(:last-of-type) {
        margin-bottom: 20px;
    }

    /* Header */
    #header .header-phone .text span {
        font-size: 14px;
    }

    /* Home Page */
    .home #about .container {
        flex-wrap: wrap;
    }

    .home #about .image {
        width: 100%;
    }

    .home #about .image .dog {
        margin: 0 auto;
    }

    .home #about .text {
        width: 100%;
        padding-top: 20px;
        text-align: center;
        text-align: center;
    }

    .home #about .bone-outer {
        bottom: 20px;
    }

    .home #services .services-wrapper {
        flex-wrap: wrap;
    }

    .home #services .services-wrapper .service {
        width: 100%;
    }

    .home #services .services-wrapper .service img {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
        object-position: center;
    }

    .home #gallery {
        padding: 20px;
    }

    .home #gallery .container {
        gap: 20px;
        flex-wrap: wrap;
    }

    .home #gallery img {
        width: calc((100% - 1 * 20px) / 2);;
    }

    #d-magazine .container {
        flex-wrap: wrap;
    }

    #d-magazine .image,
    #d-magazine .text {
        width: 100%;
    }

    #awards .awards-logos {
        justify-content: space-evenly;
    }

    #awards .awards-logos img {
        max-width: 50%;
    }

    #awards .awards-list {
        flex-wrap: wrap;
    }

    #awards .awards-list .awards-col {
        width: 100%;
    }

    /* Inner Pages */

    /* Spaw Style Bar Page */
    .spaw-style-bar-page .section-2 .top,
    .spaw-style-bar-page .section-2 .mid {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .spaw-style-bar-page .section-2 .top .text,
    .spaw-style-bar-page .section-2 .top .image,
    .spaw-style-bar-page .section-2 .mid .text {
        width: 100%;
    }

    /* Cat Boarding */
    .cat-boarding-page .section-2 .container {
        flex-wrap: wrap;
    }

    .cat-boarding-page .section-2 .image {
        width: 100%;
        margin-bottom: 50px;
        padding: 20px;
    }

    .cat-boarding-page .section-2 .image .cat-sub {
        right: 0;
        bottom: -20px;
    }

    .cat-boarding-page .section-2 .image .paw {
        right: 0;
    }

    .cat-boarding-page .section-2 .text {
        width: 100%;
    }

    .cat-boarding-page .section-3 .container {
        flex-wrap: wrap;
    }

    .cat-boarding-page .section-3 .image {
        width: 100%;
        padding: 20px;
    }

    /* Join Our Pack */
    .join-our-pack-page .section-2 .image,
    .join-our-pack-page .section-2 .text {
        width: 100%;
    }

    .join-our-pack-page .section-2 .image > img {
        margin: 0 auto;
    }

    .join-our-pack-page .section-4 .image-box {
        width: calc((100% - 1 * 20px) / 2)
    }

    /* Contact Form */
    .contact-page .ctc-form .dflex {
        flex-direction: column;
    }

    .contact-page .ctc-form .dflex .col {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {

    h1,
    h2 {
        font-size: 35px;
    }

    .ul-col-2 {
        columns: 1;
    }

    /* Gallery */
    .gallery-page .gallery-container .gallery-wrapper {
        width: 100%;
    }

    /* Banner */
    #home-banner {
        min-height: 400px;
        padding-top: 150px;
        background-color: var(--purple);
        background-size: 100%;
        background-position: bottom right;
    }

    #home-banner .banner-caption {
        max-width: 75%;
    }

    #home-banner .paw {
        max-width: 50px;
    }

    /* Home Page */
    .home #about .image .bone-inner {
        max-width: 35px;
    }

    .home #about .bone-outer {
        max-width: 50px;
    }

    .home #testimonials {
        padding: 250px 0 50px 0;
    }

    .home #testimonials .container {
        flex-wrap: wrap;
    }

    .home #testimonials .text {
        width: 100%;
        text-align: center;
    }

    .home #testimonials .image {
        width: 100%;
        margin-top: 40px;
    }

    .home #testimonials .image .paw {
        left: unset;
        right: -20px;
    }

    .home #testimonials .image .dog {
        margin: 0 auto;
        box-shadow: 10px 10px 0 var(--purple);
    }

    .home #gallery img {
        width: 100%;
    }

    .home #download .container {
        flex-wrap: wrap;
    }

    .home #download .phone,
    .home #download .download {
        width: 100%;
    }

    .home #download .phone img {
        margin: 0 auto;
    }

    .home #download .download {
        text-align: center;
    }

    .home #download .download-buttons {
        flex-wrap: wrap;
    }

    .home #download .download-buttons a {
        width: 100%;
    }

    .home #download .download-buttons a img {
        margin: 0 auto;
    }

    .home #download .bone-outer {
        max-width: 35px;
        bottom: 20px;
    }

    #awards {
        padding: 100px 0 105px 0;
    }

    #awards .bone-outer-1 {
        max-width: 35px;
        top: 40px;
    }

    #awards .bone-outer-2 {
        max-width: 50px;
    }

    .home #contact-us {
        padding: 50px 50px 200px;
        background-size: 100%;
        background-position: bottom right
    }

    /* Inner Pages */

    /* Dog Boarding Page */
    .dog-boarding-page .section-2 .text-left, 
    .dog-boarding-page .section-2 .text-right,
    .dog-boarding-page .section-2 .boarding-prices-wrapper .boarding-service {
        width: 100%;
    }

    .dog-boarding-page .section-4,
    .dog-boarding-page .section-5,
    .dog-boarding-page .section-6 {
        padding: 40px 0;
    }

    .dog-boarding-page .section-4 .container,
    .dog-boarding-page .section-5 .container,
    .dog-boarding-page .section-6 .container {
        flex-wrap: wrap;
    }

    .dog-boarding-page .section-4 .text,
    .dog-boarding-page .section-5 .text,
    .dog-boarding-page .section-6 .text {
        width: 100%;
        order: 2;
        margin: 20px 0;
    }

    .dog-boarding-page .section-4 .image,
    .dog-boarding-page .section-5 .image,
    .dog-boarding-page .section-6 .image {
        width: 100%;
        order: 1;
        margin: 20px;
    }

    .dog-boarding-page .section-4 .image .paw {
        top: -40px;
        left: -40px;
    }

    .dog-boarding-page .section-4 .image .dog,
    .dog-boarding-page .section-5 .image img {
        margin: 0 auto;
    }

    .dog-boarding-page .section-6 .accordion-wrap {
        order: 3;
    }

    /* Pack Play Day Care Page */
    .pack-play-day-care-page .section-1 .container,
    .pack-play-day-care-page .section-2 .container {
        flex-wrap: wrap;
    }

    .pack-play-day-care-page .section-1 .image,
    .pack-play-day-care-page .section-2 .image {
        width: 100%;
        order: 2;
    }

    .pack-play-day-care-page .section-1 .text,
    .pack-play-day-care-page .section-2 .text {
        width: 100%;
        order: 1;
        text-align: center;
        margin-bottom: 20px;
    }

    .plans .plan .rates-wrapper .rate.col-50 {
        width: 100%;
    }

    /* Spaw Style Bar */
    .spaw-style-bar-page .section-1 .container {
        flex-wrap: wrap;
    }

    .spaw-style-bar-page .section-2 {
        padding: 100px 0;
    }

    .spaw-style-bar-page .section-3 {
        padding: 60px 0 40px 0;
    }
    
    .spaw-style-bar-page .section-3 .top {
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 20px;
    }
    
    .spaw-style-bar-page .section-3 .top .image,
    .spaw-style-bar-page .section-3 .top .text {
        width: 100%;
    }

    .spaw-style-bar-page .section-3 .top .image .dog {
        margin: 0 auto;
    }

    .spaw-style-bar-page .section-3 .top .image .paw {
        right: 0;
        top: -20px;
    }

    .spaw-style-bar-page .section-4 {
        padding: 40px 0;
    }

    /* Dog Parties Page */
    .dog-parties-page .section-1 {
        padding: 40px 0;
    }

    .dog-parties-page .section-2 {
        padding: 40px 0;
    }

    .dog-parties-page .section-2 .container {
        flex-wrap: wrap;
    }

    .dog-parties-page .section-3 {
        padding: 60px 0;
    }

    .dog-parties-page .section-3 .top {
        margin-bottom: 20px;
    }

    .dog-parties-page .section-2 .text,
    .dog-parties-page .section-3 .text,
    .dog-parties-page .section-5 .text {
        width: 100%;
        order: 2;
        padding: 0 20px;
    }

    .dog-parties-page .section-2 .image,
    .dog-parties-page .section-3 .image,
    .dog-parties-page .section-5 .image {
        width: 100%;
        order: 1;
        margin-bottom: 40px;
    }

    .dog-parties-page .section-4 {
        padding: 60px 0;
    }

    .dog-parties-page .section-4 .themes-wrapper .theme {
        width: 100%;
    }

    .dog-parties-page .section-5 {
        padding: 60px 0;
    }

    .dog-parties-page .section-5 .top {
        margin-bottom: 20px;
    }

    .dog-parties-page .section-6 {
        padding: 60px 0;
    }

    /* App Page */
    .app-page .section-1 .container {
        flex-wrap: wrap;
    }

    .app-page .section-1 .text {
        width: 100%;
    }

    .app-page .section-1 .image {
        width: 100%;
    }

    .app-page .section-1 .image img.app {
        margin: 0 auto;
    }

    .app-page .section-1 .image img.qr {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    /* Bark Retail Page */
    .bark-retail-page .section-2 .container {
        flex-wrap: wrap;
    }

    .bark-retail-page .section-2 img {
        width: 100%;
    }

    /* Dog Cams Page */
    .dog-cams-page .section-1 .container {
        flex-wrap: wrap;
    }

    .dog-cams-page .section-1 .text {
        width: 100%;
        margin-bottom: 20px;
    }

    .dog-cams-page .section-1 .text > img {
        margin: 0 auto 10px;
    }

    .dog-cams-page .section-2 .cams-wrapper .dog {
        width: 100%;
    }

    /* Testimonials Page */
    .testimonials-page .section-3 {
        padding: 80px 0;
    }
    
    .testimonials-page .section-3 .image {
        width: 100%;
        margin-bottom: 30px;
    }

    .testimonials-page .section-3 .text {
        width: 100%;
        text-align: center;
    }

    .app-page .section-2 .downloads {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Gallery Page */
    .gallery-page .gallery-container .gallery-wrapper {
        width: 100%;
    }

    .gallery-page .gallery-container .gallery-wrapper .gallery a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .gallery-page .gallery-container .gallery-wrapper .gallery a img {
        width: 100%;
    }

    .gallery-page .section-2 {
        padding: 40px 0 20px 0;
    }
    
    .gallery-page .section-2 .image {
        width: 100%;
        margin-bottom: 30px;
    }

    .gallery-page .section-2 .image .dog {
        display: block;
        margin: 0 auto;
    }

    .gallery-page .section-2 .text {
        width: 100%;
        text-align: center;
    }

    /* Join Our Pack Page */
    .join-our-pack-page .section-4 .image-box {
        width: 100%;
    }

    .join-our-pack-page .section-4 .image-box > img {
        width: 100%;
    }

    /* Sniff Us Out Page / Contact Page */
    .sniff-us-out-page .section-1 .container {
        padding: 20px;
    }

    .sniff-us-out-page p.lg {
        font-size: 16px !important;
    }

    .sniff-us-out-page .section-2 {
        padding: 60px 0;
    }

    /* Client Portal Page */
    .client-portal-page .section-1 .new-clients, 
    .client-portal-page .section-1 .existing-clients {
        width: 100%;
    }

    /* Pet Taxi Services */
    .pet-taxi-services-page .section-1 .heading,
    .pet-taxi-services-page .section-1 .bottom-text {
        flex-wrap: wrap;
    }
    .pet-taxi-services-page .section-1 .heading .text,
    .pet-taxi-services-page .section-1 .bottom-text .text {
        width: 100%;
        order: 1;
        text-align: center;
    }
    .pet-taxi-services-page .section-1 .heading .image,
    .pet-taxi-services-page .section-1 .bottom-text .image {
        width: 100%;
        order: 2;
    }

    .pet-taxi-services-page .section-1 .heading .image img,
    .pet-taxi-services-page .section-1 .bottom-text .image img {
        display: block;
        margin: 0 auto;
    }

    /* Forms */
    .ctc-form .section .col-33,
    .ctc-form .section .col-50 {
        width: 100%;
    }

    /* Footer */
    #footer .footer-contact .info {
        width: 100%;
    }

    #footer .footer-logo .container {
        flex-wrap: wrap;
    }

    #footer .footer-logo .container a,
    #footer .footer-logo .container > img {
        width: 100%;
    }

    #footer .footer-logo .container a > img,
    #footer .footer-logo .container > img {
        margin: 20px auto 0 !important;
    }

    #footer .footer-bot p {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .spaw-style-bar-page .section-3 .full-bath-services-wrapper .service {
        width: 100%;
    }
}