/*----@face font--*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600;1,700&family=Poppins:wght@600&display=swap");

@font-face {
    font-family: "Raleway";
    src:
        url("/wp-content/themes/altitude-pro/fonts/Raleway-Thin.woff2") format("woff2"),
        url("/wp-content/themes/altitude-pro/fonts/Raleway-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GoldenHopes";
    src:
        url("/wp-content/themes/altitude-pro/fonts/GoldenHopesPERSONALUSEONLY-Regular.woff2") format("woff2"),
        url("/wp-content/themes/altitude-pro/fontsGoldenHopesPERSONALUSEONLY-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src:
        url("/wp-content/themes/altitude-pro/fonts/Raleway-Light.woff2") format("woff2"),
        url("Raleway-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src:
        url("/wp-content/themes/altitude-pro/fonts/Raleway-Regular.woff2") format("woff2"),
        url("Raleway-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src:
        url("/wp-content/themes/altitude-pro/fonts/Raleway-SemiBold.woff2") format("woff2"),
        url("Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 1.2;
}

.activities-inner-wrapper h4,
.h4 {
    font-size: 18px;
    color: #68686b;
    font-weight: 500;
}

.activities-inner-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    padding-inline: 20px;
}

.activities-inner-wrapper .activities-header {
    margin-top: 150px;
    margin-bottom: 100px;
}

.activities-inner-wrapper .activities-header .logos {
    display: flex;
    justify-content: space-between;
}

.activities-area .activities-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.activities-area .activities-list:nth-child(even) {
    flex-direction: row-reverse;
}

.activities-area .activities-list:nth-child(even).right-image {
    flex-direction: unset;
}

.activities-area .activities-list:nth-child(even) .right-image {
    display: flex;
    align-items: center;
    flex-direction: row;
    /* Set the flex-direction to its default value */
}

.activities-area .activities-list .right-image {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.activities-area .activities-list .right-image img {
    clip-path: polygon(100% 0%,
            67% 0%,
            13% 0%,
            0% 0%,
            19% 74%,
            26% 100%,
            25% 100%,
            30% 100%,
            36% 100%,
            74% 100%,
            87% 100%,
            100% 100%,
            100% 60%,
            100% 25%);
    max-width: 600px;
    min-width: 600px;
    max-height: 450px;
    min-height: 450px;
    object-fit: cover;
}

.activities-area .activities-list:nth-child(even) .right-image img {
    clip-path: polygon(100% 0%,
            67% 0%,
            13% 0%,
            0% 0%,
            0% 90%,
            0% 100%,
            0% 100%,
            0% 100%,
            10% 100%,
            69% 100%,
            69% 100%,
            69% 100%,
            70% 100%,
            75% 100%);
}

.right-image.activities-img {
    position: relative;
    /* Set the position to relative for stacking elements */
}

.ui-widget-content {
    color: #68686b;
}

.activities-area .activities-list:nth-child(odd) .right-image.activities-img::before {
    content: "";
    position: absolute;
    /* Position the overlay element absolutely */
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(27 27 27 / 33%);
    /* Set the overlay color with transparency */
    z-index: 1;
    /* Adjust the z-index to control stacking */
    clip-path: polygon(100% 0%,
            67% 0%,
            13% 0%,
            0% 0%,
            19% 74%,
            26% 100%,
            25% 100%,
            30% 100%,
            36% 100%,
            74% 100%,
            87% 100%,
            100% 100%,
            100% 60%,
            100% 25%);
    max-width: 600px;
    min-width: 600px;
    max-height: 450px;
    min-height: 450px;
    object-fit: cover;
}

.activities-area .activities-list:nth-child(even) .right-image.activities-img::before {
    content: "";
    position: absolute;
    /* Position the overlay element absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(27 27 27 / 33%);
    /* Set the overlay color with transparency */
    z-index: 1;
    /* Adjust the z-index to control stacking */
    clip-path: polygon(100% 0%,
            67% 0%,
            13% 0%,
            0% 0%,
            0% 90%,
            0% 100%,
            0% 100%,
            0% 100%,
            10% 100%,
            69% 100%,
            69% 100%,
            69% 100%,
            70% 100%,
            75% 100%);
    max-width: 600px;
    min-width: 600px;
    max-height: 450px;
    object-fit: cover;
}

.activities-area .activities-list:nth-child(even) .right-image .caption-title {
    margin-left: -295px;
    z-index: 99;

}

.activities-area .activities-list:nth-child(odd) .right-image .caption-title {
    margin-left: -100px;
    z-index: 99;
}

.activities-area .activities-list .right-image .caption-title h2 {
    font-size: 100px;
    font-family: "GoldenHopes";
    color: #c4bab1;
    font-weight: 500;
    text-shadow: 2px 3px 9px #5d5d5d59;
    line-height: 50px;
}

.activities-area .activities-list .right-image .caption-title h3 {
    font-size: 58px;
    font-family: "Raleway";
    line-height: 60px;
    color: #c4bab1;
    text-shadow: 2px 3px 9px #5d5d5d59;
}

.activities-area .activities-list .left-content h4 {
    margin: 20px 0;
}

.activities-area .activities-list .right-image .caption-title {
    position: relative;
    left: 150px;
}

.activities-area .activities-list .left-content {
    font-family: "Raleway";
    font-size: 16px;
    max-width: 30%;
}

.activities-area .activities-list .left-content ul {
    margin-left: 20px;
    padding: 0;
}

.activities-area .activities-list .left-content ul li {
    list-style-type: disc;
    color: #c4bab1;
    font-family: "Raleway";
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 8px;
}

.activities-area .activities-list .left-content .two-column-list {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

/* .activities-area .activities-list .left-content ul li::marker {
    font-size: 10px;
}
.activities-area .activities-list .left-content ul li:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: transparent;
    margin-right: 0px;
} */
/* Footer--*/
.activities-footer {
    text-align: center;
    margin-bottom: 50px;
}

.activities-footer h6 {
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Raleway";
    font-size: 18px;
    color: #68686b;
}

.activities-footer ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-family: "Raleway";
    list-style: none;
    margin: 16px 0;
}

.activities-footer ul li a {
    color: #68686b;
    font-size: 15px;
    font-family: "Raleway";
    text-decoration: none;
    font-weight: 300;
    background: none;
    border: none;
    padding: 0;
    text-transform: none;
    letter-spacing: normal;
}

.activities-footer ul li a:hover {
    color: #000;
    background: none;
    border: none;
}

.activities-footer ul li a:after {
    content: "|";
    display: inline-block;
    padding: 0px 5px 0px 20px;
}

.activities-footer ul li:last-child a::after {
    display: none;
}

.activities-area .activities-list:nth-of-type(2) h2 {
    line-height: 74px !important;
    margin-bottom: 11px;
}

/*--- Kids Program CSS--*/
.kids-program-inner-wrapper .kids-container {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-inline: 20px;
}

.kids-hero-section {
    position: relative;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 850px;
}

.kids-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.56) 100%, rgb(255, 255, 255) 100%);
    z-index: 1;
}

.kids-header .logos {
    margin-top: -10px;
    margin-bottom: 80px;
    padding-top: 50px;
}

.kids-content-area {
    width: 50%;
    padding-top: 150px;
}

.kids-program-inner-wrapper .kids-header {
    text-align: center;
    color: #c4bab1;
}

.kids-content-area p {
    font-size: 16px;
    font-family: "Raleway";
    color: #68686B;
    line-height: 27px;
}

.kids-content-area h3 {
    font-family: "Raleway";
    color: #c4bab1;
    margin-bottom: 0;
    font-size: 25px;
}

.kids-content-area .heading-first {
    display: flex;
    gap: 15px;
}

.kids-content-area .heading-first h1 {
    font-size: 80px;
    font-family: "GoldenHopes";
    color: #c4bab1;
}

.kids-content-area .heading-first h2 {
    font-size: 80px;
    font-family: "Raleway";
    font-weight: 100;
    color: #c4bab1;
}

.kids-content-area .heading-second {
    display: flex;
    gap: 15px;
    margin-top: -40px;
}

.kids-content-area .heading-second h2 {
    font-size: 80px;
    font-family: "GoldenHopes";
    color: #BBB1A9;
}

.kids-content-area .heading-second h3 {
    font-size: 80px;
    font-family: "Raleway";
    font-weight: 100;
    color: #c4bab1;
}

.kids-column {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.kids-column .right-content-box {
    text-align: right;
    width: 54%;
    border: 1px solid #c4bab1;
    padding: 100px 20px 20px 20px;
}

.kids-column .right-content-box h3 {
    font-family: "Raleway";
    color: #c4bab1;
    margin-bottom: 0px;
    font-size: 25px;
}

.kids-column .right-content-box p {
    font-size: 16px;
    line-height: 27px;
    color: #68686B;
    font-family: "Raleway";
}

.kids-footer {
    display: flex;
    justify-content: space-between;
    margin: 50px 0px;
}

.kids-footer h3 {
    font-family: "Raleway";
    color: #c4bab1;
    margin-bottom: 15px;
    font-size: 25px;
}

.kids-footer .right-column {
    text-align: right;
}

.kids-footer .right-column p {
    margin-bottom: 0;
}

.kids-footer ul {
    list-style: none;
    color: #68686B;
    font-family: "Raleway";
    font-size: 16px;
    line-height: 27px;
    padding-left: 0;

}

.kids-footer .right-column p {
    font-size: 16px;
    line-height: 27px;
    color: #68686B;
    font-family: "Raleway";
    margin-top: 0;
}

/*--- Pet Program Page ---*/
.per-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.per-wrapper .heading-first {
    margin-bottom: 50px;
}

.pet-footer {
    position: relative;
}

.pet-footer::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(2deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 0%, rgb(255 255 255 / 11%) 100%);
    z-index: 1;
}

.pets-content-area h1 span {
    font-size: 80px;
    font-family: "GoldenHopes";
    color: #c4bab1;
}

.pets-content-area h1 {
    font-size: 80px;
    font-weight: 100;
    font-family: "Raleway";
    color: #c4bab1;
    line-height: 50px;
}

.pets-content-area h2 {
    font-size: 80px;
    font-weight: 100;
    font-family: "Raleway";
    line-height: 50px;
    color: #c4bab1;
}

.pets-content-area h3 span {
    font-family: "GoldenHopes";
    color: #c4bab1;
    font-size: 50px;
}

.pets-content-area h3 {
    color: #c4bab1;
    font-family: "Raleway";
    font-size: 35px;
}

.kids-program-inner-wrapper .kids-container .pets-content-area {
    padding-top: 150px;
}

.pets-content-area .pet-header-content {
    width: 45%;
}

.pets-content-area .dogs-box-content {
    display: flex;
    background: #ffffffe8;
    padding: 50px;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.dogs-box-content h3 {
    color: #68686b;
    font-family: "Raleway";
}

.per-wrapper .pet-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Create 4 equal-width columns */
    grid-gap: 10px;
    text-align: center;
    padding: 80px 0px;
    align-items: baseline;
}

.pet-row .pet-icon-box h4 {
    color: #c4bab1;
    font-family: "Raleway";
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.pet-row .pet-icon-box p {
    font-size: 15px;
    font-family: "Raleway";
    margin-bottom: 0;
    line-height: 17px;
}

.pet-header-content p {
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 27px;
    color: #68686B;

}

.dog-left-content p {
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 27px;
    color: #68686B;
}

.pet-row .pet-icon-box {
    color: #68686b;
}

.pet-row .pet-icon-box a {
    color: #68686b;
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'Raleway';
    line-height: 27px;
    text-decoration: none;
}

.pet-row .pet-icon-box .pet-list {
    margin-bottom: 20px;
}

.dog-left-content {
    width: 70%;
}

.dog-content-right {
    width: 18%;
}

.dogs-box-content h4 {
    color: #68686b;
    font-family: "Raleway";
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.dog-left-content p:last-child {
    margin-bottom: 0;
}

.dogs-box-content .dog-content-right .list-dsc {
    text-align: center;
    border-bottom: 2px solid #c4bab1;
    margin-bottom: 20px;
}

.dogs-box-content .dog-content-right .list-dsc:last-child {
    border-bottom: 0;
}

.dog-content-right .list-dsc p {
    line-height: 16px;
    color: #68686b;
    font-family: "Raleway";
}

/*-- Day Page---*/
.main-div {
    background-size: 60%;
    background-position: right;
    background-repeat: no-repeat;
}

.day-inner-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    padding-inline: 20px;
}

.day-header {
    position: relative;
}

.day-header::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, rgb(148 121 121 / 0%) 0%, #c0ada6d4 0%, rgb(255 255 255 / 11%) 100%);
    z-index: 1;
    top: 0;
}

.day-inner-wrapper .day-header {
    margin-top: 150px;
    margin-bottom: 100px;
}

.day-inner-wrapper .day-header .logos {
    display: flex;
    justify-content: space-between;
}

.day-area .day-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.day-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 83% 79%;
}

.day-header-logo {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px;
    position: relative;
    z-index: 9;
}

.day-header .day-header-logo h1 {
    font-family: "GoldenHopes";
    color: #fff;
    font-size: 65px;
    line-height: 60px;
}

.day-header-logo .logos {
    margin-bottom: 30px;
}

.day-area h2 {
    text-align: center;
    font-size: 21px;
    font-family: "Raleway";
    font-weight: 400;
    color: #68686B;
}

.day-area {
    margin-bottom: 50px;
}

.day-area .day-title {
    padding: 150px 211px 0px;
}

.day-area .days-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px 0px;
}

.day-area .days-list .left-content {
    display: grid;
    grid-template-columns: 28% 1fr;
    align-items: center;
    justify-content: space-evenly;
    width: 55%;
}

.day-area .days-list .right-image {
    width: 40%;
}

.day-area .days-list .right-image img {
    width: 100%;
}

.day-area .days-list .day-number h4 {
    font-size: 130px;
    font-family: "Raleway";
    font-weight: 100;
    color: #c4bab1;
}

.day-area .days-list .day-description h3 {
    font-family: "GoldenHopes";
    color: #c4bab1;
    font-size: 45px;
    line-height: 30px;
    margin-bottom: 10px;
}

.day-area .days-list .day-description ul {
    margin-left: 0px;
    padding-left: 10px;
}

.day-area .days-list .day-description ul li {
    line-height: 24px;
    font-family: "Raleway";
    list-style: disc;
    color: #68686B;
}

.day-area .days-list .day-description ul li ul li {
    line-height: 24px;
    font-family: "Raleway";
    list-style: none;
}

.day-area .days-list .day-description ul li::marker {
    font-size: 10px;
}

.day-area .days-list .day-description ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: transparent;
    margin-right: 10px;
}

.day-area .days-list .day-description p {
    margin-bottom: 10px;
    line-height: 27px;
    font-family: "Raleway";
    color: #68686B;
}

.day-area .days-list:nth-child(odd) {
    flex-direction: row-reverse;
}

.day-area .days-list .left-content:nth-child(odd) {
    padding-left: 40px;
}

.day-footer .flex-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.day-footer .flex-footer .menu-links {
    width: 75%;
}

.day-footer .flex-footer .menu-links ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.day-footer .flex-footer .menu-links ul li a {
    color: #fff;
    font-family: 'Raleway';
    list-style: none;
    text-decoration: none;
}

.favorites {
    font-size: 16px;
    font-family: "Raleway";
    color: #BBB1A9;
}

.day-footer .flex-footer .menu-links {
    background: #BBB1A9;
    padding: 15px;
    border-radius: 100px;
}

/*-- Responsive--*/
@media only screen and (max-width: 1194px) and (min-width:991px) {
    .activities-area .activities-list .left-content .two-column-list {
        display: block;
    }

    .activities-area .activities-list:nth-child(even) .right-image .caption-title {
        position: relative;
        left: 140px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .activities-area {
        padding: 30px 0px;
    }

    .activities-area .activities-list .right-image .caption-title h2 {
        font-size: 70px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .activities-area .activities-list .right-image .caption-title h3 {
        font-size: 42px;
    }

    .activities-area .activities-list:nth-child(odd) .right-image .caption-title {
        margin-left: -150px;
    }

    .activities-area .activities-list:nth-child(even) .right-image .caption-title {
        position: relative;
        left: 50px;
    }

    .activities-inner-wrapper .activities-header {
        margin-top: 90px;
        margin-bottom: 40px;
    }

    .activities-footer ul {
        padding-left: 0;
        margin-left: 0;
    }

    .activities-area .activities-list .left-content .two-column-list {
        display: block;
    }

    /*-- Kids Program--*/
    .kids-container {
        padding: 0px 20px;
    }

    .kids-hero-section {
        background-size: cover;
        padding-bottom: 15px;
    }

    /*-- Pet Program--*/
    .pet-row .pet-icon-box p {
        line-height: 18px;
    }

    .per-wrapper {
        background-position: 52%;
    }

    /*-- Day Program--*/
    .day-inner-wrapper {
        padding: 0px 20px;
    }

    .day-area .days-list .day-number h4 {
        font-size: 100px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .day-footer .flex-footer .menu-links ul {
        gap: 10px;
    }

    .day-footer .flex-footer .menu-links {
        width: 80%;
    }

    .day-footer .flex-footer .menu-links {
        padding: 15px 0px;
    }

    .day-footer .flex-footer .menu-links ul {
        padding-left: 0px;
    }

    .kids-program-inner-wrapper .kids-container .pets-content-area {
        padding-top: 110px;
    }

    .kids-content-area {
        padding-top: 90px;
    }

    .kids-column .right-content-box {
        padding-top: 30px;
    }

}

@media only screen and (max-width: 991px) {
    .activities-area .activities-list {
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr;
    }

    .activities-area .activities-list .right-image {
        display: block;
        text-align: center;
    }

    .activities-area .activities-list .left-content {
        order: 2;
    }

    .activities-area .activities-list .right-image img {
        clip-path: unset;
        max-width: 100%;
        min-width: 100%;
        max-height: auto;
        min-height: auto;
    }

    .activities-area .activities-list:nth-child(even) .right-image img {
        clip-path: unset;
        max-width: 100%;
        min-width: 100%;
        max-height: auto;
        min-height: auto;
    }

    .activities-area .activities-list:nth-child(even) .right-image {
        flex-direction: column;
    }

    .activities-area .activities-list:nth-child(even) .right-image .caption-title {
        position: unset;
        left: unset;
        text-align: center;
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
    }

    .activities-area .activities-list:nth-child(odd) .right-image .caption-title {
        text-align: center;
        margin-top: 30px;
        margin-left: 0;
        position: unset;
        left: 0;
    }

    .activities-area .activities-list .left-content {
        max-width: 100%;
    }

    .activities-area .activities-list:nth-child(even) .right-image.activities-img::before {
        clip-path: unset;
        background: transparent;
        max-width: 100%;
        min-width: 100%;
        max-height: auto;
        min-height: auto;
    }

    .activities-area .activities-list:nth-child(odd) .right-image.activities-img::before {
        clip-path: unset;
        background: transparent;
        max-width: 100%;
        min-width: 100%;
        max-height: auto;
        min-height: auto;
    }

    .activities-area .activities-list .left-content .two-column-list {
        display: flex;
        gap: 20px;
        justify-content: flex-start;
    }

    .activities-header .logos img {
        width: 100%;
    }

    .activities-area .activities-list {
        margin-bottom: 40px;
    }

    /*  Kids Program--*/
    .kids-column {
        display: block;
    }

    .kids-column .left-image img {
        width: 100%;
    }

    .kids-column .right-content-box {
        width: auto;
    }

    /*-- Day Program--*/
    .day-area .days-list {
        display: block;
    }

    .day-area .days-list .left-content {
        width: 100%;
    }

    .day-area .days-list .right-image {
        width: 100%;
    }

    .day-area .days-list .left-content:nth-child(odd) {
        padding-left: 0;
        margin-bottom: 40px;
    }

    .day-footer .flex-footer {
        display: block;
        text-align: center;
    }

    .day-footer .flex-footer .menu-links {
        width: 100%;
    }

    .day-footer .flex-footer .favorites {
        margin-bottom: 20px;
    }

    .day-area .day-title {
        padding: 115px 0px 10px;
    }

    .day-area .days-list .day-description ul li::before {
        contain: unset;
    }

    .day-footer .flex-footer .menu-links {
        padding: 15px 0;
    }

    .day-footer .flex-footer .menu-links ul {
        display: block !important;
        padding-left: 0px;
    }

    .day-footer .flex-footer .menu-links ul li a {
        line-height: 36px;
    }

    .day-header-logo {
        padding: 40px 20px;
    }

    .day-area .days-list .day-description ul li ul {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .activities-inner-wrapper .activities-header .logos {
        display: block;
    }

    .activities-header .logos img {
        width: 100%;
    }

    .activities-area .activities-list .left-content .two-column-list {
        display: block;
    }

    .activities-footer ul {
        display: block;
    }

    .activities-footer ul li a:after {
        display: none;
    }

    /*-- Kids-Program--*/
    .kids-content-area .heading-second h2 {
        font-size: 40px;
    }

    .kids-content-area .heading-second h3 {
        font-size: 40px;
    }

    .kids-content-area .heading-first h2 {
        font-size: 40px;
    }

    .kids-content-area .heading-first h1 {
        font-size: 40px;
    }

    .kids-content-area .heading-first {
        margin-bottom: 15px;
    }

    .kids-content-area {
        width: 100%;
    }

    .kids-hero-section {
        min-height: 100%;
    }

    /*-- Pets--*/
    .day-footer .flex-footer .menu-links ul li a {
        line-height: 70px;
    }

    .day-area .days-list .day-description ul li {
        line-height: 30px !important;
    }

    .day-area .days-list .day-description ul li::before {
        margin-right: 0px;
    }

    .pets-content-area .pet-header-content {
        width: 57%;
    }

    .pets-content-area h1 {
        font-size: 50px;
    }

    .pets-content-area h2 {
        font-size: 50px;
    }

    .pets-content-area .dogs-box-content {
        padding: 20px;
        display: block;
    }

    .pets-content-area .dogs-box-content .dog-left-content {
        width: 100%;
    }

    .pets-content-area .dogs-box-content .dog-content-right {
        width: 100%;
        margin-top: 30px;
    }

    .per-wrapper .pet-row {
        grid-template-columns: repeat(2, 1fr);
    }

    /*-- Day Program--*/
    .day-area .days-list .left-content {
        display: block;
    }

    .day-header::before {
        background: linear-gradient(91deg, rgb(148 121 121 / 0%) 0%, #c0ada6 0%, #BBB1A9 100%);
    }

    .day-area .day-title {
        padding: 90px 0px 10px;
    }

    .day-footer .flex-footer .menu-links ul {
        display: block;
    }

    .day-footer .flex-footer .menu-links ul li {
        line-height: 25px;
    }

    .day-area .days-list {
        margin: 0px 0px 40px 0px;
    }

    .day-header .day-header-logo h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .day-header-logo {
        padding: 40px 20px;
    }

    .day-header {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 32%;
    }

    .day-footer .flex-footer .menu-links ul {
        display: block;
    }

    .day-footer .flex-footer .menu-links ul li a {
        line-height: 36px;
    }

    .day-area .days-list .left-content {
        display: block !important;
    }

    .day-area .days-list .left-content .day-number {
        text-align: center;
    }

    .day-area .days-list .left-content .day-description h3 {
        text-align: center;
    }

    .day-area .days-list .day-description h3 {
        line-height: 45px;
    }
}

@media only screen and (max-width:576px) {
    .day-area .days-list .left-content {
        grid-template-columns: 20% 1fr;
    }

    .day-area .days-list .day-description ul li::before {
        display: unset;
    }

    .pets-content-area h1 {
        font-size: 40px;
    }

    .pets-content-area h2 {
        font-size: 40px;
    }

    .pets-content-area h2 {
        line-height: 30px;
    }

    .pets-content-area .pet-header-content {
        width: 100%;
    }
}

/*request form */
@media (max-width:767px) {
    .special-request-form-wrapper .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: normal;
        min-height: 46px;
    }

}

.contact_btns {
    margin: 40px 0;
}



/*Sinlge Post Styling*/
.single-post-content,
.single-post-content .small-heading-beige,
.single-post-reviews>* {
    font-family: Raleway;
}

.single-post-content .wp-block-button__link,
.btn .wp-block-button__link {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #0f1828;
    color: #fff;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 30px !important;
    border-radius: 25px !important;
}

.single-post-content .wp-block-heading {
    font-family: Raleway;
    color: #0f1828;
}

.wp-block-heading {
    color: #0f1828;
    letter-spacing: 0.05em;
}

@media(min-width:1200px) {

    .single-post-content .wp-block-button__link:hover,
    .btn .wp-block-button__link:hover {
        background-color: #c4bab1;
        color: #fff;
        border-color: #c4bab1;
    }
}