body,
.popover {
    color: #666 !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.7em;
}

.mobile-only {
    display: none;
}

.mobile-hide {
    width: 100%;
}

a:hover {}

a.link {
    color: #931919 !important;
}

a.link:hover {
    color: #931919 !important;

}

.lang-es {
    display: none;
}

.cac-red-text {
    color: #b52026;
}

.cac-red-text-reverse {
    background-color: #b52026;
    color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond', Georgia, "Times New Roman", serif;
    font-weight: 500;
    color: #b52026;
}

.container-fluid {
    margin-left: 0;
}

.reverse {
    background: #b52026;
    color: #fff;
    font-size: 14px;
}

.reverse-link {
    color: #fff;
    text-decoration: none;
}

.reverse-link:hover {
    color: #e9bcbd;
    text-decoration: none;
}

.scripty {
    font-family: 'Dancing Script', cursive;
    color: #b52026;
    font-size: 25px;

}

.page-topper div:nth-child(3) {
    display: none !important;
    opacity: 0 !important;
}

.page-topper-logo {
    background-image: url('https://www.ourcac.org/wp-content/uploads/2017/01/CAC-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100px;
}

.nobreak {
    white-space: nowrap;
}

.menu>li {
    list-style: none;
}

.dropdown>li {
    list-style: none;
}

.footer-logo {
    width:150px;
}

/* NAVBAR STYLING STARTS */
.navbar2022 {
    display:none;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    color: #000;
    background-color: #fff;
    z-index: 1000;
}

.nav-links a {
    color: #000 !important;
}

/* NAVBAR MENU */
.menu {
    display: flex;
    gap: 1em;
    font-size: 14px;
}

.menu li:hover {

    transition: 0.3s ease;
}

.menu li {
    padding: 5px 14px;
}

.nav-border {
    border-top: 2px solid #b72419;
    background-color: #fff;
    padding-bottom: 20px;
}

/* DROPDOWN MENU */
.has-dropdown {
    position: relative;
}

.dropdown {
    background-color: #fff;
    border-top: 20px solid #fff;
    padding: 1em 0;
    position: absolute;
    /*WITH RESPECT TO PARENT*/
    display: none;  
}

.dropdown li+li {
    margin-top: 0px;
}

.dropdown li {
    padding: .1em .5em;
    margin: 1em 1em;
    width: 350px;
    text-align: left;
    
}

.dropdown li:hover {
    background-color: #f6f6f6;
}

.has-dropdown:hover .dropdown {
    display: block;
}



@media only screen and (max-width: 800px) {
    .page-topper-logo {
        background-position: center;
    }

    .center-mobile {
        text-align: center !important;
    }

    .row.pl-5 {
        padding-left: 0 !important;
    }

    .breadcrummy {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .breadcrummy>a {
        width: 100%;

        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-only {
        display: inline-block;
    }

    label {
        padding-left: 0 !important;
    }

    .child-group {
        margin-top: 50px;
    }

    .navbar2022 {
        display:none;
    }

    .navbar2022 + div {
        display:none !important;
    }
}

.cac-action {
    background: #b52026;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    padding: 0.5em 1em;
    transition: all .25s linear;
    text-transform: uppercase;
}

.cac-action:hover {
    background: #515151;
    color: #fff;
    text-decoration: none;

    opacity: 1;
}


.iconstack {
    display: none;
    opacity: 0;
    transition: all .25s linear;
    max-width: 0px;
    width: 0px;
    transform: scale(.5);
    transform-origin: bottom;
    margin-top: -21px;
}

.fa-chevron-right {
    margin-left: 10px;
}

.cac-action:hover>.iconstack {
    display: inline-block;
    opacity: 1;
    max-width: 20px;
    width: 20px;
    transform: scale(.5);
}

.section-header {
    margin-left: 0px;
    background-image: url('https://www.ourcac.org/wp-content/uploads/2012/09/winter.jpg');
    background-size: cover;
    background-position: center; 
}
.section-header-adopt {
    background-image: url('https://ourcac.org/wp-content/uploads/2023/10/Holiday-Gift-Program-Website-Header-2023-2.png');
}

.section-registration {
    background-image: url('../img/child-background.jpg');
}

.gutter {
    background: #eaeaea;
}

.child-group {
    border-bottom: 1px dashed #ccc;
}




.badge-danger {
    background: #E91E63;
}

.badge-primary {
    background: #2196F3;
}

.gender-summary-xxx {
    position: absolute;
    top: 1.25rem;
    right: 2rem;
}

.badge-girls,
.badge-boys {
    width: 25px;
}

.family-count {
    font-size: 100% !important;
}

.btn:focus {
    box-shadow: none;
}


#amount-per,
#multiplier,
#total {
    font-size: 72px !important;
    font-weight: bold;
    padding-left: 10px;
}

.big-money {
    font-size: 60px !important;
    font-weight: bold;
    text-align: right;
    padding-top: 15px;
}

.wish-details:disabled {
    opacity:0;
}