/*
Theme Name:   WorkScout Child
Theme URI: http://workscout.in
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: WordPress Job Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  workscout
*/

/*
Theme Name: Workscout Child
Template: workscout
*/

/* Custom styles for the child theme */
.old-header .menu ul > li > a {
    color: #0056b3; /* Changing the color of menu items */
    font-weight: 800; /* Changing the font weight */
    font-size: 18px; /* Changing the font size */
    padding: 12px 16px; /* Changing the padding */
    margin-bottom: 14px; /* Changing the bottom margin */
}

.old-header .menu ul > li.current-menu-item > a,
.old-header .current-menu-item > a {
    color: #ff5733; /* Changing the color of the current menu item */
}

.old-header ul.float-right li a {
    background-color: #dcdcdc; /* Changing the background color */
    color: #000; /* Changing the text color */
}

.old-header ul.float-right li a:hover,
.old-header .menu ul li.sfHover a.sf-with-ul,
.old-header .menu ul li.current-menu-parent > a,
.old-header .menu ul li a:hover {
    color: #ff5733; /* Changing the hover color */
}

/* Additional customizations can be added here */
