/***** 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');
}


/***** IMPORTS *****/

@import url("https://cdn.jurcase.com/fontawesome/4.7.0/css/font-awesome.min.css");


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

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


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

.jurcase-jobs-plugin-sidebar {
    font-size: 16px;
    font-family: 'Roboto';
}

.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 .jurcase-jobs-plugin-items {
    display: flex;
    flex-direction: column;
}

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

.jurcase-jobs-plugin-sidebar .jurcase-jobs-plugin-item a:hover {
    transition: box-shadow .25 ease;
    box-shadow: var(--jurcase-jobs-box-shadow);
}

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

.jurcase-jobs-plugin-sidebar .jurcase-jobs-plugin-item.featured a {
    border-color: var(--jurcase-jobs-primary-color);
    border-width: 3px;
}

.jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-featured {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 32.5px;
    line-height: 30px;
    text-align: center;
    background: transparent !important;
}

.jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-featured::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    background: transparent;
    border-width: 50px 50px 50px 0;
    border-style: solid;
    border-color: var(--jurcase-jobs-primary-color) transparent transparent transparent;
    z-index: 1;
}

.jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-featured i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--jurcase-jobs-inverse-color);
}

.jurcase-jobs-plugin-sidebar .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 .jurcase-jobs-plugin-item.background-image .jurcase-jobs-plugin-item-background {
    height: 150px;
}

.jurcase-jobs-plugin-sidebar .jurcase-jobs-plugin-item-background {
    position: absolute;
    background-color: var(--jurcase-jobs-muted-color);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    z-index: 0;
    border-bottom: 1px solid var(--jurcase-jobs-border-color);
    overflow: hidden;
}

.jurcase-jobs-plugin-sidebar .jurcase-jobs-plugin-item-background-blur::before {
    content: " ";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background: inherit !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    box-shadow: inset 0 0 200px 50px rgba(255, 255, 255, 0.1);
}

.jurcase-jobs-plugin-sidebar .jurcase-jobs-plugin-item.background-image .jurcase-jobs-plugin-item-logo {
    margin-top: 75px;
}

.jurcase-jobs-plugin-sidebar .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);
    min-height: 100px;
    border: 1px solid var(--jurcase-jobs-border-color);
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 0 15px;
}

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

.jurcase-jobs-plugin-sidebar .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 .jurcase-jobs-plugin-item-icons {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

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

.jurcase-jobs-plugin-sidebar .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-icon {
    margin-right: 10px;
}

.jurcase-jobs-plugin-sidebar .jurcase-jobs-plugin-item .jurcase-jobs-plugin-item-icon:last-child {
    margin-right: 0;
}

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


/* GRID */

.jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
}

.compose-mode .jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid article.jurcase-jobs-plugin-item>p {
    display: none;
}

.jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item {
    flex: 0 1 auto;
    display: flex !important;
    align-items: stretch !important;
    padding: 0 15px 15px 0;
}

.jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item .jurcase-jobs-plugin-item {
    flex: 1 1 auto;
    display: flex;
}

.jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item .jurcase-jobs-plugin-item>a {
    width: 100%;
}

.jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item.--cols-1 {
    width: 100%;
}

.jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item.--cols-2 {
    width: calc(100% / 2);
}

.jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item.--cols-3 {
    width: calc(100% / 3);
}

.jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item.--cols-4 {
    width: calc(100% / 4);
}

@media all and (min-width: 900px) and (max-width: 1400px) {
    .jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item.--cols-3 {
        width: calc(100% / 2);
    }

    .jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item.--cols-4 {
        width: calc(100% / 2);
    }
}

@media all and (max-width: 899px) {
    .jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items {
        flex-direction: column;
    }

    .jurcase-jobs-plugin-sidebar.jurcase-jobs-plugin-grid .jurcase-jobs-plugin-items .jurcase-jobs-plugin-grid-item {
        width: 100% !important;
    }
}

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