/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

img.company_logo{
    width:150px!important;
    object-fit: contain;
    position:relative;
	  float:left;
}

li.job_listing .position h3{
	color:#000!important;
	font-size: 1.125rem;
  font-family: "HCA-Mark-Bold";
  line-height: 1.688rem;
	font-weight:800!important;
	margin-bottom: 0.625em;
}

li.job_listing .position h3{
	color:#000!important;
	font-size: 1.125rem;
  font-family: "HCA-Mark-Bold";
  line-height: 1.688rem;
	font-weight:800!important;
	margin-bottom: 0.625em;
}

ul.job_listings .company{
	font-size: 0.875rem;
  line-height: 1.375rem;
	margin-bottom: 0.625em !important;
}

.neu-text--slate {
    color: #54575a !important;
}
.neu-text--regular {
    font-family: "HCA-Mark", "Arial", sans-serif;
}

.position .company{
	font-size: 0.875rem;
  line-height: 1.375rem;
	color: #000000!important;
}

.material-icons.inherit {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 1rem;
    vertical-align: bottom;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.neu-text--chrome-dark {
    color: #898b8e !important;
}

.neu-text--regular {
    font-weight: normal !important;
    font-weight: 400 !important;
}

.neu-text--support, small {
    font-size: 0.75rem;
    font-family: "HCA-Mark-Medium", "Arial", sans-serif;
    line-height: 1.25rem;
    font-weight: 500;
}

div.location {
    color: #999;
    float: left;
    line-height: 1.5em;
    padding: 0 0 0 1em;
    text-align: left;
    width: 25%;
}
div.position {
    float: left;
    line-height: 1.5em;
    padding: 0 0 0 42px;
    width: 55%;
}
ul.job_listings li.job_listing{
	border-bottom: 1px solid #ccc;
	padding: 30px 0px!important;
}
div.showing_jobs{
	display:none!important;
}
@media only screen and (max-width: 1024px) {
	img.company_logo{display:none}
	div.location {width:33%}
	div.position {width:67%}
	
}
@media only screen and (max-width: 768px) {
	img.company_logo{display:none}
	div.location {
		width:100%;
		float:none;
		margin-top:25px;
		margin-left:0px;
		padding-left:10px;
	}
	div.location a{
		margin-left:0px!important;
	}

	div.position {
		width:100%;
		float:none;
		padding-left:10px;
	}
	
}