/* Styles for the js jobs plugin */


#search-form-holder {
	margin: 20px 0; 
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px #000 solid; 
	border-top: 1px #000 solid; 
}

#search-form-holder::after {
	content: ' ';
	display: block;
	clear: both;
}

#job-search-form .form-group {
	margin: 0 20px 10px 0; 
	max-width: 45%; 
	float: left;
	width: 100%;
}

#job-search-form input[type="text"], #job-search-form select {
	width: 60%;
	display: inline-block;
	margin-right: 5px;
}

#job-search-form input[type="text"] {
	padding: 6px;
}

#job-search-form label {
}

#job-search-form button {
	display: inline-block;
	padding: 6px;
}

.job-wrapper p {
	margin: 0 0 3px 0;
	display: block;
}

.job-wrapper p.job-requirements {
	background-color: #000;
}

.job-wrapper h3 a, .job-wrapper h3 a:visited {
	color: #000;
}

.job-wrapper h3 a:hover {
	color: #ff0000;
}

.date-posted {
	padding-left: 20px;
}

#job-pagination-links ul {
	margin: 0;
}

#job-pagination-links ul li {
	float: left;
	display: inline-block;
	padding: 0 4px; 
	margin: 0 3px;  
}

#job-pagination-links ul li:hover, #job-pagination-links ul li:active {
	background-color: #27a3d1; 
}

#job-pagination-links ul li:hover > a {
	color: #fff; 
}

#job-pagination-links ul li:hover > a:active {
	color: #fff;
}


#job-pagination-links ul li.no-border {
	border: none;
}

#job-pagination-links ul li.no-border:hover, #job-pagination-links ul li.no-border:hover > a {
	background-color: transparent;
	color: #ff0000; 
}

#error-display p {
	color: #ff0000; 
}

#back-to-results-page {
	width: 35%; 
	clear: both;
	float: right;
	margin-left: 45px;
	margin-bottom: 25px;
}

#back-to-results-page button, #new-search-button {
	float: right; 
}
#js-firm-branding {
	clear: both;
	max-width: 35%;
	float: right;
	margin-left: 25px;
	margin-top: -10%;
	margin-bottom: 10px;
}

#js-firm-branding p.logo-text {
	float: left;
	padding: 20px 0 0 0; 
}

#js-firm-branding img {
	float: right;
	max-width: 100%; 
	height: auto;
	width: 100%;
}

.apply-for-job {
	margin-bottom: 30px; 
}

.apply-for-job button {
	background-color: #077840; 
	color: #fff;
}

#job-filter-header-section {
	width: 100%; 
	clear: both; 
	min-height: 25px; 
	float: right; 
	margin-bottom: 20px;
}


#job-filters {
	float: left;
	width: 65%;
}

#job-filters select {
	display: inline-block;
	margin-right: 10px;
	width: 95%; 
}

.half {
	width: 48%; 
	float: left;
	display: inline-block;
}

.job-details-link {
	width: 100%;
	min-height: 25px;
}

.job-details-button {
	float: right;
	padding: 5px;
	text-transform: capitalize;
}

#jobs-widget-holder p {
	margin: 0;
	padding: 2px 0;
	font-size: .9em;
}


@media screen and (max-width: 760px){
	#job-search-form .form-group {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#js-firm-branding {
		margin-left: 60%;
		max-width: 100%;
	}
}
