/*
Theme Name: UsRemoteJob
Theme URI: https://usremotejob.com/
Author: UsRemoteJob
Author URI: https://usremotejob.com/
Description: Premium USA Remote Job Listing & Directory WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: usremotejob
Tags: jobs, remote-jobs, directory, responsive, bootstrap
*/

/*
Table of Content
-----------------------------------------------------------------------------------------
1. Reset & General
2. Header & Navigation
3. Hero Section
4. Sections General
5. Job Cards
6. Testimonials
7. Blog
8. Footer
-----------------------------------------------------------------------------------------
*/

/* Existing CSS is in assets/css/style.css, we will enqueue it in functions.php */

ul.comment-list.list-unstyled .comment-item {
    display: block;
    margin-bottom: 20px;
}

ul.comment-list.list-unstyled .comment-item:last-child {
    margin-bottom: 0;
}
.sidebar-widget.widget-cta-premium.rounded-4.p-4.text-center.mt-4 {
    background: #000;
}
header.header button.navbar-toggler.border-0.shadow-none {
    background: transparent !important;
}

.offcanvas-header .btn-close {
    background: #000 !important;
    color: #fff !important;
}
.sidebar-search-form button {
    background: #766df4 !important;
}

body.home.wp-singular nav.navbar.navbar-expand-lg a.nav-link {
    color: #fff !important;
}

body.home.wp-singular nav.navbar.navbar-expand-lg.sticky.sticky-visible a.nav-link {
    color: #000 !important;
}
