/*
Theme Name: 	Robojob
Theme URI: 		http://codethemes.co/themes/robojob
Author: 		Code Themes
Author URI: 	https://codethemes.co/

Description: 	Robojob is a WordPress Job theme based on WPJobmanager by Auttomatic. One can create a job listing website easily with Robojob. Create a community of employers and prospective employees and viceversa. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. One ca customize the site in every possible way including font-family, font-color, background color, site-color, background image, side-bar options etc as per one's need. Robojob job theme is compatible with every ad-ons of the WPJobmanager. Demo link. https://demo.codethemes.co/robojob1/

Version: 		1.6.5
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html

Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, education, photography

Text Domain: 	robojob

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* ----------------------------------------------------------------------------

	The main css stylesheet of the Robojob theme is located in /assets/css/robojob.css.

	The main reason why the main stylesheet of the Robojob theme has been moved to another place is : minification and concatenation.
	Minification is a technique to compress a css file and therefore improve speed (page load time) of your website.

	This style.css file provides details about the Theme (in the form of comments above) that is read by WordPress, and therefore cannot be minified.

	Note : You can load the not minified stylesheet if you uncheck the option in the customizer > Global Settings > performances

---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------

	Developers Recommendation

	To make it easy to update your theme, you should NOT add your custom css rules to this file. Instead use
	a child theme to add your styles. We have provided you with a child theme along with this theme package.

	If you don't know what a child theme is, you really want to spend 5 minutes learning how to use child themes in WordPress.
	https://codex.wordpress.org/Child_Themes

---------------------------------------------------------------------------- */
.ui-widget-content.ui-autocomplete {
    z-index: 999999;
}
#featured-jobs-carousel .card .card-content {
    padding-right: 5px;
}

.job-page-wrap form.job_filters .search_jobs .search_categories, .job-page-wrap form.job_filters .search_jobs .search_location, .job-page-wrap form.job_filters .search_jobs .search_keywords {
   width: 27% !important;
}
.job-page-wrap form.job_filters .search_jobs div:nth-child(3) {
   display: none;
}