@font-face {
    font-family: 'Arial Rounded MT';
    src: url('ArialRoundedMTBold.woff2') format('woff2'),
    url('ArialRoundedMTBold.woff') format('woff'),
    url('ArialRoundedMTBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-padding-top: 120px;
}

.rounded-arial {
    font-family: 'Arial Rounded MT', sans-serif;
}

button,
.button {
    font-family: 'Arial Rounded MT', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 100px !important;
}

.clc-faq-wrapper h2,
.clc-faq-wrapper h3,
.clc-faq-wrapper h4 {
    margin: 0;
}

.cv-cross-site-banner {
    font-size: 0.65em !important;
}

.cv-cross-site-banner .rounded-arial {
    font-size: 1.1em !important;

}

.cv-cross-site-banner .clmt-simple-stripe-content {
    margin-top: 0 !important;
}

@media only screen and ( min-width: 960px ) {

    .cv-cross-site-banner,
    .cv-cross-site-banner .rounded-arial {
        font-size: 1em !important;
    }

}


.cv-ghost-button.cov,
.cv-ghost-button-container.cov a.button,
.cv-cross-site-banner.cov a.button,
.cv-cross-site-banner-2.cov a.button {
    border: 2px solid #8e2828 !important;
    color: #8e2828 !important;
    background-color: transparent !important;
}

.cv-ghost-button.cov a:hover,
.cv-ghost-button-container.cov a.button:hover,
.cv-cross-site-banner.cov a.button:hover,
.cv-cross-site-banner-2.cov a.button:hover  {
    background-color: #8e2828 !important;
    color: white !important;
}




.cv-ghost-button.civ,
.cv-ghost-button-container.civ a.button,
.cv-cross-site-banner.civ a.button,
.cv-cross-site-banner-2.civ a.button {
    border: 2px solid #688d42 !important;
    color: #688d42 !important;
    background-color: transparent !important;
}

.cv-ghost-button.civ a:hover,
.cv-ghost-button-container.civ a.button:hover,
.cv-cross-site-banner.civ a.button:hover,
.cv-cross-site-banner-2.civ a.button:hover  {
    background-color: #688d42 !important;
    color: white !important;
}


.clc-faq-question {
    border-radius: 0 !important;
}

/* HEADER & MENU */

h1.entry-title,
h1.archive-title {
    font-size: 3.6rem;
    padding: 18px 0;
    box-shadow: 0 0 8px #414141;
    background: #f0f0f0;
    text-align: center;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.site-header {
    box-shadow: 0 0 6px #999;
    padding: 0 0 0 10px;
}

.wp-custom-logo .title-area {
    padding: 0;
    max-width: 250px;
}

.nav-primary {
    padding: 0;
}

#menu-header-nav .menu-item a {
    font-weight: bold;
}

#menu-header-nav .menu-item.cv-menu-button a {
    padding-top: 42px;
    padding-bottom: 42px;
    margin: 0 0 0 20px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: white;
}

.cv-menu-button.civ a {
    background-color: #688d42;
}

.cv-menu-button.civ a:hover {
    background-color: #90c35b !important;
}

.cv-menu-button.cov a {
    background-color: #8e2828;
}

.cv-menu-button.cov a:hover {
    background-color: #bb4747 !important;
}

.cv-pet-portal-menu-item a {
    border: 1px solid #688d42;
    border-radius: 100px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #688d42 !important;
    margin-left: 15px !important;
    margin-right: 15px;
}

.genesis-nav-menu .sub-menu a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -68px 0 0 179px !important;
}

.cv-pet-portal-menu-item a:hover,
.cv-pet-portal-menu-item a:active,
.cv-pet-portal-menu-item a:focus {
    border: 1px solid #688d42;
    color: white !important;
}

.cv-phone-menu-item a:hover {
    background: none !important;
    text-decoration: underline;
}

.cv-phone-menu-item.civ a:hover {
    color: #688d42 !important;
}

.cv-phone-menu-item.cov a:hover {
    color: #8e2828 !important;
}

@media only screen and ( min-width: 1440px ) {

    .site-header .menu-item a {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

}

.wpr-logo-wrap img {
    top: -4px;
    position: relative;
}


/* HOME PAGE */

body.home  {
    background: white !important;
}

.cv-cross-site-banner {
    font-size: 0.8em;
    box-shadow: 0 0 8px #999;
    position: relative;
    z-index: 3;
}

.cv-cross-site-banner a.button {
    border: 2px solid white;
    background: none;
    border-radius: 100px;
    padding: 6px 18px !important;
}

.cv-cross-site-banner-2 img {
    width: 256px !important;
}

.cv-cross-site-banner-2.civ h2 {
    color: #688d42;
}

.cv-home-hero {
    border-bottom-right-radius: 230px;
}

.cv-home-hero .clmt-hero-container {
    justify-content: flex-start;
    height: 100%;
    padding-top: 40px;
}

.cv-home-hero .clmt-hero-container h1 {
    font-size: 1.4em;
}

.cv-home-hero .clmt-hero-container h2 {
    font-size: 1.2em;
}


@media only screen and ( min-width: 960px ) {

    .cv-home-hero .clmt-hero-container {
        align-items: flex-start !important;
    }

    .cv-home-hero .clmt-hero-container h1 {
        text-align: left;
        font-size: 2.6em;
    }

    .cv-home-hero .clmt-hero-container h2 {
        font-size: 2em;
        text-align: left;
    }


}

.cv-home-hero button {
    border: 2px solid white;
    font-size: 1.2em;
    padding-top: 18px !important;
}

.cv-home-first-after-hero {
    padding-top: 150px !important;
    margin: -150px 0 0 0;
    background: url('/wp-content/uploads/2025/08/bright-squares.png')
}

.cv-home-featured-content {
    padding-bottom: 100px;
}

.cv-home-featured-content .clmt-content-width {
    position: relative;
    z-index: 3;
}

.cv-home-featured-content .clmt-featured-content-item {
    margin: 120px 0 0 0 !important;
    border: 2px solid #7c7269;
    border-radius: 12px;
    flex-basis: 30% !important;
    background-color: #F0F0F0;
    box-shadow: 2px 2px 4px #cbcbcb;
}

.cv-home-featured-content .clmt-column-flex-grow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cv-home-featured-content .clmt-content-width .clmt-featured-content-item:first-of-type {
    margin-top: 20px !important;
}

.cv-home-featured-content .clmt-featured-image {
    height: 240px;
    width: 240px;
    border-radius: 50% 50%;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.31);
    border: 2px solid #688d42 !important;
    margin: -75px 20px 15px;
}

.cv-home-featured-content h3 {
    text-align: center;
    font-size: 1.3em;
}

.cv-home-featured-content .clmt-featured-content-content {
    padding: 0 30px;
}

.clmt-featured-content-link {
    padding: 20px;
    text-align: center;
}


@media only screen and ( min-width: 768px ) {

    .cv-home-featured-content .clmt-content-width {
        justify-content: center !important;
        gap: 30px;
        max-width: 900px;
    }

    .cv-home-featured-content .clmt-content-width .clmt-featured-content-item {
        margin-top: 20px !important;
    }

    .cv-home-featured-content .clmt-content-width .clmt-featured-content-item:last-of-type {
        margin-top: 120px !important;
    }

}

@media only screen and ( min-width: 980px ) {

    .cv-home-featured-content .clmt-content-width {
        justify-content: space-between !important;
        padding: 0 30px;
        max-width: unset;
    }

    .cv-home-featured-content .clmt-content-width .clmt-featured-content-item,
    .cv-home-featured-content .clmt-content-width .clmt-featured-content-item:last-of-type {
        margin-top: 20px !important;
    }

    .clmt-featured-content-link {
        position: relative;
        top: 24px;
        padding: 0;
    }

}

.clmt-featured-content-link a {
    width: auto !important;
}

.clmt-simple-stripe-button a {
    white-space: nowrap;
}

.cv-cross-site-banner-2 {
    box-shadow: 0px 1px 5px #999;
    border: 1px solid white;
    font-size: 0.75em
}

.cv-cross-site-banner-2 .rounded-arial {
    font-size: 1.2em
}

@media only screen and ( min-width: 960px ) {

    .cv-cross-site-banner-2 {
        font-size: 1em
    }

    .cv-cross-site-banner-2 .rounded-arial {
        font-size: 1.2em
    }

}

.cv-home-stacked-faqs {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.cv-home-stacked-faqs .clc-stacked-content-image-image {
    border: 4px solid;
    box-shadow: 2px 2px 6px #999;
}

.cv-home-stacked-faqs.civ .clc-stacked-content-image-image {
    border-color: #304221;
}

.cv-home-stacked-faqs.cov .clc-stacked-content-image-image {
    border-color: #8e2828;
}


.cv-home-stacked-faqs  .clc-stacked-content-image {
    overflow: visible !important;
}

.cv-home-stacked-faqs .clc-stacked-content-image {
    align-items: flex-start !important;
}

.cv-home-welcome-to .clc-stacked-content-image-image {
    border: 4px solid white;
}

.cv-home-welcome-to .clc-preheader {
    font-size: 1.2em;
    margin-bottom: 0;
}

.cv-home-welcome-to .clc-subheader {
    font-size: 1em;
}


/* INTERNAL PAGES */

.error404 .site-inner {
    background: url(https://checkinvet-overhaul.sitedistrict.com/wp-content/uploads/2024/06/FelineLeukemiaVirusFeLVWhatEveryCatOwnerShouldKnow-blog11.jpg) center center no-repeat;
    background-size: cover;
}

.clc-staff {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 60px;
}

.clc-staff:nth-of-type(even) .clc-staff-photo {
    order: 1 !important;
}

.clc-staff-content {
    order: 2 !important;
}

.single-clc_faq .entry-content {
    padding-top: 30px;
    padding-bottom: 60px;
}




/* FOOTER */

.footer-widgets .wrap {
    flex-wrap: wrap;
}

.footer-widgets a {
    color: white !important;
    text-decoration: underline !important;
}

.footer-widgets h3 {
    font-size: 1.2em;
}

.footer-widget-area {
    width: 100% !important;
    text-align: center;
}

.footer-widget-area ul {
    text-align: left;
}

@media only screen and ( min-width: 960px ) {

    .footer-widget-area {
        width: calc(100% / 3) !important;
        text-align: left;
    }

    .footer-widgets-3 {
        text-align: right;
    }

    .footer-widgets h3 {
        font-size: 1.8em;
    }

}





/* CheckIN Vet */

.cv-special-banner {
    padding-bottom: 30px;
    margin-bottom: 90px;
}


.cv-special-banner h2,
.cv-special-banner h3,
.cv-special-banner h4 {
    margin: 0;
    color: #8e2828 !important;
}

.cv-special-banner .clmt-content-width {
    padding-top: 40px;
    color: #8e2828 !important;
    padding-bottom: 20px;
}

.civ-special-banner .clmt-simple-stripe-content {
    flex-grow: 2;
    max-width: 520px;
}





/* EVENTS */

.single .clc-events-single-date-and-deets {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.single .clc-event-date-block {
    border: 1px solid;
}