/*
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;
}


.jobs-listing-wrapper nav.mt-5 ul.page-numbers {
    text-align: center;
}

.jobs-listing-wrapper nav.mt-5 ul.page-numbers li {
    display: inline-block;
    padding: 10px;
    background: #766df4;
    color: #fff;
    border-radius: 5px;
}

body.blog  ul.page-numbers li {
    display: inline-block !important;
    padding: 15px !important;
    background: #766df4 !important; 
}
body.blog  ul.page-numbers li a {
    color: #fff !important;
}

body.blog  ul.page-numbers li {
    color: #fff !important;
}

nav.navbar.navbar-expand-lg a.navbar-brand img {
    max-width: 68px;
}

header.header nav.navbar a.navbar-brand img {
    max-width: 68px !important;
}

.footer-widget-v3.about-widget .footer-logo-v3.mb-4 a img {
    max-width: 70px !important;
    filter: brightness(1) invert(1) !important;
}
