/**
 * Header Component Styles
 * - Navigation menu
 * - Donate button
 */

/* Remove plus sign from menu items with dropdowns */
.main-menu ul li.menu-item-has-children>a span::after {
    display: none !important;
}

/* Donate button styling */
.header-contact.contact-three a,
.contact-three a {
    background-color: #e56b2c !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    padding: 14px 28px !important;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

.header-contact.contact-three a:hover,
.contact-three a:hover {
    background-color: #d15a1c !important;
    color: #ffffff !important;
}

.header-contact.contact-three a span,
.contact-three a span {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1 !important;
}

/* Mobile phones: 767px and below */
@media (max-width: 767px) {
    header .header-logo img {
max-width: 212px !important;
    }
}