/*!
Theme Name: Oxpins Child theme
Theme URI: https://vizmorph.com
Template: oxpins
Author: Vizmorph
Author URI: https://vizmorph.com
Description: Oxpins Child theme with TSF project cards and Elementor widgets.
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oxpins-child
*/

/* TSF locked Oxpins root colors. Keep these values in the child theme so parent/customizer color changes do not break the site design. */
:root {
    --oxpins-gray: #555555;
    --oxpins-gray-rgb: 85, 85, 85;
    --oxpins-gray2: #6bbbea;
    --oxpins-gray2-rgb: 107, 187, 234;
    --oxpins-gray3: #eaf6ff;
    --oxpins-gray3-rgb: 234, 246, 255;
    --oxpins-base: #0077b6;
    --oxpins-base-rgb: 0, 119, 182;
    --oxpins-primary: #29a3e6;
    --oxpins-primary-rgb: 41, 163, 230;
    --oxpins-secondary: #005c97;
    --oxpins-secondary-rgb: 0, 92, 151;
    --oxpins-black: #16253d;
    --oxpins-black-rgb: 22, 37, 61;
    --oxpins-white: #ffffff;
    --oxpins-white-rgb: 255, 255, 255;
    --oxpins-extra: #f4faff;
    --oxpins-extra-rgb: 244, 250, 255;
    --oxpins-extra-two: #f6fbff;
    --oxpins-extra-two-rgb: 246, 251, 255;
    --oxpins-bdr-color: #d9eaf7;
    --oxpins-bdr-color-rgb: 217, 234, 247;
    --oxpins-black2: #081728;
    --oxpins-black2-rgb: 8, 23, 40;
    --oxpins-bdr2-color: #dceaf5;
    --oxpins-bdr2-color-rgb: 220, 234, 245;
}

/* TSF desktop menu cleanup moved from Customizer Additional CSS. */
@media (min-width: 1200px) {
  .main-menu__list > li:has(> a.volunteer),
  .main-menu__list > li:has(> a.faqs),
  .main-menu__list > li:has(> a.donate-now) {
    display: none !important;
  }
}
