"); background-position: center; background-repeat: no-repeat; height: 200px; background-size: contain; background-color: var(--br-surface); } /* ===== Body content ===== */ #zak-content { padding-block: clamp(48px, 6vw, 80px); max-width: 1200px; margin: 0 auto; } #zak-content p { margin: 0 0 1.2em; } #zak-content a { color: var(--br-accent); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; } #zak-content a:hover { color: var(--br-accent-dk); } /* ===== Card-grid feel for content sections ===== */ #zak-content .elementor-widget-text-editor, #zak-content > .entry-content > p { max-width: 720px; margin-inline: auto; } /* Convert the homepage 5-paragraph welcome into a card-feel — odd paragraphs get a light background */ body.home .entry-content > p:nth-of-type(odd) { background: var(--br-mist); padding: 20px 28px; border-radius: 12px; margin-bottom: 12px; } body.home .entry-content > p:nth-of-type(even) { padding: 8px 28px; } /* ===== Buttons — pill ===== */ #zak-content button[type=submit], #zak-content input[type=submit], #zak-content .button, #zak-content .wp-block-button__link, .um-button { padding: 14px 32px !important; background: var(--br-accent) !important; color: var(--br-surface) !important; border: 0 !important; border-radius: 999px !important; font-family: "Manrope", sans-serif !important; font-weight: 700 !important; font-size: 15px !important; text-decoration: none !important; box-shadow: 0 4px 14px rgba(47,127,184,0.3); transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; display: inline-block !important; } #zak-content button[type=submit]:hover, .um-button:hover { background: var(--br-accent-dk) !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(47,127,184,0.4); } /* ===== Forms ===== */ #zak-content input[type=text], #zak-content input[type=email], #zak-content input[type=tel], #zak-content input[type=password], #zak-content textarea, #zak-content select, .um-field input, .um-field textarea { padding: 12px 16px !important; border: 1px solid color-mix(in srgb, var(--br-primary) 15%, transparent) !important; border-radius: 10px !important; font: inherit !important; background: var(--br-surface) !important; } #zak-content input:focus, .um-field input:focus { outline: none !important; border-color: var(--br-accent) !important; box-shadow: 0 0 0 3px color-mix(in srgb, var(--br-accent) 20%, transparent) !important; } /* ===== Events Manager — card layout ===== */ .em-calendar table { border: 0 !important; border-collapse: separate; border-spacing: 4px; } .em-calendar th { background: var(--br-primary) !important; color: var(--br-surface) !important; font-family: "Manrope", sans-serif !important; font-weight: 700; padding: 12px !important; border-radius: 8px; text-transform: uppercase; letter-spacing: 0.05em; font-size: 12px; } .em-calendar td { border-radius: 8px; background: var(--br-mist) !important; } /* ===== Ultimate Member — clean profile cards ===== */ .um, .um-row { font-family: inherit; } .um-profile { background: var(--br-mist); padding: 40px; border-radius: 20px; box-shadow: 0 8px 32px rgba(11,42,63,0.06); } .um-cover { border-radius: 16px 16px 0 0 !important; overflow: hidden; } .um-profile-photo img, .um-member-photo img { border-radius: 50% !important; border: 6px solid var(--br-surface); box-shadow: 0 8px 24px rgba(11,42,63,0.12); } .um-name a, .um-member-name a { color: var(--br-primary) !important; font-family: "Manrope", sans-serif !important; font-weight: 800; } /* ===== Hide breadcrumb on homepage; show it elsewhere ===== */ .home .zak-breadcrumb-wrapper { display: none !important; } /* ===== Footer — clean light with dark accent ===== */ .zak-site-footer { background: var(--br-primary) !important; color: rgba(255,255,255,0.75) !important; padding-block: 64px 16px !important; position: relative; margin-top: 60px; } .zak-site-footer::before { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--br-leaf) 0%, var(--br-accent) 50%, var(--br-highlight) 100%); } .zak-site-footer a { color: var(--br-highlight) !important; } .zak-site-footer h3, .zak-site-footer h4 { color: var(--br-surface) !important; font-family: "Manrope", sans-serif !important; font-weight: 800; } .zak-site-footer .zak-site-info a[href*="zakratheme.com"], .zak-site-footer .zak-site-info a[href*="wordpress.org"] { display: none !important; } .zak-site-footer .zak-site-info::after { content: ' · Networking that grows your business 🌱'; color: var(--br-leaf); font-style: italic; } /* ===== Replace the old generic hero image on homepage ===== */ /* The original site has a handshake/meeting image. Replace with a different Unsplash-hosted networking shot. */ body.home img[src*="handshake"], body.home .elementor-widget-image img:first-of-type { content: url('https://images.unsplash.com/photo-1556761175-5973dc0f32e7?w=1200&q=80&auto=format&fit=crop'); max-width: 100% !important; height: auto !important; border-radius: 16px !important; box-shadow: 0 20px 60px rgba(11,42,63,0.15); } /* ===== Submit forms — gentle card ===== */ form[method="post"] { padding: 24px; background: var(--br-mist); border-radius: 12px; margin: 24px 0; border: 1px solid color-mix(in srgb, var(--br-primary) 6%, transparent); } form[method="post"] label { font-weight: 600; display: block; margin-top: 12px; color: var(--br-primary); } form[method="post"] input, form[method="post"] textarea, form[method="post"] select { margin: 6px 0 4px; width: 100%; max-width: 480px; display: block; } /* ===== Subtle hover lift on cards ===== */ .em-event, .um-card { transition: transform 0.2s ease, box-shadow 0.2s ease; } .em-event:hover, .um-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(11,42,63,0.12); }
Scroll to top