/**
 * =========================================================================
 * Theme Header (WordPress)
 * =========================================================================
 */

/*
Theme Name: AWD Child
Author: Austin Web & Design
Author URI: https://austinwebanddesign.com/
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: awd-child
Template: astra
*/

/**
* =========================================================================
* Header
* =========================================================================
*/
#ast-desktop-header ul.sub-menu li.menu-item.current-menu-item { background: var(--ast-global-color-0); }
.site-branding.ast-site-identity { padding-top: 6px; }
#ast-desktop-header .ast-icon.icon-arrow { display: none; }

/**
* =========================================================================
* Buttons (UAG + generic)
* =========================================================================
*/
#primary .wp-block-uagb-buttons.uagb-btn__large-btn .uagb-buttons-repeater.wp-block-button__link, .wp-block-uagb-buttons.uagb-btn__large-btn .uagb-buttons-repeater.ast-outline-button, #primary .wp-block-uagb-buttons.uagb-btn__medium-btn .uagb-buttons-repeater.wp-block-button__link, .wp-block-uagb-buttons.uagb-btn__medium-btn .uagb-buttons-repeater.ast-outline-button { padding: 17px 25px; transition: .3s ease-out; }
.wp-block-uagb-buttons.btns-c .uagb-buttons-repeater.wp-block-button__link { position: relative; overflow: hidden; min-width: 235px; justify-content: flex-start; transition: .3s ease-out; }
.wp-block-uagb-buttons.btns-c .uagb-buttons-repeater.wp-block-button__link::after { position: absolute; top: 20px; right: 23px; width: 15px; height: 15px; content: ''; transform: rotate(0); transition: .3s ease-out; background: url('/wp-content/themes/awd-child/images/btn-arrow.svg') no-repeat 50% 50% / contain; }
.wp-block-uagb-buttons.btns-c .uagb-buttons-repeater.wp-block-button__link:hover::after { transform: rotate(45deg); background: url('/wp-content/themes/awd-child/images/btn-arrow-hover.svg') no-repeat 50% 50% / contain; }
.wp-block-button__link, .ast-outline-button { transition: .3s ease-out; }
@media (min-width:641px) {
  .wp-block-uagb-buttons.uagb-btn__large-btn .uagb-buttons-repeater.wp-block-button__link, .wp-block-uagb-buttons.uagb-btn__large-btn .uagb-buttons-repeater.ast-outline-button { min-width: 257px; }
  .wp-block-uagb-buttons.uagb-btn__medium-btn .uagb-buttons-repeater.wp-block-button__link, .wp-block-uagb-buttons.uagb-btn__medium-btn .uagb-buttons-repeater.ast-outline-button, .uagb-buttons-repeater.wp-block-button__link, .uagb-buttons-repeater.ast-outline-button { min-width: 201px; }
}

/**
* =========================================================================
* Typography & General
* =========================================================================
*/
h1, .entry-content h1, .wp-block-uagb-advanced-heading h1.uagb-heading-text { letter-spacing: -.03em; }
h2, .entry-content h2, .wp-block-uagb-advanced-heading h2.uagb-heading-text { letter-spacing: -.01em; }
.wp-block-uagb-advanced-heading .uagb-heading-text + p.uagb-desc-text { letter-spacing: -.035em; }

/**
* =========================================================================
* Image Adjustments & Decorative Backgrounds
* =========================================================================
*/
.cat-lady-1::after { position: absolute; z-index: 0; bottom: -3px; left: 43%; width: 270px; height: 358px; content: ''; background: url('/wp-content/uploads/2025/02/side-view-woman-with-cat-studio.png') no-repeat 50% 100% / contain; }
.wp-block-uagb-container.lr-cat::after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -50px;
    display: block;
    width: 641px;
    height: 417px;
    content: '';
    background: url('/wp-content/themes/awd-child/images/devon-rex-close-up-adorable-kitten-indoors.-cats.png') no-repeat;
    background-size: contain;
}
.why-devon a::before {
    position: absolute;
    z-index: 1;
    bottom: -45px;
    left: -35px;
    display: block;
    width: 75px;
    height: 100px;
    content: '';
    background: url('/wp-content/themes/awd-child/images/devon-rex-kitten-cat-standing-up.png') no-repeat;
    background-size: contain;
    background-position: center;
}
.bg-strip-1::before { position: absolute; bottom: 0; width: 100%; height: 83px; margin-left: calc(-50vw - 256px); content: ''; background: url('/wp-content/themes/awd-child/images/bg-strip-1.jpg') right bottom / cover repeat-x; }

/**
* =========================================================================
* Social Icons (Font Awesome)
* =========================================================================
*/
.awd-social a { font-size: 24px; transition: .4s ease-out; }
.awd-social a:hover { transition: .4s ease-out; }
ul.social-list { display: flex; margin: 0; padding: 0; list-style: none; justify-content: flex-start; column-gap: 1.5em; }

/**
* =========================================================================
* Custom Lists
* =========================================================================
*/
.two-column-list { column-count: 2; column-gap: 5em; }
.three-column-list { column-count: 3; column-gap: 3em; }
.four-column-list { column-count: 4; column-gap: 2em; }

/* fixed incorrect counts */
.five-column-list { column-count: 5; column-gap: 2em; }
.six-column-list { column-count: 6; column-gap: 2em; }
.two-column-list li, .three-column-list li, .four-column-list li, .five-column-list li, .six-column-list li { -webkit-column-break-inside: avoid; break-inside: avoid; page-break-inside: avoid; }
ul.wp-block-list.medium-list li { font-size: 20px; line-height: 1.3; padding-bottom: 15px; }

/**
* =========================================================================
* 404 / Search Bits
* =========================================================================
*/
.search-column .uagb-column__inner-wrap > p:first-child { display: none; }
.search-row .uagb-column__inner-wrap p { margin: 0; }

/**
* =========================================================================
* Gravity Forms
* =========================================================================
*/
body img.gform_ajax_spinner { display: none !important; }
body .gform_wrapper input[type='text'], body .gform_wrapper input[type='email'], body .gform_wrapper input[type='tel'], body .gform_wrapper textarea { min-height: 50px; padding: 7px 7px 7px 8px !important; border: 0; border-bottom: 3px solid var(--ast-global-color-4); background: #fff; box-shadow: inset 1px 1px #efefef; }
.gform_wrapper input:not([type='submit']):focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus { border-color: var(--ast-global-color-0); outline: 0; background: #fff; box-shadow: none; }
.gform_button.button { min-width: 200px; }
body .gform_wrapper .gform-footer .gform_button.button {
    min-width: 258px;
    padding: 19px 50px;
    text-align: center;
    color: #fff;
    background: var(--ast-global-color-0);
    border-radius: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

body .gform_next_button.gform-theme-button.button,
body .gform_wrapper .gform-page-footer .gform_next_button.gform-theme-button.button,
body .gform_previous_button.gform-theme-button.button,
body .gform_wrapper .gform-page-footer .gform_previous_button.gform-theme-button.button {
    min-width: 180px;
    padding: 19px 50px;
    text-align: center;
    color: #fff;
    background: var(--ast-global-color-0);
    border-radius: 0;
    font-size: 1.25rem;
    font-weight: 600;
    border: 0;
}
body .gform_wrapper .gform-page-footer.gform_page_footer.top_label .gform_button.button {
  min-width: 180px;
    padding: 19px 50px;
    text-align: center;
    color: #fff;
    background: var(--ast-global-color-0);
    border-radius: 0;
    font-size: 1.25rem;
    font-weight: 600;
    border: 0;
}
.gform-page-footer.gform_page_footer.top_label {
    gap: 15px;
}



.gform_wrapper .gform-footer .gform_button.button:hover, .gform_wrapper .gform-footer .gform_button.button:focus, .gform_next_button.gform-theme-button.button:hover, .gform_next_button.gform-theme-button.button:focus, .gform_wrapper .gform-page-footer #gform_submit_button_2:hover, .gform_wrapper .gform-page-footer #gform_submit_button_2:focus { color: var(--ast-global-color-7) !important; border-color: var(--ast-global-color-2) !important; background-color: var(--ast-global-color-2) !important; }

.gform_previous_button.gform-theme-button:hover, .gform_previous_button.gform-theme-button:focus { border-color: var(--ast-global-color-2) !important; }
.gform_confirmation_wrapper .gform_confirmation_message { margin: 35px auto; padding: 15% 30px; text-align: center; }
.gform_confirmation_wrapper .gform_confirmation_message h3 { font-size: 32px; line-height: 1.3; margin-bottom: 5px; padding-bottom: 0; }
.gform_confirmation_wrapper .gform_confirmation_message p:last-child { font-size: 18px; margin-bottom: 0; }
.gform_required_legend { display: none; }
.google-branding { font-size: 13px; color: #000; }
.google-branding p { margin-bottom: 0; }
.gform-theme--framework .gf_step_completed .gf_step_number::after { background-color: var(--ast-global-color-0) !important; border: 2px solid var(--ast-global-color-0) !important; }
.gfield_radio .gfield-choice-input:before { background-color: var(--ast-global-color-0) !important; width: 10px !important; height: 10px !important; }
.gform_wrapper .add_list_item:before { background-color: var(--ast-global-color-0) !important; }
.gfield_validation_message a { text-decoration: underline; }

/**
* =========================================================================
* Footer
* =========================================================================
*/
.footer-contact { display: flex; margin-left: 8px; flex-wrap: nowrap; column-gap: .75em; row-gap: .75em; align-items: flex-start; justify-content: flex-start; }
.footer-contact-item { flex: 1; }
.site-footer-primary-section-1 > .footer-widget-area.widget-area:last-child { max-width: 230px; }
.site-footer .widget-title { margin-bottom: 37px; }
.site-footer ul.menu { display: flex; flex-direction: column; row-gap: 20px; letter-spacing: -.03em; }
.site-footer p:empty { display: none; }
.footer-phone > div + div { padding-top: 20px; }
.site-primary-footer-wrap::after {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 53%;
    display: block;
    width: 186px;
    height: 330px;
    content: "";
    background: url("/wp-content/themes/awd-child/images/devon-rex-cat-footer.png")
        no-repeat center center / contain;
}
.site-below-footer-wrap.ast-builder-grid-row-container { position: relative; z-index: 1; }

/**
* =========================================================================
* Parent, Kitten & Litter Templates
* =========================================================================
*/
.kitten-template-default .site-content, .parent-template-default .site-content, .litter-template-default .site-content { background-color: #f0eeea; }
.kitten-template-default .sidebar-main, .parent-template-default .sidebar-main { padding: 30px 20px; background: #fff; }
.kitten-wrapper { clear: both; display: flex; width: 100%; max-width: 100%; flex-wrap: wrap; row-gap: 40px; }
.kitten-gallery { display: block; width: 100%; max-width: 100%; flex: 1 1 100%; }
.kitten-description { padding: 40px 45px; background: #fff; flex: 1 1 100%; }
.rex-heading { font-size: 46px; }
.kitten-details-item h3 { font-size: 28px; margin-bottom: 15px; text-transform: none; }
.kitten-details div { text-transform: capitalize; }
.kitten-details div > strong { text-transform: initial; }
.kitten-details { display: flex; flex-direction: column; row-gap: 25px; }
.parent-sex { font-size: 18px; margin-bottom: 5px; }
ul.parent-details, .kitten-details-item ul { margin-left: 0; padding-left: 15px; }
.kitten-details-item ul:last-child { margin-bottom: 0; }
.dr-cta { display: block; margin-top: 20px; }
a.kitten-cta-link.wp-block-button__link { width: 257px; height: auto; padding: 17px 25px; font-size: 20px; font-weight: 600; line-height: 1; letter-spacing: -1px; border: 1px solid var(--ast-global-color-0); border-radius: 0; background: var(--ast-global-color-0); transition: .3s ease-out; }
a.kitten-cta-link.approval.wp-block-button__link { width: auto; }
a.kitten-cta-link.wp-block-button__link:hover, a.kitten-cta-link.wp-block-button__link:focus { color: var(--ast-global-color-7); border-color: var(--ast-global-color-2); background-color: var(--ast-global-color-2); transition: .3s ease-out; }
.litter-section { padding: 0 20px 60px; text-align: center; }
.ast-right-sidebar #secondary, .ast-right-sidebar #primary { border: none !important; }
.kitten-description .dr-cta { padding-bottom: 20px; height: auto; }
.kitten-description .kitten-cta-link.complete-adoption { width: auto; }
.k-cta-wrap { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }

/**
* =========================================================================
* Sliders (Main & Thumbnails)
* =========================================================================
*/
.devon-slider { width: 100%; margin: 0 auto 10px; }
.devon-slider img { width: 100%; height: 500px; object-fit: contain; }
.awd-slider.slick-arrow::before { content: none; }
.thumbnail-slider .slick-slide { margin: 0 5px; cursor: pointer; opacity: .5; transition: opacity .3s ease; }
.thumbnail-slider .slick-slide img { width: 100%; height: auto; }
.thumbnail-slider .slick-slide.slick-current { opacity: 1; }
.slick-prev, .slick-next { z-index: 1; }

/**
* =========================================================================
* Litter Banner
* =========================================================================
*/
.litter-k-wrap { max-width: 960px; margin: 0 auto; }
.litter-kitten { text-align: center; }
.litter-kitten-item { padding: 0 10px; }
.litter-kitten img { margin: 0 auto; }
.view-all-kittens { padding: 40px 20px 80px; text-align: center; }
.view-all-kittens a.uagb-buttons-repeater.wp-block-button__link { max-width: 230px; }
.litter-parents { display: flex; max-width: 1170px; margin: 0 auto; }
.litter-parents .parent-container { display: flex; flex-direction: row; flex: 0 0 50%; }
.litter-parents .parent-container.right { flex-direction: row-reverse; text-align: right; }
.litter-parents .parent-container .p-details { padding: 0 30px 30px; }
.p-detail { display: flex; flex-direction: column; row-gap: .5em; }
.litter-parents .parent-container .p-bottom { padding: 20px 0 0; text-align: center !important; }
.litter-kitten h3 { font-size: 36px; margin: 25px 0 10px; }
.litter-kitten-item p { font-size: 16px; font-weight: 600; }
.p-details h3 { font-size: 36px; margin-bottom: 10px; }
.p-details h3 a, .litter-k-wrap .litter-kitten h3 a { color: var(--ast-global-color-2); transition: .3s ease-out; }
.p-details h3 a:hover, .litter-k-wrap .litter-kitten h3 a:hover, .p-details h3 a:focus, .litter-k-wrap .litter-kitten h3 a:focus { color: var(--ast-global-color-0); transition: .3s ease-out; }
.p-img img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 308 / 335; }
.litter-kitten img { width: 100%; height: auto; margin: 0 auto; aspect-ratio: 270 / 365; object-fit: cover; }
.p-bottom { font-family: Canela Trial, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 300; color: rgba(85, 79, 70, .9); }

/**
* =========================================================================
* CPT Archives
* =========================================================================
*/
.archive-wrap { display: flex; max-width: 960px; padding-right: 20px; padding-left: 20px; flex-wrap: wrap; column-gap: 1.5em; row-gap: 2.5em; }
.archive-wrap .archive-item { width: 100%; max-width: 31.6%; padding-bottom: 45px; border-bottom: 1px solid rgba(85, 79, 70, .2); flex: 1 1 31.5%; }
.archive-item h3 { font-size: 36px; margin: 25px 0 10px; text-align: center; }
.archive-item img { width: 100%; height: auto; border-radius: 8px; aspect-ratio: 270 / 365; object-fit: cover; }
.archive-meta { display: flex; flex-direction: column; text-align: center; row-gap: 10px; }
.archive-meta strong { display: block; text-align: center; }
.archive-item.kitten .archive-meta { text-transform: capitalize; }
.archive-item.kitten .archive-meta strong { display: inline; }
a.view-cta-link { display: block; max-width: 150px; margin: 15px auto 0; padding: 11px 25px; text-align: center; color: #fff; border: 1px solid var(--ast-global-color-0); background: var(--ast-global-color-0); font-weight: 700; letter-spacing: -1px; }
a.view-cta-link:hover, a.view-cta-link:focus { color: var(--ast-global-color-7); border-color: var(--ast-global-color-2); background-color: var(--ast-global-color-2); }
a.view-cta-link.home { padding: 17px 24px; margin: 0; min-width: 201px; max-width: none; }

/**
* =========================================================================
* Kitten Status Banners (available / on hold / sold / reserved)
* =========================================================================
*/
.litter-kitten-item a, .archive-item .kimage { position: relative; display: block; text-align: center; border-radius: 8px; }
.litter-kitten-item a.available::before, .archive-item .kimage.available::before, .kitten-grid .kitten-group .kitten-item.available::before { position: absolute; top: 0; right: 0; content: ' '; color: #fff; border-width: 0 120px 120px 0; border-style: solid; border-color: rgba(63, 195, 128, .8) rgba(63, 195, 128, .8) transparent transparent; border-radius: 0 8px 0 0; }
.litter-kitten-item a.available::after, .archive-item .kimage.available::after, .kitten-grid .kitten-group .kitten-item.available a::after { font-family: 'Inter', sans-serif; line-height: 1.1; position: absolute; top: 20px; right: 15px; width: 60px; height: 60px; content: 'Adopt Me!'; transform: rotate(45deg); color: #fff; text-align: center; }
.litter-kitten-item a.on.hold::before, .archive-item .kimage.on.hold::before, .kitten-grid .kitten-group .kitten-item.on.hold::before { position: absolute; top: 0; right: 0; content: ' '; color: #fff; border-width: 0 120px 120px 0; border-style: solid; border-color: rgba(155, 155, 155, .8) rgba(155, 155, 155, .8) transparent transparent; }
.litter-kitten-item a.on.hold::after, .archive-item .kimage.on.hold::after, .kitten-grid .kitten-group .kitten-item.on.hold a::after { font-family: 'Inter', sans-serif; position: absolute; top: 28px; right: 10px; width: 66px; height: 40px; content: 'On Hold'; transform: rotate(45deg); color: #fff; text-align: center; }
.litter-kitten-item a.sold::before, .archive-item .kimage.sold::before, .kitten-grid .kitten-group .kitten-item.sold::before { position: absolute; top: 0; right: 0; content: ' '; color: #fff; border-width: 0 120px 120px 0; border-style: solid; border-color: rgba(219, 76, 52, .8) rgba(219, 76, 52, .8) transparent transparent; }
.litter-kitten-item a.sold::after, .archive-item .kimage.sold::after, .kitten-grid .kitten-group .kitten-item.sold a::after { font-family: 'Inter', sans-serif; position: absolute; top: 20px; right: 20px; width: 80px; height: 80px; content: 'Adopted'; transform: rotate(45deg); color: #fff; text-align: center; }
.litter-kitten-item a.reserved::before, .archive-item .kimage.reserved::before, .kitten-grid .kitten-group .kitten-item.reserved::before { position: absolute; top: 0; right: 0; content: ' '; color: #fff; border-width: 0 120px 120px 0; border-style: solid; border-color: rgba(85, 79, 70, .8) rgba(85, 79, 70, .8) transparent transparent; }
.litter-kitten-item a.reserved::after, .archive-item .kimage.reserved::after, .kitten-grid .kitten-group .kitten-item.reserved a::after { font-family: 'Inter', sans-serif; position: absolute; top: 20px; right: 20px; width: 80px; height: 80px; content: 'Reserved'; transform: rotate(45deg); color: #fff; text-align: center; }

/**
* =========================================================================
* Layout Utilities & Misc
* =========================================================================
*/
.litter-wrapper { padding: 40px 0; position: relative; }
.litter-wrapper > div { position: relative; z-index: 1; }
.litter-wrapper:nth-child(even) { background-color: var(--ast-global-color-5); }
.litter-wrapper:nth-child(even)::before { content: " "; background-color: var(--ast-global-color-5); width: 200%; height: 100%; position: absolute; left: -50%; top: 0; }
.popup-wrapper { padding: 40px; }
.popup-wrapper h2 { text-align: center; margin-bottom: 20px; }
figure.wp-block-uagb-image__figure img { border-radius: 8px; }
