@charset "UTF-8";

/*
Theme Name: Osakalab
Theme URI: https://osakalab.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: OsakaLab is a premium, fully responsive WordPress theme designed specifically for all types of laboratory, research, and medical-related websites. Whether you are building a site for bio-research, pharmaceutical development, medical labs, data science centers, or innovation hubs. OsakaLab offers the perfect solution with its modern and clean design. It is designed for researchers, laboratories, and institutions looking to showcase their work, services, and innovations while offering an intuitive user experience. Get started with OsakaLab today and take your research website to the next level!
Requires at least: WordPress 4.9.6
Version: 1.0.3
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: osakalab
Tested up to: 6.7.1
Requires PHP: 7.4
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
  --display: flex;
  --flex-direction: row;
  --main: #1c5ccd;
  --accent: #66b9ff;
  --secondary: #dee1fd;
  --text: #535397;
  --light: #ffffff99;
  --white: #ffffff;
  --green: #70833c;
  --heading: #002a66;
  --body: #535397;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-color2: #1c5ccd;
  --btn-bgcolor: #1c5ccd;
  --btn-bgcolor2: #002a66;
  --e-global-color-primary: #1c5ccd;
  --e-global-color-secondary: #66b9ff;
  --menu-color: #002a66;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --font-size-md: 18px;
  --line-height-md: 25.2px;
}
.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}
