/**
* Theme Name: Jobaway Child
* Description: This is a child theme of Jobaway, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: jobaway
* Version: 1.3
*/
/* Globalna zmiana zielonego koloru template JobAway */

html:root,
body {
  --theme-color: #01B2BA !important;
  --theme-color-2: #00C8D3 !important;
  --secondary-color: #1F1F1F !important;
  --secondary-color-two: #1F1F1F !important;
}

/* Sprawdzona sekcja */
body .welcome-section .tabs-box .tab-btns,
body .welcome-section .year-box,
body .welcome-section .experience-box {
  background: #1F1F1F !important;
}

/* Hover przycisków */
body .theme-btn:hover,
body .theme-btn.btn-one:hover,
body .theme-btn.btn-two:hover,
body .btn-style-one:hover,
body .btn-style-two:hover,
body .theme-btn:before,
body .theme-btn:after,
body .btn-style-one:before,
body .btn-style-one:after,
body .btn-style-two:before,
body .btn-style-two:after {
  background-color: #1F1F1F !important;
  border-color: #1F1F1F !important;
}

body .theme-btn:hover,
body .theme-btn.btn-one:hover,
body .theme-btn.btn-two:hover,
body .btn-style-one:hover,
body .btn-style-two:hover {
  color: #ffffff !important;
}