/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 1.0.0
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

/* ------------------------------------------------------------------
   Donate button in the top (right) menu — links to the Donation product
------------------------------------------------------------------ */
li.nav-donate-btn .ut-main-navigation-link span {
    display: inline-block;
    line-height: 1;
    padding: 9px 22px;
    border-radius: 4px;
    background-color: rgba(218, 202, 173, 1); /* theme accent */
    color: #111111 !important;
    font-weight: 600;
    transition: background-color .25s ease, color .25s ease;
}

li.nav-donate-btn .ut-main-navigation-link:hover span,
li.nav-donate-btn.current-menu-item .ut-main-navigation-link span {
    background-color: #111111;
    color: #ffffff !important;
}

/* kill Brooklyn's hover underline/line effect on the button item */
li.nav-donate-btn .ut-main-navigation-link::before,
li.nav-donate-btn .ut-main-navigation-link::after {
    display: none !important;
}

/* ------------------------------------------------------------------
   Mobile/tablet: keep media within the screen width so nothing forces
   horizontal overflow. (Deliberately NOT using overflow-x:hidden on
   html/body — that breaks the theme's smooth-scroll anchor menu.)
------------------------------------------------------------------ */
@media (max-width: 1024px) {
    img,
    iframe,
    video,
    .vc_single_image-img,
    .wpb_single_image img {
        max-width: 100%;
        height: auto;
    }
}