/* 
Theme Name: CC Women of Color
Description: CC Women of Color
Author: Zola Design
Author URI: https://zoladesign.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: ccwoc
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.job_date {
    text-transform: uppercase;
    font-size: 18px;
    color : #000;
}
.job_location {
    font-size: 24px;
    color : #000;
    font-weight: 500;
}
ul.job_listings li.job_listing {
    border-bottom : 1px solid #000;
	padding : 20px;
}
ul.job_listings li.job_listing:first-child {
    border-top : 1px solid #000;
}
ul.job_listings li.job_listing a {
    display : inline-block;
	background : #87161A;
	padding : 10px 20px;
	color : #fff;
	border-radius : 10px;
	width : auto;
	color : #fff;
	text-transform: uppercase;
	border: 0;
}
ul.job_listings li.job_listing a:hover { 
	background : #173F6E;	
}
/*.job_filters .showing_jobs {
    display : none !important;
}
.job_filters .search_jobs {
    display : none !important;
}*/

.job_filters .search_jobs .search_submit input {
	background : #87161A;
	width : auto;
	float : right;
	color : #fff;
	text-transform: uppercase;
	border: 0;
}

.job_filters .search_jobs .search_submit input:hover {
	background : #173F6E;
}