/**
Theme Name: Astra Child (YC SPCA)
Author: Plumley Creative
Author URI: http://plum.ly/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Do not display to logged in users */
.logged-in .loggedout {
    display:none;
}
.loggedin {
    display:none;
}

/* Display to logged in users */
.logged-in .loggedin {
    display:block;
}

/* MOBILE NAVIGATION */
/* Hamburger Button */
.hamburger-button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0;
}
.hamburger-button:hover, .hamburger-button:focus {
    background: none;
}


/* Lines */
.hamburger-button .line {
    background-color: #fff;
    height: 4px;
    width: 100%;
    border-radius: 4px;
    position: absolute;
    right: 0;
    transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out;
}

/* Position the lines */
.hamburger-button .line-1 {
    top: 2px;
}

.hamburger-button .line-middle {
    top: 13px;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}

.hamburger-button .line-2 {
    bottom: 2px;
}

/* Animate to X */
.hamburger-button.active .line-1 {
    top: 13px;
    transform: translateY(0) rotate(45deg);
    transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
}

.hamburger-button.active .line-2 {
    bottom: 13px;
    transform: translateY(0) rotate(-45deg);
    transition: bottom 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
}

.hamburger-button.active .line-middle {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

/* Reverse animation when closing */
.hamburger-button:not(.active) .line-1 {
    top: 2px;
    transform: translateY(0) rotate(0);
    transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s;
}

.hamburger-button:not(.active) .line-2 {
    bottom: 2px;
    transform: translateY(0) rotate(0);
    transition: transform 0.2s ease-in-out, bottom 0.2s ease-in-out 0.2s;
}

.hamburger-button:not(.active) .line-middle {
    opacity: 1;
    transition: opacity 0.1s ease-in-out 0.2s;
}






/* Hidden Menu (Initially) */
#custom-hamburger-menu {
    background: #1C4886;
    position: relative;
    width: 100%;
    left: 0;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* Show Menu When Active */
#custom-hamburger-menu.active {
    display: block;
    height: auto;
}

.mobile-primary-menu, .mobile-secondary-menu {
    list-style: none;
    margin: 0;
}
.mobile-secondary-menu {
    padding-top: 40px;
}

#mobile-menu .mobile-primary-menu ul li a, #mobile-menu .mobile-secondary-menu ul li a {
    color: #fff;
}

/* Style the parent menu items */
#mobile-menu .mobile-primary-menu > li {
    position: relative;
}

/* Style for the chevron */
#mobile-menu .chevron {
    float: right;
    transition: transform 0.3s ease;
    color: #fff;
    padding: 5px;
}

#mobile-menu .menu-item {
    padding: 10px 0;
}

#mobile-menu .menu-item a, #mobile-menu .menu-label a {
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 24px;
    font-family: "Avenir Next", sans-serif;
    font-weight: 600;
}
#mobile-menu .menu-item .menu-toggle {
    display: none;
}
/* Style for the label (acts like a button) */
#mobile-menu .menu-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    line-height: 30px;*/
    font-size: 24px;
    font-family: "Avenir Next", sans-serif;
    font-weight: 600;
}

/* Initially hide the sub-menu */
#mobile-menu .menu-item-has-children > .sub-menu {
    display: none;
    padding-left: 20px;
    margin: 0;
    list-style: none;
    transition: height 0.3s ease-out, padding 0.3s ease-out;
    overflow: hidden;
}

#mobile-menu .sub-menu a, #mobile-menu .sub-menu .menu-label, #mobile-menu .sub-menu .chevron {
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
}

/* Show the sub-menu when the checkbox is checked (i.e., the parent menu is open) */
#mobile-menu .menu-item-has-children > input.menu-toggle:checked + .menu-label + .sub-menu {
    display: block;
    padding-top: 10px; /* Add some padding for the sub-menu */
}

/* Adding chevron rotation when the menu is open */
#mobile-menu .menu-item-has-children > input.menu-toggle:checked + .menu-label > .chevron {
    transform: rotate(90deg); /* Rotates the chevron */
    transition: transform 0.3s ease-out;
}

#mobile-menu .elementor-widget-button {
    margin: 40px 0 40px 20px;
}








.elementor-button .elementor-button-icon svg {
    vertical-align: middle;
    margin-bottom: 2px;
}
.elementor-button .elementor-button-icon svg {
    transition: translate .3s;
}
.elementor-button:hover .elementor-button-icon svg {
    translate: 10px 0;
}

.gallery-cell {
    width: 100%;
    counter-increment: gallery-cell;
}
.animals-wrapper {
    font-family: "Avenir Next", sans-serif;
}
.animals-wrapper .pet-slide {
    display: flex;
}
.animals-wrapper .pet-slide .pet-bio, .animals-wrapper .pet-slide .pet-pic {
    width: 50%;
}
.animals-wrapper .pet-slide .pet-bio {
    align-content: center;
    color: #fff;
}
.animals-wrapper .pet-slide .pet-bio h2 {
    font-family: "Amsi Pro Narw Ultra Font", Sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 20px;
    color: #fff;
}
.animals-wrapper .pet-slide .pet-bio p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 28px;
}
.animals-wrapper .pet-slide .pet-bio .ctas {
    margin: 30px 0;
}
.animals-wrapper .pet-slide .pet-bio .ctas .pet-button {
    display: inline-block;
    padding: 20px 0;
}
.animals-wrapper .pet-slide .pet-bio .ctas .pet-button a {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 40px;
    margin-right: 10px;
    text-decoration: none;
}
.animals-wrapper .pet-slide .pet-bio .ctas .pet-button.solid a, .animals-wrapper .pet-slide .pet-bio .ctas .pet-button.border a:hover {
    border: 2px solid #FFF;
    background: #FFF;
    color: #1C4886;
}
.animals-wrapper .pet-slide .pet-bio .ctas .pet-button.border a, .animals-wrapper .pet-slide .pet-bio .ctas .pet-button.solid a:hover {
    border: 2px solid #FFF;
    background: #1C4886;
    color: #fff;
}
.animals-wrapper .pet-slide .pet-pic img {
    object-fit: cover;
    border-radius: 50%;
    height: auto;
    width: 100%;
    padding: 40px;
    max-width: 80%;
    margin: 0 auto;
}
.animals-wrapper .pet-slide .next-pet {
    display: inline-flex;
    align-items: center;
    background-color: #395b99;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.animals-wrapper .pet-slide .next-pet strong, .animals-wrapper .pet-slide .next-pet .next-bio {
    padding: 20px;
}
.animals-wrapper .pet-slide .next-pet .next-bio h6 {
    color:#fff;
}
.animals-wrapper .pet-slide .next-pet .next-bio p {
    margin-bottom: 0;
}
.animals-wrapper .pet-slide .next-pet .thumb-pic img {
    object-fit: cover;
    border-radius: 50%;
    height: auto;
    width: 100px;
    padding: 10px;
}
.flickity-page-dots {
    bottom: -15px!important;
}
.flickity-page-dots .dot {
    background: #fff!important;
}
.flickity-prev-next-button {
    padding: 15px;
}
.flickity-prev-next-button.previous {
    left: -60px!important;
}
.flickity-prev-next-button.next {
    right: -60px!important;
}

@media (max-width: 1325px) {
    .flickity-prev-next-button {
        display: none;
    }
}
@media (min-width:1126px) {
    .ast-container {
        max-width: 100%;
        padding: 0;
    }
}

.adopt-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.adopt-grid-pet {
    width: 33%;
    padding: 10px;
}
.wpforms-form .tip-border .wpforms-field-description {
    border: 3px solid rgb(224, 224, 224);
    padding: 10px;
}
.wpforms-form .wpforms-field-container {
    text-align: center;
}
.wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-row {
    margin: 0 auto;
}
.wpforms-form .wpforms-field-container .wpforms-field .wpforms-icon-choices {
    justify-content: center;
}


.vlp-link-container {
    margin-left: 40px;
    border:none!important;
    font-family: "Avenir Next", sans-serif!important;
}
.vlp-layout-spotlight {
    flex-direction: row!important;
}
.vlp-layout-spotlight .vlp-layout-zone-side, .vlp-link-container .vlp-layout-zone-main {
    align-content: center!important;
}
.vlp-link-container .vlp-layout-zone-main {
    margin-left: 20px!important;
}
.vlp-link-container .vlp-link-image img {
    object-fit: cover!important;
    object-position: 50% 30%;
    width: 400px!important;
    height: 250px!important;
}
.vlp-link-container .vlp-link-title {
    font-size: 26px!important;
    line-height: 30px!important;
}
.vlp-link-container .vlp-link-summary {
    margin-bottom: 0!important;
}
.vlp-link-container .vlp-link-button {
    display: none!important;
}
.vlp-link-container .vlp-link-url {
    color: #888!important;
}


@media only screen and (max-width: 1024px) {
    .vlp-link-container .vlp-link-image img {
        width: 200px!important;
        height: 200px!important;
    }
    .vlp-layout-spotlight {
        margin-left: 0;
    }
    header .main-nav {
        background-color: #1C4886!important;
    }
    header .main-nav .elementor-nav-menu--dropdown {
        background-color: #1C4886!important;
        padding: 20px 0!important;
    }
    header .main-nav .elementor-nav-menu--dropdown .elementor-item {
        color: #fff!important;
        font-size: 20px!important;
        font-weight: 600!important;
    }
    header .main-nav .elementor-nav-menu--dropdown a {
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    header .main-nav .elementor-nav-menu--dropdown .sub-menu a {
        color: #fff!important;
        font-size: 18px!important;
        font-weight: 500!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    header .main-nav .elementor-nav-menu--dropdown .elementor-item .sub-arrow .e-font-icon-svg {
        fill: #fff;
    }
    header .main-nav .elementor-nav-menu--dropdown .elementor-nav-menu a {
        justify-content: start;
    }
}










.tribe-common-l-container #legend li, .tribe-events #legend li {
    border-radius: 26px;
    border-right: none;
    padding: 7px 20px!important;
    font-size: 14px;
}
.tribe-common-l-container #legend li a {
    color: #fff;
}
.tribe-common a:not(.tribe-common-anchor--unstyle):focus {
    outline: none;
}
.tribe-events-pro .tribe-events-pro-venue__meta-address-directions-link, .tribe-events-pro .tribe-events-pro-venue__meta-categories-term-link, .tribe-events-pro .tribe-events-pro-venue__meta-categories-term-link:visited, .tribe-events-pro .tribe-events-pro-venue__meta-website-link, .tribe-events .tribe-events-calendar-series-archive__link, .tribe-events-meta-group a {
    color: #1c4886!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
    padding: 20px 0;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    border: 1px solid #1c4886 !important;
    background-color: #1c4886 !important;
    border-radius: 30px !important;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    color: #1c4886!important;
    border: 1px solid #1c4886!important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    color: #FFF!important;
    background-color: #1c4886!important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: #1c4886!important;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event, .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #1c4886!important;
}
.tribe-events-category-aquatics h2.tribe-events-list-event-title.entry-title, .tribe-events-category-aquatics h2.tribe-events-list-event-title, .tribe-events-category-aquatics h3.tribe-events-list-event-title, .tribe-event-featured .tribe-events-category-aquatics h3.tribe-events-list-event-title, .tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-category-aquatics h3.tribe-events-list-event-title, .tribe-events-shortcode .tribe-events-month table .type-tribe_events.tribe-events-category-aquatics, .tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-category-aquatics h3.tribe-events-list-event-title, #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-events-category-aquatics.tribe-event-featured h3.tribe-events-month-event-title, .tribe-events-category-aquatics .tribe-events-map-event-title .tribe-events-category-aquatics .tribe-events-map-event-title, #tribe-events-content div.tribe-events-category-aquatics.hentry.vevent h3.entry-title, .tribe-grid-body .tribe-events-category-aquatics, .tribe-grid-body .type-tribe_events.tribe-events-category-aquatics, .tribe-grid-allday .tribe-events-category-aquatics, .tribe-events-adv-list-widget .tribe-events-category-aquatics h2, .tribe-events-adv-list-widget .tribe-events-category-aquatics h2, .tribe-mini-calendar-list-wrapper .tribe-events-category-aquatics h2, .tribe-mini-calendar-list-wrapper .tribe-events-category-aquatics h2, .tribe-events-category-aquatics.tribe-event-featured .tribe-mini-calendar-event .tribe-events-title, .tribe-venue-widget-list li.tribe-events-category-aquatics h4, .tribe-venue-widget-list li.tribe-events-category-aquatics h4, .teccc-legend li.tribe_events_cat-aquatics, .tribe-common article.tribe_events_cat-aquatics h3, .tribe-common article.tribe_events_cat-aquatics h3, .tribe-common article.tribe_events_cat-aquatics h3, article.tribe-events-calendar-month__multiday-event.tribe_events_cat-aquatics h3, #tribe-events-content table.tribe-events-calendar .tribe-event-featured.tribe-events-category-aquatics .tribe-events-month-event-title, .teccc-legend li.tribe-events-category-aquatics, .tribe-events-calendar .tribe-events-category-aquatics, #tribe-events-content .teccc-legend li.tribe-events-category-aquatics, #tribe-events-content .tribe-events-calendar .tribe-events-category-aquatics, .type-tribe_events.tribe-events-category-aquatics h2, .tribe-events-category-aquatics > div.hentry.vevent > h3.entry-title, .tribe-events-mobile.tribe-events-category-aquatics h4 {
    padding: 8px!important;
}
.tribe-common .tribe-common-h8, .tribe-events-category-aquatics h2.tribe-events-list-event-title.entry-title a, .tribe-events-category-aquatics h2.tribe-events-list-event-title a, .tribe-events-category-aquatics h3.tribe-events-list-event-title a, .tribe-event-featured .tribe-events-category-aquatics h3.tribe-events-list-event-title a, .tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-category-aquatics h3.tribe-events-list-event-title a, .tribe-events-shortcode .tribe-events-month table .type-tribe_events.tribe-events-category-aquatics, .tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-category-aquatics h3.tribe-events-list-event-title a:hover, #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-events-category-aquatics.tribe-event-featured h3.tribe-events-month-event-title a:hover, .tribe-events-category-aquatics .tribe-events-map-event-title a:link, .tribe-events-category-aquatics .tribe-events-map-event-title a:visited, #tribe-events-content div.tribe-events-category-aquatics.hentry.vevent h3.entry-title a, .tribe-grid-body .tribe-events-category-aquatics a, .tribe-grid-body .type-tribe_events.tribe-events-category-aquatics a, .tribe-grid-allday .tribe-events-category-aquatics a, .tribe-events-adv-list-widget .tribe-events-category-aquatics h2 a:link, .tribe-events-adv-list-widget .tribe-events-category-aquatics h2 a:visited, .tribe-mini-calendar-list-wrapper .tribe-events-category-aquatics h2 a:link, .tribe-mini-calendar-list-wrapper .tribe-events-category-aquatics h2 a:visited, .tribe-events-category-aquatics.tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a, .tribe-venue-widget-list li.tribe-events-category-aquatics h4 a:link, .tribe-venue-widget-list li.tribe-events-category-aquatics h4 a:visited, .teccc-legend li.tribe_events_cat-aquatics a, .tribe-common article.tribe_events_cat-aquatics h3 a, .tribe-common article.tribe_events_cat-aquatics h3 a:link, .tribe-common article.tribe_events_cat-aquatics h3 a:visited, article.tribe-events-calendar-month__multiday-event.tribe_events_cat-aquatics h3, #tribe-events-content table.tribe-events-calendar .tribe-event-featured.tribe-events-category-aquatics .tribe-events-month-event-title a, .teccc-legend li.tribe-events-category-aquatics a, .tribe-events-calendar .tribe-events-category-aquatics a, #tribe-events-content .teccc-legend li.tribe-events-category-aquatics a, #tribe-events-content .tribe-events-calendar .tribe-events-category-aquatics a, .type-tribe_events.tribe-events-category-aquatics h2 a, .tribe-events-category-aquatics > div.hentry.vevent > h3.entry-title a, .tribe-events-mobile.tribe-events-category-aquatics h4 a {
    font-size: 16px!important;
}
.tribe_events-template-default .entry-header {
    display: none;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left: 0;
    padding-right: 0;
}
#tribe-events-pg-template {
    max-width: 100%;
    padding: 0; 
    width: 100%;
}
.tribe_venue-template-default .site-content:before, .tribe_event_series-template-default .site-content:before {
    content: '';
    height: 50vh;
    background-image: url("../jpg/york-dispatch-new-year-adoption-event-cover.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    filter: brightness(.7)
}
.tribe_event_series-template-default .entry-header {
    max-width: calc(1176px + 42px*2);
    margin: 0 auto;
}
.tribe_events-template-default .site-content > .ast-container{
    max-width: 100%;
    padding: 0;
}
.ast-separate-container .post-navigation {
    max-width: calc(1176px + 42px*2);
    margin: 0 auto;
}
.ast-blog-layout-4-grid .ast-article-post {
    width: auto!important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum {
    color: #fff;
}
.tribe_events-template-default .elementor-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}
.tribe_events-template-default .elementor-background-overlay, .elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.single-page .post-navigation, .tribe_events-template-default #comments {
    display: none;
}
.tribe_events-template-default .entry-content .elementor-column h1.tribe-events-single-event-title {
    color: white;
    font-family: "Avenir Next LT Pro Heavy", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.3);
    line-height: 65px;
}
.tribe-events-series-relationship-marker, .tribe-events-series-relationship-single-marker, .tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited, .tribe-common .tribe-events-series-relationship-single-marker__icon-svg, .tribe-related-event-info .tribe-events-series-archive__icon {
/*    color: white;*/
}




.grecaptcha-badge { 
    visibility: hidden !important;
}

.credits {
	padding-top: 5px;
}
.credits p {
    line-height: 20px;
}

.credits p a {
    color: #fff!important;
}

.credits p a:hover {
    color: #EBAA5A!important;
}

.credits a .plum {
    background-image: url(../png/plum-logo-sm.png);
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    height: 20px;
    margin: 1px 3px 0;
    width: 20px;
    display: inline-block;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: absolute;

}

.credits a:hover .plum {
    animation-name: plumbounce;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;

    -moz-animation-name: plumbounce;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;

    -webkit-animation-name: plumbounce;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes plumbounce {
    45% {
        height: 15px;
        margin-top: 6px;
    }

    55% {
        height: 15px;
        margin-top: 6px;
    }

    75% {
        height: 25px;
        margin-top: -7px;
    }
}

@-moz-keyframes plumbounce {
    45% {
        height: 15px;
        margin-top: 6px;
    }

    55% {
        height: 15px;
        margin-top: 6px;
    }

    75% {
        height: 25px;
        margin-top: -7px;
    }
}

@keyframes plumbounce {
    45% {
        height: 15px;
        margin-top: 6px;
    }

    55% {
        height: 15px;
        margin-top: 6px;
    }

    75% {
        height: 25px;
        margin-top: -7px;
    }
}
