/*
Theme Name: Child Development Consortium of Los Angeles
Theme URI:
Author:
Description:
Version: 1.0
Text Domain: cdcla
*/

.menu-item.current-menu-item > a,
.menu-item.current_page_item > a {
    color: #07B0F2;
    font-weight: 600;
}

.menu-item:hover > a {
    color: #07B0F2;
}

#menu-mobile-menu .menu-item {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Primary menu dropdown on hover */
.menu-item-has-children {
    position: relative;
}

/* Arrow indicator for items with submenu */
.menu-item-has-children > a {
    /* position: relative; */
    padding-right: 14px; /* space for arrow */
}

.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #202020; /* grey color */
    border-bottom: 2px solid #202020;
}

.menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 10px 0;
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 50;
    border-radius: 5px;
}

.menu-item-has-children > .sub-menu .menu-item {
    padding: 5px 15px;
    white-space: nowrap;
}

.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form .row-2 {
    display: grid;
    gap: 15px;
}

@media (min-width: 768px) {
    .contact-form .row-2 {
        grid-template-columns: 1fr 1fr;
    }
}


.contact-form .form-group label {
    font-size: 14px;
    color: #404040;
}

.contact-form .btn-submit {
    background: #00AEEF;
    border-radius: 5px;
    padding: 10px 20px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.contact-form .btn-submit:hover {
    background: #008FCC;
}

.footer-policy-menu {
    display: flex;
    gap: 8px;
    align-items: center;
}

.footer-policy-menu li {
    position: relative;
    padding-right: 10px;
}

.footer-policy-menu li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #ffffff99;/
}

.page-content h2 {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 1rem;
}

.page-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.page-content img {
  height: 200px;
  max-width: 300px;
  width: auto;
  display: block;
  margin-left: 0;
  margin-right: auto;
  object-fit: cover;
}
