/*
Theme Name:        Geeks Child
Theme URI:         https://geeks.madrasthemes.com/
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Geeks.
Requires at least: WordPress 5.0
Template:          geeks
Version:           1.2.36
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       geeks-child
Tags:              custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options
*/

root {
  --color-primary: #218649;
  --color-primary_light: #66bd08;
  --color-secondary: #3b5b59;
  --color-base: #737373;

  --gradient-primary: linear-gradient(
    to right,
    #3da149,
    #218649,
    #218649,
    #3da149
  );
}

.navbar {
  .navbar-brand {
    padding-bottom: 0;

    .custom-logo {
      max-height: 70px;
      max-width: 70px;
      object-fit: contain;
    }
  }
  .navbar-nav {
    margin-left: auto;
  }
  .mobile-view-links {
    .user-account-link {
      margin-left: 2rem !important;
    }
  }
}
