/***** VARIABlES *****/

:root {
	--jurcase-jobs-primary-color: rgba(57, 129, 151, 1);
	--jurcase-jobs-text-color: rgba(54, 54, 54, 1);
	--jurcase-jobs-muted-color: rgba(238, 238, 238, 1);
	--jurcase-jobs-inverse-color: rgba(255, 255, 255, 1);
	--jurcase-jobs-border-color: rgba(221, 221, 221, 1);
	--jurcase-jobs-box-shadow: 0px 0px 10px rgba( 0 ,0, 0, .14);
}

/***** FONT *****/

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v20-latin-regular.eot');
	src: local('Roboto'), local('Roboto-Regular'),
	url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
	url('../fonts/roboto-v20-latin-regular.woff') format('woff'),
	url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'),
	url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v20-latin-500.eot');
	src: local('Roboto Medium'), local('Roboto-Medium'),
	url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'),
	url('../fonts/roboto-v20-latin-500.woff2') format('woff2'),
	url('../fonts/roboto-v20-latin-500.woff') format('woff'),
	url('../fonts/roboto-v20-latin-500.ttf') format('truetype'),
	url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v20-latin-700.eot');
	src: local('Roboto Bold'), local('Roboto-Bold'),
	url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'),
	url('../fonts/roboto-v20-latin-700.woff2') format('woff2'),
	url('../fonts/roboto-v20-latin-700.woff') format('woff'),
	url('../fonts/roboto-v20-latin-700.ttf') format('truetype'),
	url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
}


/***** VISUAL COMPOSER FIX *****/

.compose-mode .jurcase-jobs-plugin-items > .jurcase-jobs-plugin-item > p {
    display: none !important;
}

/***** SHORTCODE *****/

.jurcase-jobs-plugin-sidebar-old {
	font-size: 16px;
	font-family: 'Roboto';
	background: var(--jurcase-jobs-muted-color);
	padding: 15px;
}

.jurcase-jobs-plugin-sidebar-old .fa {
    font-family: 'FontAwesome' !important;
    font-weight: 900 !important;
}

.jurcase-jobs-plugin-sidebar-old-title {
	font-size: 14px;
	font-family: 'Roboto';
	background: var(--jurcase-jobs-muted-color);
	color: var(--jurcase-jobs-text-color);
	margin: 0 !important;
	padding: 15px 15px 0;
}

.jurcase-jobs-plugin-spinner {
    background: var(--jurcase-jobs-inverse-color);
    border: 1px solid var(--jurcase-jobs-border-color);
    padding: 0px 25px;
    height: 100px;
    text-align: center;
}

.jurcase-jobs-plugin-spinner i {
    font-size: 2em;
    line-height: 100px;
    color: var(--jurcase-jobs-primary-color);
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-headline h3 {
	font-size: 14px;
	font-family: Open Sans;
	letter-spacing: 3px;
	font-weight: 600;
	margin: 0 0 15px !important;
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-items {
	display: flex;
	flex-direction: column;
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item a {
	display: block;
	position: relative;
	background: var(--jurcase-jobs-inverse-color);
	padding: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	color: var(--jurcase-jobs-text-color);
	font-size: 100%;
	transition: box-shadow .25 ease;
	box-shadow: none;
	border-left: 4px solid transparent;
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item a:hover {
	transition: box-shadow .25 ease;
	box-shadow: var(--jurcase-jobs-box-shadow);
	border-left: 4px solid var(--jurcase-jobs-primary-color);
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item:last-child a {
	margin-bottom: 0;
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-content {
	display: flex;
	flex-direction: column;
	min-height: 75px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
    background: var(--jurcase-jobs-inverse-color);
	height: 50px;
	max-height: 50px;
	margin: 15px 0;
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-logo img {
	max-width: 200px;
	height: auto;
	max-height: 50px;
	z-index: 2;
    height: auto !important;
    width: 145px !important;
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-name {
	color: var(--jurcase-jobs-primary-color);
	font-weight: 500;
	text-transform: uppercase;
	z-index: 2;
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}

@media all and (max-width: 1020px) {
	.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item-icons {
		flex-direction: column;
	}
}

.jurcase-jobs-plugin-sidebar-old .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-icon i {
	margin-right: 5px;
	color: var(--jurcase-jobs-primary-color);
}

.jurcase-jobs-plugin-item-logo div {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 85px;
}